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

Claude Max $100 subscription usage data for API extension task
A Claude Max $100 subscription user reports consuming 13% of a 5-hour session to extend an existing API with favorite library functionality, with context usage at 11% and weekly usage increasing from 5% to 6%.

OpenAI's Pentagon Contract Terms Allow 'Any Lawful Use' Including Potential Surveillance
OpenAI negotiated new terms with the Pentagon that include the phrase 'any lawful use,' which sources say allows the military to use OpenAI's technology for mass surveillance programs if they're technically legal. Anthropic was blacklisted for refusing to budge on two red lines: no mass surveillance of Americans and no lethal autonomous weapons.

EU forces Meta to let rival AI chatbots onto WhatsApp for free
EU regulators have ordered Meta to allow rival AI chatbots free access to WhatsApp data for integration, starting June 2026.

Local LLM Struggles with Unreal Engine Solitaire: Qwen 3.6-27B Burns 687k Tokens on One Card
A developer's attempt to build a Solitaire game in Unreal Engine using Qwen 3.6-27B consumed 687k tokens for a single card, requiring manual intervention for PNG downloads, mesh creation, and heavy prompting.