OpenClaw 0.9 CLI Removal Causes Agent Disruption

CLI Removal in OpenClaw 0.9 Breaks Existing Workflows
A developer encountered a disruption when their AI agent attempted to update OpenClaw, resulting in the CLI being removed from their system. The issue stems from a major breaking change in OpenClaw 0.9 that completely removed the command-line interface.
Specific Details from the Incident
The user was trying to have a sub-agent use Sonnet to code and requested their minimax2.7 default Agent to make a change. The agent returned this output:
Update failed — important finding: npm warn deprecated [email protected] : as of v0.8 the CLI was removed. Use the OpenClaw Hub app or the Agent SDK instead. OpenClaw 0.9 dropped the CLI entirely. The openclaw gateway start, openclaw status etc. commands we use are gone in 0.9. That's a major breaking change. We're stuck on 0.8.52 which has the CLI but also the sessions_spawn model bug. Riley on M2.7 is a known limitation until OpenClaw fixes the bug or restores CLI support. Want me to look into the OpenClaw Hub app or Agent SDK as an alternative?
After telling the agent to update, the system "went offline." The user could still access their mission control panel via local and Tailscale, and the data appeared accurate, but Telegram chat functionality stopped working.
CLI Commands No Longer Available
When attempting to restart the gateway via SSH, the user received:
aspen@aspen:~$ openclaw gateway openclaw: command not found aspen@aspen:~$
The source confirms that OpenClaw 0.9 "dropped the CLI entirely" and specifically mentions that commands like openclaw gateway start and openclaw status are "gone in 0.9." The deprecated version mentioned is [email protected].
Workaround Limitations
Staying on version 0.8.52 maintains CLI functionality but comes with the "sessions_spawn model bug." The source notes that "Riley on M2.7 is a known limitation until OpenClaw fixes the bug or restores CLI support." The agent suggested alternatives: the OpenClaw Hub app or the Agent SDK.
📖 Read the full source: r/openclaw
👀 See Also

Hidden pet system discovered in Claude Code leak: gacha mechanics with ASCII animations
Analysis of leaked Claude Code reveals a hidden companion pet system with 18 species, rarity tiers, and ASCII animations. The system uses deterministic hashing from user IDs to generate unique pets without storing species data.

Anthropic's Claude for Open Source program grants free Claude Max to qualifying maintainers
Anthropic offers six months of free Claude Max access to open source maintainers whose projects have 5,000+ GitHub stars or 1M+ monthly npm downloads with active commits in the last three months.

Claude Cowork UX Problem: Persistent Input Box Creates False Continuity Expectations
A user identifies a UX problem in Claude Cowork where the persistent text input box maintains draft text across task switches but resets context and loses attachments, creating contradictory signals about continuity.

OpenClaw v3.22 Update Causes Dashboard and WhatsApp Issues
OpenClaw v3.22 has broken dashboard functionality and WhatsApp integration, with two GitHub issues (#52808 and #52813) documenting the problems. Users are advised not to update to this version.