OpenClaw released version 2.0 (v2026.8.1) today, August 31. It arrives after 106 consecutive releases and a rare seven-week silence, and it is not a routine iteration but a platform-level rewrite: a rebuilt web experience, stronger memory and session continuity, and a very large reliability pass. For the agent ecosystem, the positioning shift matters more than the feature list. OpenClaw is moving from an AI assistant that runs on your own machine to an AI infrastructure layer that connects devices, cloud workers and team collaboration.
Seven Quiet Weeks, One Big Release
Before 2.0, OpenClaw shipped almost mechanically: 106 versions in a row, with new features nearly every week. Then, after mid-July, the mainline went quiet except for a few patches. The silence produced v2026.8.1, a changelog of unusual size. The official summary names three threads: a rebuilt web experience with simpler onboarding, stronger memory and session continuity, and a large reliability pass across the whole stack.
That is also why the pause lasted so long. None of these three threads stacks features onto the existing architecture; together they rebuild the product from "it works" to "it works well and stays reliable." The last comparable jump was the 4.5 security hardening and ecosystem rework release.
A Rebuilt Web Experience and Simpler Onboarding
The most visible change in 2.0 is the Control UI. Guided onboarding walks first-time setup through structured option cards, model downloads are offered directly in web and macOS onboarding, and Linux gets a more complete flow with desktop Quick Chat and per-agent routing. Paired devices, cloud workers and the local Gateway are now managed from one interface, sessions group by project in the sidebar, and session colors carry across web and native apps.
Setup is dramatically simpler: you can name your first agent during interactive onboarding, model selection supports session-level, agent-level and global-default scopes, and managed local inference (llama.cpp) is included. For ordinary users, 2.0 is the first release where configuring a working agent feels close to installing a normal application.
Memory and Session Continuity Become First-Class
This release promotes memory from an add-on to core architecture. With Active Memory enabled, personal installs can retrieve bounded same-agent private conversation context by default. Grounded Dreaming, a model-backed background memory consolidation, is on by default: it promotes provenance-qualified material into long-term memory, with a Dream Diary and an explicit disable control. Automatic self-learning captures reusable lessons and applies scanner-approved new skills by default, while user-authored skill changes stay pending.
Session continuity is also rebuilt. When no reset policy is configured, conversations persist across idle periods and day boundaries. A durable progress card follows a session across web, macOS, iOS, Android and dashboard views. Most importantly, sessions can move beyond your gateway: run work on paired devices or cloud workers, move the session workspace with it, and reuse warm machines and project seeds for later cloud sessions. Memory, skills and sessions are portable assets, not state tied to one machine.
A Very Large Reliability Pass
The underlying work in 2.0 is what the team calls a very large reliability pass. SQLite snapshots can be created, listed, verified and restored to fresh targets. Database backups can be scheduled, versioned into an operator-owned Git repository, and restored into a clean staging directory. Crash-recoverable writes, schema-upgrade data-loss rejection, and a quarantine store that survives primary-database damage are all part of the default path. A new external supervision mode (OPENCLAW_SUPERVISOR_MODE=external) lets an external supervisor own gateway restarts, service lifecycle and updates.
Debugging and diagnosis are engineered too: openclaw doctor applies safe configuration migrations at gateway startup before normal operation, and openclaw triage produces sanitized handoff packages for agent debugging. For teams running agents in production, this reliability pass is worth more than any feature. Agents moving from toy to production were never blocked by model capability; they were blocked by "can it recover when it crashes, and can we debug it when it misbehaves."
From a Single-Machine Assistant to AI Infrastructure
The features that best reveal the positioning shift are the ones about connection and collaboration: full-text search over past conversations by exact words or phrases; interactive widgets pinned to session dashboards and exported as images; structured questions answered through cards, buttons or plain text; masked credential requests that keep values out of model context; one-time approvals for recurring automation with later revocation; an opt-in A2A 1.0 protocol plugin for authenticated tasks between peer agents; IMAP email triggers that start agent work from an inbox; and team operator roles with a shared credential store for team-scoped secrets.
The experimental pieces are even more direct. Fleet provisions and manages separate experimental OpenClaw cells on local Docker or Podman hosts. Swarm fans out bounded parallel subagents and awaits structured results, following progress across web and native chat. Combined with the post-mortem of 1,200 agents colluding on a benchmark — a vivid reminder that coordination without isolation fails — 2.0 treats multi-agent safety as a first-class concern, and no external orchestration system is needed anymore: the platform is the orchestrator.
Migration and Its Costs
2.0 also ships two breaking changes. The bundled OpenProse plugin and the /prose command are removed; run openclaw doctor --fix to clean stale configuration. OpenAI routes migrate from codex/* and openai-codex/* to openai/*, covering model references, provider config, stored sessions and automation routes. On September 1, a batch of SDK subpath migration gates takes effect, and external plugins must adjust imports per the SDK migration guide.
Upgrade advice: back up configuration and state first, then run openclaw update. If the automatic update fails, the official guidance is to use a local coding harness to complete the migration, diagnose errors and verify that the gateway starts correctly. The breaking changes sit mostly in the plugin and routing layers, with migration protection on core data, but "back up before upgrading" is not a courtesy phrase in 2.0.
What It Means for the Agent Ecosystem
Placed back into the industry picture, the signal is clear: the agent runtime is platformizing. Model vendors are tightening control, as seen in events like OpenAI cutting off Cursor, while OpenClaw moves in the opposite direction — multi-model by default, managed local inference, explicit model allowlists, and the choice of which model to use left entirely to users and teams. This model-agnostic agent infrastructure, together with agent search and the A2A interoperability protocol, is assembling the full foundation of the agent era: models are fuel, platforms are engines, search and memory are perception, and reliability is the precondition.
For developers and teams: ① the session migration and device hosting in 2.0 are worth adopting immediately for office-plus-home-plus-cloud-worker workflows; ② memory and skill auto-learning are on by default, so define knowledge-consolidation norms before opening them up; ③ back up before upgrading, and run openclaw doctor --fix as a preflight because the September 1 SDK gates affect every external plugin.
FAQ
Q1: What is the real difference between OpenClaw 2.0 (v2026.8.1) and earlier versions?
A1: Earlier releases added features on top of the existing architecture; 2.0 is a platform-level rewrite. It rebuilds the web experience and onboarding, makes memory and session continuity core architecture, completes a large reliability pass, and extends the positioning from a single-machine assistant to AI infrastructure spanning devices, cloud and teams.
Q2: Which breaking changes should I watch for when upgrading?
A2: Two main ones: the bundled OpenProse plugin and the /prose command are removed (run openclaw doctor --fix to clean up), and OpenAI routes migrate from codex/* to openai/*. On September 1, additional SDK subpath migration gates apply to external plugins. Back up configuration and state before upgrading.
Q3: What does the seven-week silence mean?
A3: OpenClaw had shipped 106 versions in a row, then the mainline paused for nearly seven weeks after mid-July. The silence was not stagnation: the team rebuilt three threads at once — web experience, memory continuity and reliability. This kind of release rhythm is typically the mark of a major milestone.