Did you feel like the agent got dumber after updating OpenClaw to 2026.3.2? It's not a model issue — this version defaults to turning off all tool permissions for the new agent. exec and web_fetch are both unusable, which means it can only talk but not do any work. Just add this section to openclaw.json: { "tools": { "profile": "full", "sessions": { "visibility": "all" } } } This default change feels a bit ridiculous 😂