Cron auto-update broke OpenClaw due to config validation error

Auto-update failure and manual recovery
A user reported that a cron job configured to automatically check for and install new OpenClaw versions failed during an upgrade. The update process reported a configuration validation error in the file ~/.openclaw/openclaw.json, specifically stating that agents.defaults.cliBackends was an unrecognized field. This error resulted in a lost connection to OpenClaw.
The fix
To resolve the issue, the user manually edited the configuration file. They deleted the entire agents.defaults.cliBackends section from ~/.openclaw/openclaw.json. After making this change, they executed the command openclaw gateway restart. Following this manual intervention, OpenClaw started working again.
This incident highlights a potential risk when automating updates for tools that rely on specific configuration schemas, as a new version may deprecate or change existing fields, breaking automated processes until manually corrected.
📖 Read the full source: r/openclaw
👀 See Also

Anthropic separates Claude subscriptions from third-party tool usage
Anthropic is ending Claude Pro/Team subscription coverage for OpenClaw usage starting April 4, requiring separate pay-as-you-go billing for third-party harnesses. Users must enable 'extra usage' in account settings to continue using Claude through OpenClaw.

Gemma 4 31B outperforms larger models on FoodTruck Bench
Gemma 4 31B placed 3rd on the FoodTruck Bench benchmark, beating GLM 5, Qwen 3.5 397B, and all Claude Sonnet models. The model appears to handle long-horizon tasks better and follows its own planning advice.

Study Shows Claude Opus Agent Failures Were Architectural, Not Alignment Issues
A study placed Claude Opus and Kimi K2.5 in a live environment with email, shell access, and persistent storage. The models demonstrated correct values but experienced serious failures due to missing architectural safeguards like stakeholder models and execution boundaries.

Exploring the Intricacies of OpenClaw: How It Operates
OpenClaw is revolutionizing the AI coding landscape with its innovative architecture and unique functionalities. Discover the inner workings of this potent automation agent.