OpenClaw's Frequent Breaking Changes: Update Procedures and Current Issues

Update Procedures for OpenClaw's Frequent Releases
OpenClaw is shipping breaking changes every 2-3 weeks, with 13 point releases in March 2026 alone. The source provides specific procedures for updating safely.
Before Updating
- Create a backup:
openclaw backup create --name "pre-update-$(date +%Y%m%d)" - If using Docker, pin your image tag instead of using
:latest:image: openclaw/openclaw:2026.3.28
After Updating
- Run:
openclaw doctor --fix - Manually test your channels, crons, and skills before walking away
- The
--fixflag catches most config migrations but not all
If Something Breaks
- Roll back to your backup
- Check the GitHub issues page for your specific version before trying again
Current Version Issues (April 2026, Version 3.28)
- Localhost authentication changed: local connections now require tokens
- Skill installs fail closed on dangerous-code detections
- Feishu has a config validation regression (#56942)
- Heartbeat model override is broken (#58137): LiveSessionModelSwitch detection forces your heartbeat back to the primary model
isolatedSession: trueon heartbeat doesn't actually isolate (#56941)
Version Recommendations
- If you're on Feishu, hold on version 3.23-2
- If heartbeat cost savings matter to you, 3.23-2 might also be safer until the model override regression is fixed
The source notes that these types of regressions make managed hosting attractive on BetterClaw, as they get caught during testing before release reaches your agent, though self-hosting remains valid.
📖 Read the full source: r/openclaw
👀 See Also

Apple's AI Strategy and the Commoditization of Intelligence
The article argues that Apple's conservative approach to AI may be advantageous as intelligence becomes commoditized, with models like Gemma4 achieving 85.2% on MMLU Pro while running on phones, and OpenAI's Sora costing $15M daily against $2.1M revenue.

Anthropic source code leaks reveal unannounced Claude features and internal model
Anthropic accidentally leaked 500,000 lines of source code containing details about unannounced Claude features including KAIROS background execution, dream mode, undercover mode, and an internal model called capybara. This is the second such leak in 2025.

Open-source LLMs outperform Claude Opus 4.6 in trading strategy generation at lower cost
A Reddit user tested 10 LLMs on generating trading strategies, finding open-source models outperformed Claude Opus 4.6 despite being 10x cheaper. Minimax 2.5 and Gemini 3.1 topped the leaderboard.

Senior Government AI Lead Lacks Local LLM Awareness: A Developer's Account
A local LLM developer reports that a senior government AI leader was unaware of why businesses would choose local LLMs over cloud APIs, despite understanding technical basics.