From 4d9c61da1020ecc8c4f8e0a802f4a72c9a949ed0 Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 18 Mar 2026 02:36:59 +0100 Subject: [PATCH] Fix exec config: use valid options (security: full, ask: off) Co-Authored-By: Claude Opus 4.6 --- modules/openclaw-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openclaw-config.json b/modules/openclaw-config.json index 98a93e2..0535bae 100644 --- a/modules/openclaw-config.json +++ b/modules/openclaw-config.json @@ -29,7 +29,7 @@ }, "tools": { "elevated": { "enabled": true }, - "exec": { "security": "allow", "ask": "never" } + "exec": { "security": "full", "ask": "off" } }, "models": { "providers": {