OpenClaw 4.2 fixes pairing error and adds durable task flows

OpenClaw 4.2 maintenance release
OpenClaw 4.2 is a maintenance release that addresses a specific bug and adds a new feature for handling long-running tasks.
Key fixes and features
- Pairing error fix: If you updated around March 31st and your local exec and node clients started throwing "pairing required" errors unexpectedly, version 4.2 patches this issue. The source confirms this wasn't a configuration problem but a role fallback issue introduced in a previous update.
- Durable task flows: This feature allows long-running tasks to survive gateway drops and reconnects instead of dying silently when connections are interrupted. This addresses a common problem where multi-step workflows would fall apart mid-run due to brief connection hiccups.
Practical implications
The pairing error fix resolves an annoyance that affected users who updated in late March. The durable task flows feature provides more reliable execution for workflows that involve multiple steps or extended processing time, particularly in environments with intermittent connectivity.
While the release is described as "maintenance heavy," these two specific improvements make the update worthwhile according to the source material.
📖 Read the full source: r/openclaw
👀 See Also

Tripadvisor AI Summaries Fail to Warn of Food Poisoning, Sexual Harassment at Hotels
A Which? investigation reveals Tripadvisor's AI review summaries omit reports of food poisoning, sexual harassment, and hygiene failures, giving glowing overviews to dangerous hotels.

APEX MoE Quants Update: 25+ New Models and I-Nano Tier Released
APEX MoE-aware mixed-precision quantization expands to 30+ models across Qwen, Mistral, Gemma, and hybrid SSM families, plus a new I-Nano tier pushing as low as 2.06 bpw on mid-layer experts.

Opus 4.6 Medium vs Low: Performance Differences and Pricing
Opus 4.6 medium costs approximately 50% more than the low version but addresses significant laziness issues found in the low-powered model. The medium version sits between low and high in performance benchmarks.

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.