OpenClaw 2026.4.29 Breaks Setups: CPU Spikes, Tool Restrictions, and Fixes

OpenClaw 2026.4.29 is causing issues across multiple setups. Here are the four main problems and how to fix them.
Problem 1: CPU Spiking After Update
Multiple users report lag, slow responses, and fans spinning. The likely cause is the new active-run steering feature, now enabled by default. It changes how the agent handles multiple incoming messages while processing. If your setup sends messages in quick bursts (heartbeats, cron jobs, multi-channel messages), steering queues and drains them differently, increasing work per cycle.
Quick test: If CPU spiked immediately after updating and wasn't present on 2026.4.23, steering is the cause.
Temporary fix: Rollback:
npm install -g [email protected]
Problem 2: Tools Stopped Working on Restricted Profiles
tools.exec and tools.fs no longer silently widen restricted security profiles. If you run on messaging or minimal profiles, tools that worked yesterday may fail today.
Check startup logs:
openclaw logs --tail 50
Look for warnings about tool profile restrictions. If found, add explicit permissions:
{
"tools": {
"exec": {
"alsoAllow": ["your-specific-command"]
}
}
}
This is a security fix — the old behavior was a vulnerability. Setups relying on silent widening will break.
Problem 3: Telegram/Discord/Slack Acting Weird
This update fixes several channel reliability issues, but the fixes may cause temporary weirdness as connections re-establish.
If your Telegram bot went silent, restart the gateway:
openclaw gateway restart
If still silent, check for ghost lock files (separate issue, but updates restarting processes can trigger it):
find ~/.openclaw/agents/*/sessions/ -name "*.lock" -exec rm {} \;
Problem 4: Group Chats Behaving Differently
The new visibleReplies enforcement changes response behavior in group contexts. If your agent stopped replying in groups or started replying unexpectedly:
openclaw config get messages.groupChat.visibleReplies
Adjust the value to your preference. This setting was loosely enforced before; now it's strict.
Should You Update or Wait?
- Working fine on 2026.4.23: Wait a few days. Let early adopters find edge cases.
- Having Telegram reliability issues: Update — the Telegram fixes are real.
- Running restricted security profiles: Update, but set aside 10 minutes to check logs and fix
alsoAllowentries. - Already updated and broken: Rollback to 2026.4.23 with the npm command above. Fix later when time permits.
Pin your version. Update deliberately. Don't auto-update overnight.
📖 Read the full source: r/clawdbot
👀 See Also

Spotify Developers Leveraging AI for Code-Free Contributions
Spotify's key developers have not written code since December due to AI, notably through their internal 'Honk' system that facilitates remote, real-time code deployments using Claude Code.

ThinkPad's 34-Year Run: From IBM 700C to Lenovo AI Workstations
ThinkPad has shipped continuously since 1992 under IBM and Lenovo, with visual continuity from the 700C to the 2026 P14s Gen 6 AMD that runs 70B LLM workloads locally.

Anthropic Drops Key Safety Pledge from Responsible Scaling Policy
Anthropic has removed the central commitment from its Responsible Scaling Policy that required guaranteeing adequate safety measures before training AI systems, citing competitive pressure and the need to continue development.

Analysis of OpenClaw's Astroturfing Campaign and $CLAWD Token Pump
A Reddit investigation reveals OpenClaw's viral growth in late January was driven by a recursive astroturfing campaign using approximately 400 bot instances, which created hype to pump the $CLAWD token to a $16M market cap before it crashed 90%.