Skip to content
AI EmployeeSuper-AgentsAgent-to-AgentTutorialsPricingBlogStoryContact

OpenClaw 2.0 Is Here: What's New, What Breaks, and What It Signals

Hand-drawn sketch of a small box labeled 1.X with an arrow into a larger structure labeled 2.0, with branches labeled SETUP, BROWSER, MULTIPLAYER, MEMORY, and SECURITY
Fig 0One release, five fronts: setup, browser, multiplayer, memory, and security. The 2.0 label is about scale, not semver.

Late on August 30, 2026, OpenClaw shipped version 2026.8.1 and gave it a second name: OpenClaw 2.0. It is by far the largest update in the project’s history - over 16,000 merged pull requests from 933 contributors, which the team says is roughly half of all pull requests ever merged into OpenClaw. The announcement is four minutes long and the release notes are enormous, so this page is the digest in between: what actually changed, what breaks when you upgrade, and what the direction of the release says about where personal agents are heading.

This is a living page. Facts are verified against OpenClaw’s own release notes and announcement, and when the story changes, the update lands here same day.

Key points7 · 8 min full read
  1. OpenClaw v2026.8.1, published August 31, 2026 at 03:30 UTC (late August 30 US time) and billed by the team as OpenClaw 2.0, is the largest update in the project’s history: over 16,000 merged pull requests from 933 contributors.
  2. By the team’s own count, the release contains roughly 50% of all pull requests ever merged into OpenClaw, and 569 of the 933 contributors were first-timers.
  3. Setup got dramatically simpler: guided onboarding detects existing ChatGPT or Claude subscriptions, API keys, and local models, verifies the chosen model actually answers before saving it, and opens into a rebuilt browser app.
  4. Shared cloud sessions make OpenClaw multiplayer: team members join ongoing sessions and hand work over with context intact. The OpenClaw team says it now builds OpenClaw itself this way.
  5. Memory is consolidated: built-in Memory owns search and recall (QMD is retired), background consolidation promotes provenance-qualified material into long-term memory, and self-learning can turn strong lessons into proposed skills.
  6. Security got structural: approvals bind to the exact request, command, session, and person; sessions choose read-only, guarded, workspace, or full access; and a team credential store keeps secret values write-only.
  7. Three migrations to plan for: sessions move to SQLite (downgrading needs care), the OpenProse plugin is removed, and codex/ model routes migrate to openai/ via openclaw doctor –fix.
At a glanceQuick answers
What is OpenClaw 2.0?
The version tag is v2026.8.1, published August 31, 2026 at 03:30 UTC. The team calls it OpenClaw 2.0 because of its scale: 16,000+ merged pull requests from 933 contributors, touching installation, the browser app, memory, skills, security, and plugins.
Is it a breaking update?
Mostly additive, with three migrations to plan for: session storage moves to SQLite, the bundled OpenProse plugin is removed, and codex/ model routes are renamed to openai/. Running openclaw doctor –fix handles most of the cleanup.
What is the headline feature?
Shared cloud sessions: OpenClaw becomes multiplayer, so team members can join ongoing agent sessions, assign tasks with full context, and hand work over. The rebuilt browser app and near-zero-config onboarding are close behind.
Why is it called 2.0 if the version is 2026.8.1?
OpenClaw uses date-based version tags. The team applied the 2.0 name because the release contains roughly half of all pull requests ever merged into the project, after nearly seven weeks of consolidated work.

§ 01The release in numbers

Fact Detail
Version tag v2026.8.1, published August 31, 2026 at 03:30 UTC (late August 30 US time)
Scale 16,000+ merged pull requests from 933 contributors, 569 of them first-time
Share of the project Roughly 50% of all pull requests ever merged into OpenClaw, per the team
The gap Nearly seven weeks since the previous release, after 106 releases in the prior 230 days
Storage change Sessions and transcripts move to SQLite; plan before downgrading
The story The team started with simpler setup and a first-class browser app, and the cleanup grew into 2.0
Table 1OpenClaw 2.0 at a glance

The announcement’s own framing is worth keeping: this was not a planned major version. The project’s velocity outgrew its foundation and its release process at the same time, and the team reworked both rather than shipping around the problem.

§ 02What’s actually new

Setup that starts with what you already have. Guided onboarding now detects AI access already on your machine: active ChatGPT or Claude subscriptions, API keys, and qualifying local Ollama or LM Studio models. It verifies that the exact chosen model can answer before saving it, then hands off to the rebuilt browser app, which opens directly into a conversation. Most configuration moved out of initial setup entirely; you finish configuring your Claw by talking to it.

Multiplayer, for real. Shared cloud sessions are the headline: team members can join an ongoing agent session, continue work where it left off, assign tasks to teammates with full context, and collaborate live. The OpenClaw team says it now uses this multiplayer mode to build OpenClaw itself. New team operator roles limit which agents and sessions each verified person can reach, and the docs are refreshingly honest about scope: these are collaboration controls, “not hostile-tenant isolation.”

Memory grows up. Built-in Memory now owns the core search and recall path, with the QMD add-on retired via a supported migration. Two defaults are worth noticing: background memory consolidation promotes provenance-qualified material into long-term memory (with a Dream Diary and an explicit off switch), and automatic self-learning can capture strong reusable lessons and turn them into proposed skills. There is also plain conversation search at last: find past conversations by exact words and reopen the surrounding messages.

Skills become a workflow. Skill Workshop connects the whole path: create a skill down a guided route, validate it before anything is written, find or install skills, call them from a conversation, and review proposed changes with an applied history. Invalid skills are now reported individually instead of breaking the catalog around them.

