OpenClaw 2026.3.2 Update Disables Agent Tools by Default

What Happened
After updating to OpenClaw 2026.3.2, users are reporting that their agents appear "dumb"—they can respond to prompts but cannot execute tasks. This is because the update disabled all agent tool permissions by default.
Affected Tools
The default tool disablement affects core functionality including:
exectoolweb_fetchtool- Other unspecified tools
Without these tools enabled, agents can only generate text responses but cannot perform actions like executing commands or fetching web content.
The Fix
To restore full functionality, add the following configuration to your openclaw.json file:
{
"tools": {
"profile": "full",
"sessions": {
"visibility": "all"
}
}
}After saving the configuration file, restart your agent. This should restore all tool functionality.
Community Response
The Reddit post notes that this default setting "feels like a pretty questionable default for a new release" and aims to save others debugging time. Users experiencing issues after applying the fix are encouraged to comment on the original post.
📖 Read the full source: r/openclaw
👀 See Also

Ångstrom Used Claude Code to Train a Model That Beat Meta's UMA-OMC — 100k GPU Jobs on Spot
Ångstrom (YC S24) trained CSP-MACE-Å, an ML model 10,000x faster than DFT with matching accuracy, outperforming Meta's UMA-OMC on crystal structure prediction. They used Claude Code to orchestrate 100,000 GPU jobs on multi-cloud spot via Anycloud CLI.

OpenClaw's New Release: A Simple Name Change or a Major Upgrade?
OpenClaw, previously known as ClawDBot, has undergone a transformation. Read on to find out whether this change is merely cosmetic or introduces new features and improved stability.

Exploring What Files are Included in the Context Window of a Telegram Chat
Join us as we delve into understanding what files are part of a Telegram chat's context window, enhancing your operational knowledge.

Developer Replaces $25/hr Virtual Assistant with AI Agents, Confronts Ethical Implications
A developer replaced a $25/hour virtual assistant with AI agents that handle follow-ups, scheduling, lead tracking, and CRM updates. The AI setup costs about $1,000/month and performs tasks faster and more consistently than the human assistant.