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

Liquid AI releases LFM2.5-350M model for agentic loops
Liquid AI released LFM2.5-350M, a 350M parameter model trained for reliable data extraction and tool use. It's under 500MB when quantized and outperforms larger models like Qwen3.5-0.8B in most benchmarks while being faster and more memory efficient.

Anthropic Doubles Claude Code Rate Limits, Removes Peak Throttling for Paid Plans
Anthropic has doubled 5-hour rate limits for Claude Code across Pro, Max, Team, and Enterprise plans, removed peak-hour throttling, and boosted API rate limits for Opus models.

LibreOffice Online Development Resumes After Community Vote
The Document Foundation has resumed work on LibreOffice Online after a community vote nullified the 2022 freeze. TDF will reopen the repository for contributions but won't host servers—instead providing self-hostable tools.

Claude CLI Directive Drift Issue Reported by Developer
A developer reports Claude CLI consistently ignores project directives stored in .claude folder files, particularly after auto-compact operations. The tool runs prohibited background processes and deletes task/session data despite explicit instructions.