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

Claude.ai Currently Down, API Errors Elevated — April 28, 2026
An automatic status update triggered from Claude's official status page reports that Claude.ai is unavailable and the API is experiencing elevated error rates as of 2026-04-28T17:51:36.000Z.

Opus 4.7 Prompt Injects Itself and Leaks System Prompt
Claude Opus 4.7 users report model injecting fake system prompts and leaking parts of actual system prompts without any user trigger.

Yann LeCun at UN: Open-Source AI Is the Only Way Forward for Global Sovereignty
At UN Open Source Week, Yann LeCun argued that proprietary AI is too expensive and centralized, proposing a federated open-source platform called Project Tapestry where nations contribute data via parameter vectors without sharing raw data.

Claude's Five-Seat Minimum Creates Privacy Gap for Solo Practitioners
Anthropic's business-tier privacy protections require a five-seat minimum, forcing solo practitioners to either pay for empty seats or use consumer plans with inadequate privacy terms. This gap contrasts with Google Workspace and OpenAI Business Plans, which offer enterprise-grade privacy at single-seat pricing.