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

Claude Artifacts API Usage Counts Against Chat Quota, Not API Billing
Using Claude artifacts within Claude makes normal API calls that are intercepted by Anthropic and authenticated through the logged-in session, counting against a plan's chat quota rather than API billing. Users can verify this by testing artifacts and checking that API usage remains at zero in the Claude Console.

Anthropic Claude User Reports Silent Feature Restriction on Paid Account
A paying Claude subscriber reports that shell/bash execution stopped working across all sessions without notification, with restrictions baked into the system prompt at deployment level. The user filed multiple support tickets and appeal forms but received no response while continuing to be billed.

Claude Code v2.1.218 Fixes /code-review, MCP Auth, Windows Path Corruption
Claude Code v2.1.218 ships /code-review as a background subagent, fixes Windows corruption with \u-prefixed paths, improves screen reader support, and patches MCP authenntication overcounting.

Claude Code v2.1.116: Performance improvements, terminal fixes, and security updates
Claude Code v2.1.116 delivers significant performance improvements including up to 67% faster /resume on 40MB+ sessions, smoother terminal scrolling, and faster MCP startup. The release also fixes terminal rendering issues, adds security protections for dangerous path operations, and resolves multiple bugs affecting slash commands and plugin management.