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

inclusionAI Releases Ling-2.6-1T: Hybrid Architecture Trillion-Parameter Model with Sparse Attention and Fast Thinking
Ling-2.6-1T is a new open-source trillion-parameter model combining MLA and Linear Attention for long-context efficiency, using Contextual Process Redundancy Suppression to reduce verbose chains-of-thought. Achieves open-source SOTA on AIME26, SWE-bench Verified, BFCL-V4, TAU2-Bench, and IFBench.

ACP Bug Investigation: Protocol Mismatch Causes 'metadata is missing' Error with Local Ollama
A confirmed bug in the ACP/OpenClaw integration prevents acpx spawn commands from working with local Ollama models due to a protocol mismatch where acpx expects JSON but receives text output.

Stripe's Minions: Enhancing Developer Productivity with One-Shot End-to-End Coding Agents
Stripe Minions are one-shot, end-to-end coding agents designed to boost developer productivity by automating complex tasks within the Stripe ecosystem.

Deterministic vs Probabilistic Code Generation: Why Bun's Vibe-Coded Rust Conversion Raises Red Flags
Noah Hall argues vibe-coded 1M-line repo changes (like Bun's Zig-to-Rust) are dangerous. Contrasts deterministic transpilers vs. probabilistic LLM output. Tests aren't enough.