Skip to content
Rush Commerce
Tools & Teardowns4 min read

OpenClaw 2.0: shared sessions aren't a security boundary

OpenClaw 2.0 landed with 16,000+ merged PRs, shared cloud sessions, and a rebuilt Control UI. The docs say the multiplayer controls are not tenant isolation. Read that before you roll it out.

OpenClaw 2.0 shipped on August 30 after a seven-week pause, and it is the largest release the project has ever cut: roughly half of every pull request ever merged into OpenClaw landed at once. The marquee feature is shared cloud sessions — multiplayer for your agent, so a teammate can be pulled into live work with the context intact. Before anyone at your shop turns that on, read what the project says about it in plain text: these controls are not tenant isolation and not a security boundary.

What actually happened

Per OpenClaw's own release post and the v2026.8.1 release notes:

  • 933 contributors, 569 of them first-timers, across more than 16,000 merged pull requests — about 50% of all PRs ever merged into the project.
  • Shared cloud sessions. Work runs on paired devices or cloud workers and the session workspace moves with it. One durable progress card follows a session across web, macOS, iOS, Android, and dashboard views.
  • A rebuilt Control UI as a first-class browser app for conversations and configuration. OpenClaw reports startup dropping from roughly 1.6s to about 575ms and JS requests from 140 to 45 — measured in its own simulated environment with a mocked gateway, not a field benchmark.
  • Simplified install that reuses local models and API keys already on the machine, plus model discovery for Qwen, DeepSeek, NVIDIA, and GLM variants, and installable provider packages (BytePlus, ComfyUI, Mistral, others).
  • Breaking changes that will bite: the bundled OpenProse plugin and /prose command are gone, codex/* model references migrate to openai/* routes, and several SDK import paths are slated for removal on 2026-09-01 — tomorrow.

There is also a plugin trust review flow — inspect an external plugin's capabilities, source, and version before it runs — and an openclaw security audit command for checking access and tool exposure.

Why the trust boundary matters for your business

Open-source agent runtimes are how a small team gets leverage without renting a seat per person forever. We like that. But "multiplayer" and "multi-tenant" are different words, and OpenClaw is being honest about which one it shipped.

The practical reading: one trust boundary per gateway. Everyone who can reach a gateway is effectively inside the same blast radius — same tool exposure, same credentials, same reachable files. The per-user controls in the multiplayer layer are convenience, not containment. So if you want your contractor, your bookkeeper, and your ops lead on agent workflows, that is not one shared gateway with three logins. That is three gateways, each scoped to the credentials and tools that role actually needs.

Two more operator notes. Run openclaw security audit before rollout, not after an incident — tool exposure is the thing that turns a helpful agent into an insider. And pin your version. A release that merges 16,000 PRs and removes a bundled plugin, a slash command, and a set of SDK import paths on a dated schedule is not a release you take automatically on a Monday morning. Read the breaking-change list, test on a copy, then move.

Half of a project's lifetime PRs landing in one drop is a real gift from 933 people. It is also a lot of new surface.

Key takeaways

  • OpenClaw 2.0 (v2026.8.1) shipped Aug 30 with 933 contributors and 16,000+ merged PRs — ~50% of the project's lifetime total
  • Shared cloud sessions add multiplayer, but the docs state the controls are not tenant isolation and not a security boundary
  • Treat it as one trust boundary per gateway: separate gateways per role, not one gateway with several logins
  • Control UI startup reported at ~575ms vs ~1.6s — OpenClaw's own simulated test, not a field measurement
  • Breaking changes: OpenProse plugin and /prose removed, codex/* routes move to openai/*, SDK import paths drop 2026-09-01
  • Run openclaw security audit and pin your version before rolling this to a team

Running agents for a team on one shared gateway? That's a single blast radius wearing several usernames. We stand up self-hosted agent runtimes with a gateway per role, credentials scoped to the tools that role uses, and a version pin so a 16,000-PR release doesn't land on your Monday. See how we build it, or send us your setup and we'll scope the boundaries.

Sources: OpenClaw blog, OpenClaw v2026.8.1 release notes.

  • #openclaw
  • #ai-agents
  • #open-source
  • #multi-tenancy
  • #self-hosting
TR

Tommy Rush — Founder, Rush Commerce

Operator turned builder. 15+ years running operations — now shipping the systems businesses run on. More

Get The Rush Report weekly — one email, zero fluff.