Fix OpenClaw Agent Tool Permissions After Update

Code Maintenance📅 2026/03/05
#Deployment#Developer#Documentation#GitHub#Low Risk#Manual Trigger#Reusable#Semi-Automatic#代码
更新 OpenClaw 2026.3.2 后觉得 agent 变蠢了?

不是模型问题 — 这个版本默认把新 agent 的工具权限全关了。exec、web_fetch 都用不了,等于只会说话不会干活。

在 openclaw.json 加上这段就好:
{
  "tools": {
    "profile": "full",
    "sessions": {
      "visibility": "all"
    }
  }
}
感觉这默认改动有点离谱啊 😂