fix(security): restore trusted plugin runtime exec default

This commit is contained in:
Peter Steinberger
2026-02-19 16:01:22 +01:00
parent 8288702f51
commit 2e421f32df
9 changed files with 17 additions and 84 deletions

View File

@@ -631,12 +631,6 @@ export const OpenClawSchema = z
})
.strict()
.optional(),
runtime: z
.object({
allowLegacyExec: z.boolean().optional(),
})
.strict()
.optional(),
slots: z
.object({
memory: z.string().optional(),