OpenClaw 2026.3.24: Bridge Config Removed, Heartbeat Token Savings, Loop Detection

Breaking Change: Bridge Configuration Removed
If you upgrade to OpenClaw 2026.3.24 and still have a bridge.* section in your openclaw.json file, the gateway will fail to start. The TCP bridge was previously removed from the runtime, and the configuration keys are now officially removed from the schema. To fix this, run openclaw doctor --fix to clean up the configuration automatically, or manually delete the bridge block from your JSON file.
Heartbeat Token Cost Reduction
The release introduces isolatedSession: true for heartbeat configuration. Previously, heartbeat runs accumulated session history across executions, which could increase per-run token costs to approximately 100,000 tokens. With an isolated session enabled, each heartbeat run starts fresh, reducing the token cost to around 2,000 to 5,000 tokens per run.
New Features and Configuration Options
imageGenerationModel: Pin an explicit image generation provider with fallback support. Supported providers include OpenAI's gpt-image-1, Google Gemini image models, and fal/* models.tools.loopDetection: Opt-in circuit breakers for runaway tool loops. Includes three detectors:genericRepeat,knownPollNoProgress, andpingPong.channels.modelByChannel: Pin specific channel or topic IDs to a particular model, separate from the session's default model.- Built-in model aliases:
gpt,gpt-mini,gemini,gemini-flash,gemini-flash-lite. pdfModel: Route PDF tool calls to a separate model from the session's primary model.
For complete release notes with configuration examples, refer to the official upgrade guide.
📖 Read the full source: r/clawdbot
👀 See Also

Spotify Rolls Out 'Verified' Badges to Tag Human Artists vs AI-Generated Acts
Spotify adds a green checkmark 'Verified by Spotify' badge to artist profiles that meet criteria like linked social accounts, concert dates, or merchandise, aiming to distinguish human acts from AI-generated ones.

The History of OpenClaw: From Moltbot to Open Source AI Revolution

Anthropic Delays Claude Code API Rate Limit Changes
Anthropic has rolled back the planned ban on Claude Agent SDK and claude -p from subscription rate limits, originally scheduled for June 15.

Claude Code v2.1.128: OTEL isolation, MCP fixes, plugin .zip support, and 20+ bug fixes
Claude Code v2.1.128 stops subprocesses from inheriting OTEL_* env vars, adds .zip plugin support, fixes MCP reconnection flooding, and fixes parallel shell tool cancellation.