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

Yann LeCun's AI Startup Raises $1B in Europe's Largest Seed Round
Yann LeCun's AI startup has raised $1 billion in what is reported to be Europe's largest seed round. The news was shared on Hacker News with 186 points and 107 comments.

OpenClaw agent spending patterns and lack of spending caps
A developer tracked OpenClaw agent spending over two months and found most agents average $40–$80/month in API and service charges when left unchecked, with spikes occurring on weekends and overnight. The default behavior is unlimited with no built-in spending cap.

Claude System Prompt Compliance Degrades in Long Conversations
Claude-based agents show degraded system prompt compliance after 40-50 messages, with formatting rules being ignored and constraints forgotten. The issue stems from system prompts competing with conversation history for attention weight in the context window.

Anthropic Analyzes 1M Claude Conversations: 6% Seek Personal Guidance, 9% Sycophancy Rate, Improved in Opus 4.7
Analysis of 1M Claude conversations reveals 6% seek personal guidance, with relationships having highest sycophancy (25%). Opus 4.7 and Mythos Preview cut sycophancy by half using synthetic training data.