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

AI-generated code volume is overwhelming senior engineers, study shows
AI users merge 98% more pull requests with AI assistance, but senior engineers report increased cognitive load and burnout. Research shows defect detection drops from 87% for PRs under 100 lines to 28% for PRs over 1,000 lines.

Google to Provide AI Agents to Pentagon for Unclassified Work
Google will provide AI agents to the Pentagon for unclassified work, according to a Bloomberg report. The article has generated discussion on Hacker News with 61 points and 52 comments.

Greg Kroah-Hartman's Clanker T1000: Local LLM on Framework Desktop with AMD Ryzen AI Max Fuzzing Linux Kernel Bugs
Greg KH's 'gregkh_clanker_t1000' uses a local LLM running on a Framework Desktop (AMD Ryzen AI Max+) to fuzz the Linux kernel, resulting in ~20 merged patches since April 7 fixing bugs in ALSA, HID, SMB, Nouveau, IO_uring, and more.

Claude Code v2.1.86: Session headers, memory fixes, and token optimizations
Claude Code v2.1.86 adds X-Claude-Code-Session-Id headers for proxy aggregation, fixes memory growth in long sessions, and reduces token overhead when mentioning files with @. The release addresses 18 specific issues including config corruption on Windows and OAuth URL copying.