Widgets and dashboards. Chat can now hold interactive widgets, pin them to session dashboards, grant them specific actions or network origins, and export rendered views as images. Combined with durable session progress cards, the browser app is now a real control surface rather than a log viewer.

A more structural security model. This is the deepest change for anyone running OpenClaw seriously. Approvals now stay attached to the exact request, command, session, and person that received them. Reusable command permissions bind to exact arguments and a working directory, and script-backed commands recheck the reviewed bytes before running. Each session can choose read-only, guarded, workspace, or full access. A shared credential store keeps team-scoped secret values write-only, agents can request credentials through masked prompts that never enter model-visible text, and plugin installs from arbitrary executable sources now require an explicit force flag. After July’s advisory batch, this is the follow-through release: the trust boundaries the project promised are now load-bearing features rather than policy statements.

§ 03What breaks

Three migrations, all documented, plus one date to diary:

Change What to do
Sessions and transcripts move to SQLite Create a verified backup before upgrading; sessions created after the migration will not appear in older releases if you downgrade
OpenProse plugin and /prose removed Run openclaw doctor –fix and follow the upstream Agent Skill migration; existing .prose files are kept
codex/ and openai-codex/ model refs openclaw doctor –fix migrates routes, provider config, stored sessions, and automations to openai/*
Plugin SDK deprecation gates September 1, 2026: several plugin-sdk subpaths move to focused imports; see the SDK migration guide
Table 2The migration list

The pattern across all four is the same: openclaw doctor --fix is the recovery tool, and the release notes flag conflicts for operator repair instead of silently guessing.

§ 04What the release signals

OpenClaw 2.0 is a strong release, and the honest read is that it validates the direction this whole category is moving. A year ago, “personal agent” meant a chat loop with tools. The features that earned 2.0 status are all continuity features: memory that consolidates in the background, skills that accumulate from real work, permissions that persist across sessions, and shared context that survives a handoff between people. Those are the properties of a colleague, not a chatbot - the distinction we mapped in AI agent vs AI employee.

The difference is who operates it. OpenClaw is open source and self-hosted: you own the Gateway, the credential store, the upgrade path, and the security perimeter, and 2.0 makes each of those meaningfully better while leaving them yours to run. The announcement is admirably direct that this is the point: no company to trust, software you can shape and actually own. For tinkerers and teams with an operator’s mindset, that is the draw, and 2.0 lowers the cost of entry more than any release before it.

CellCog sits on the other side of the same conviction, so read our position with that declared: we build AI employees where the platform owns the perimeter, the memory architecture, and the upgrade path, and the two worlds already cooperate - OpenClaw agents have used CellCog as an execution layer for heavy deliverables since early 2026, and that path is unchanged in 2.0.

§ 05If you run OpenClaw today

The upgrade checklist, condensed from the release notes:

  • Create a verified backup before upgrading; review the SQLite downgrade notes if you might roll back.
  • Run openclaw doctor --fix after upgrading to migrate OpenProse, QMD memory settings, and legacy codex/* routes.
  • Review the new per-session permission modes and set the narrowest that works; the least-privilege playbook applies directly.
  • Check any external plugins against the September 1 SDK deprecation gates.
  • Re-run your hardening pass: the July advisory checklist still applies, and 2.0’s new controls give it sharper teeth.

A release this size will shed follow-up fixes for weeks. When the notable ones land, this page gets the update, same day.

Frequently asked6 questions

Q1What is actually new in OpenClaw 2.0?

The big six: guided setup that reuses AI access you already have (subscriptions, API keys, local models), a rebuilt browser app that opens straight into a conversation, multiplayer shared cloud sessions, consolidated built-in memory with background consolidation and self-learning, a Skill Workshop for creating and reviewing reusable skills, and a reworked security model where approvals bind to exact requests and sessions carry explicit permission modes.

Q2Do I need to do anything before upgrading to OpenClaw 2.0?

Yes: create a verified backup first. The release moves sessions and transcripts into SQLite, and sessions created after the migration will not appear in older releases if you downgrade. After upgrading, run openclaw doctor –fix to clean retired configuration (OpenProse, QMD memory settings, legacy codex/* model routes).

Q3What breaks in OpenClaw 2.0?

Three things by design: the bundled OpenProse plugin and /prose command are removed (an upstream Agent Skill migration replaces them), shipped codex/ and openai-codex/ model refs migrate to openai/*, and several plugin SDK subpaths hit deprecation gates on September 1, 2026. All three have documented migration paths through openclaw doctor –fix and the SDK migration guide.

Q4Is OpenClaw 2.0 more secure than earlier versions?

The security model is more structural: approvals stay attached to the exact request, command, session, and person that received them; reusable command permissions bind to exact arguments and a working directory; sessions can run read-only, guarded, workspace, or full access; and a shared credential store keeps secret values write-only. Hardening your installation against the open internet remains your job as the operator, as OpenClaw’s own security policy has always said.

Q5What are shared cloud sessions in OpenClaw 2.0?

OpenClaw’s multiplayer mode: team members can join an ongoing agent session, continue work where it left off, assign tasks to teammates with full context, and collaborate in real time. The OpenClaw team says it now uses this to build OpenClaw itself. The docs are honest about scope: team operator roles are collaboration controls, not hostile-tenant isolation.

Q6Does OpenClaw 2.0 change how OpenClaw works with CellCog?

No. OpenClaw agents can keep using CellCog as an execution layer for heavy deliverables through the cellcog skill and SDK, exactly as before. The 2.0 skills pipeline (Skill Workshop, validation, ClawHub install flow) makes that path easier to discover and maintain, not harder.

Published 31 August 2026 All Choosing a platform →