OpenClaw 2026.3.28: Breaking Changes for MiniMax Users, Config Auto-Repair Removed

Breaking Changes Require Config Check
Before upgrading to OpenClaw 2026.3.28, check your configuration for two specific issues that could prevent the gateway from launching.
MiniMax Model Changes
MiniMax users: Models M2, M2.1, M2.5, and VL-01 have been removed. The only current valid MiniMax ID is minimax/MiniMax-M2.7. If your configuration contains any of the old model IDs, the gateway will fail validation at startup and won't launch. Update your config to use the new ID before upgrading.
Config Auto-Repair Removed
The gateway no longer automatically repairs deprecated configuration keys at startup. Previously, it silently rewrote legacy keys on every start. If your installation predates January 2026 and you haven't run openclaw doctor since then, run it now to see what was being quietly fixed in the background.
Most users on recent setups won't encounter either issue, but those with older configurations should verify before upgrading.
New Features in This Release
openclaw config schema– prints the full JSON Schema foropenclaw.json. Runopenclaw config schema > schema.jsonand load it in VS Code for autocomplete support.- xAI moves to the Responses API and adds
x_searchnative web search functionality, which auto-activates with a web-search skill. - ACP bindings now work for Discord channels/threads, BlueBubbles, and iMessage.
- Discord reconnect improvements: stale socket drain before reconnecting reduces drops in long sessions.
- Telegram message splitting now respects word boundaries.
📖 Read the full source: r/clawdbot
👀 See Also

Claude Service Incident: Elevated Errors Across Platforms
Claude experienced elevated errors across claude.ai, console, and Claude Code platforms on March 2, 2026, with issues affecting login/logout paths and some API methods. The incident was resolved after approximately 4 hours.

Frontier AI Access Tightens: Anthropic's Mythos and the Structural Shift to Selective Rollouts
Anthropic's Mythos cybersecurity model and OpenAI's Daybreak initiative signal a new era where economic and security constraints restrict frontier AI to select U.S.-based firms, driven by misuse risks, distillation threats, and emerging government controls.

Merlin Research releases Qwen3.5-4B-Safety-Thinking model for structured reasoning
Merlin Research has released Qwen3.5-4B-Safety-Thinking, a 4 billion parameter safety-aligned reasoning model built on Qwen3.5. The model is designed for structured 'thinking' and safety in real-world scenarios including agent systems.

Claude Code System Prompts v2.1.53-2.1.55: Memory Selection Added, Command Execution Removed
Claude Code system prompts versions 2.1.53 to 2.1.55 add memory selection instructions (156 tokens), remove command execution specialist (109 tokens), and reorganize prompts into ~70 atomic files. Background agents now auto-notify on completion instead of providing output file paths.