Fix OpenClaw 3.2 tools profile and restore full agent permissions
Finance📅 2026/03/07
#Checklist#Developer#Medium Risk#OpenClaw#Permission Setup#Reusable#Scheduled Run#Semi-Automatic#Tweet#Twitter
更新 OpenClaw 2026.3.2 后觉得 agent 变蠢了?
不是模型问题 — 这个版本默认把新 agent 的工具权限全关了。exec、web_fetch 都用不了,等于只会说话不会干活。
在 openclaw.json 加上这段就好:
{
"tools": {
"profile": "full",
"sessions": {
"visibility": "all"
}
}
}
感觉这默认改动有点离谱啊 😂