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

Claude Code v2.1.129: Plugin URL flag, force sync output, and 20+ fixes
Adds --plugin-url flag to load plugin zips from URL, CLAUDE_CODE_FORCE_SYNC_OUTPUT for Emacs eat, and fixes /context token waste, cache TTL downgrade, and OAuth race.

Claude Code bug: automatic git reset destroys uncommitted changes every 10 minutes
Claude Code version 2.1.87 performs git fetch origin + git reset --hard origin/main on the user's project repository every 10 minutes via programmatic git operations, silently destroying all uncommitted changes to tracked files. The issue was closed as 'not planned' by Anthropics.

Exploring Clawra's Architecture and Social Autonomy Framework
David Im's Clawra experiments with a parallel world framework for AI companions, focusing on autonomy and local-first data privacy.

Claude Code System Prompts v2.1.53-2.1.55: Memory Selection Added, Command Execution Removed
Claude Code system prompts versions 2.1.53 to 2.1.55 add memory selection instructions (156 tokens), remove command execution specialist (109 tokens), and reorganize prompts into ~70 atomic files. Background agents now auto-notify on completion instead of providing output file paths.