提供具体的配置设置以解决 OpenClaw 代理更新后遇到的执行审批错误。

代码维护📅 2026/04/01
#部署#开发者#文档#GitHub#手动触发#中风险#可复用#半自动#代码#配置
🦞 Openclaw update fix

If your agents are hitting exec approval walls after the latest update, the fix is three settings:

In exec-approvals.json defaults:
- security: "full"
- ask: "off"
- askFallback: "full"

In openclaw.json:
- https://t.co/fJUGPzgEEW: "full"
- tools.exec.strictInlineEval: "false"

Then restart gateway. 

The allowlist wildcard * alone isn't enough. There's a second policy layer that gates complex commands independently.