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
Opus 4.7 Can Follow ~500 Instructions, Up from ~150 a Year Ago
Research updated in May 2026 shows Opus 4.7 can reliably follow ~500 instructions, compared to ~150 in July 2025. GPT-5.5 handles ~5000. Implications for CLAUDE.md file size.

Schiff-Rounds LIFT AI Act: What Developers Need to Know About the K-12 AI Literacy Bill
OpenAI, Google, and Microsoft back the LIFT AI Act, which funds NSF grants for K-12 AI literacy curricula, teacher training, and evaluation tools.

Simple Self-Distillation Method Improves LLM Code Generation
Researchers show that fine-tuning LLMs on their own sampled outputs (simple self-distillation) improves code generation performance, boosting Qwen3-30B-Instruct from 42.4% to 55.3% pass@1 on LiveCodeBench v6.

Claude-Code v2.1.72: SSH improvements, permission prompt reductions, and bug fixes
Claude-Code v2.1.72 adds SSH-friendly file writing with /copy w key, reduces bash permission prompts by adding common tools to auto-approval allowlist, and fixes over 20 bugs including voice mode issues and plugin installation problems.