OpenClaw .23 Update Causing Agent Issues and Data Loss

OpenClaw .23 Update Problems
The OpenClaw .23 update is causing significant issues for users, with reports of agents becoming completely unusable after installation.
Specific Issues Reported
- Agents stop executing tasks and commands despite claiming to have reviewed documentation files
- Agents get stuck in loops asking for previously configured keywords, even after removal
- Chrome browser relay extension fails to connect
- Running
openclaw doctor ---repairto fix a simple JSON syntax error (a missing "}") can strip the entire .json configuration file - Users report needing to restore from full system backups to recover functionality
Workaround and Warning
The user who reported these issues had backed up their entire Linux system the night before the update and was able to restore from that image. They strongly advise against updating to .23 until these issues are resolved, noting that while some users report web UI problems, their issues were with core agent functionality.
📖 Read the full source: r/openclaw
👀 See Also

Reddit Post Critiques Virtual CEO Agent Workflows, Advocates for Skill-Based Approach
A Reddit post on r/openclaw criticizes creating AI agents with job titles like 'backend developer' or 'growth hacker' as unnecessary overhead, proposing instead to package abilities as reusable skills that can be called when needed.

Claude subscriptions no longer cover third-party harness usage
Starting tomorrow at 12pm PT, Claude subscriptions will no longer cover usage on third-party harnesses like OpenClaw. Users can still access these harnesses via extra usage bundles or Claude API keys.

Anthropic releases Claude Code Remote Control for mobile development
Anthropic has launched Remote Control, a feature that lets Claude Code users control their local development sessions from mobile devices. Available initially to Claude Max subscribers, it requires version 2.1.52 and uses a QR code to sync sessions.

Coinbase x402 vs Google A2A: Two Opposite Payment Orderings for Agent-to-Agent Payments
Building agent-to-agent payments reveals a fundamental split: Coinbase's x402 middleware settles after work (verify→run→settle), while Google's A2A extension settles before (verify→settle→run) for slow agentic calls.