Toolspublished

OpenClaw 2.0 Adds Shared Agent Sessions, With No Tenant Isolation

The release makes a model-neutral, self-hosted agent easier to set up and collaborate around. It also makes the deployment decision sharper: teams gain control over models and execution, while retaining responsibility for isolation, sandboxing, and upgrades.

By 3 min read
OpenClaw 2.0 Adds Shared Agent Sessions, With No Tenant Isolation
OpenClaw 2.0 Adds Shared Agent Sessions, With No Tenant Isolation

Listen to this story

The audio brief

About 1:31
0:001:31
Read transcript
OpenClaw 2.0 adds shared agent sessions, but its own documentation draws a hard line: shared access is not tenant isolation. That makes this a collaboration upgrade for one trusted operator or team—not a safe foundation for separating hostile customers. The release follows nearly seven weeks without a shipment, after 106 releases in the previous 230 days. It rewrites installation, rebuilds the browser Control UI, and moves sessions and transcripts into SQLite. Setup is more flexible, too. OpenClaw can reuse Codex, ChatGPT, or Claude sign-ins, accept an API key, connect through provider authentication, or discover local models in Ollama and LM Studio. It then tests whether the selected model can answer before saving the configuration. In other words, teams can choose hosted or local models and run the agent on a laptop, server, paired device, or cloud worker. The simulated default-chat test also reported a startup improvement from about 1.6 seconds to 575 milliseconds, with JavaScript requests falling from 140 to 45. The rebuilt interface adds files, approvals, live progress, browser inspection, screenshot annotation, and a web terminal. But the safety boundary remains the operator’s responsibility: sandboxing is off by default, and host execution can be available unless it is configured. The key question for any deployment is still where the agent may run, which tools it can reach, and how the result will be contained.

Story brief

3 key points

OpenClaw 2.0 is a substantial self-hosted platform refresh after nearly seven weeks without a release, moving sessions to SQLite and making model setup provider-agnostic across hosted and local options. Its rebuilt Control UI and shared cloud sessions improve ongoing operations, but the collaboration layer is explicitly not tenant isolation. The release is therefore aimed at one trusted operator or team, not...

  1. 01

    The release follows 106 shipments in the prior 230 days, making the seven-week pause notable.

  2. 02

    A mocked default-chat test reported 575 ms startup versus roughly 1.6 seconds, with requests reduced from 140 to 45.

  3. 03

    Setup can reuse Codex, ChatGPT, or Claude sign-ins, API keys, provider auth, Ollama, and LM Studio.

OpenClaw 2.0 gives its self-hosted agent platform a guided front door and shared workspaces, then places a clear warning beside them: its collaboration controls are not multi-tenant isolation. The August 30 release is built for a single operator or team that wants to choose its own models and execution environment—not for a product that must safely separate hostile customers.

A long pause ends with a different starting point

OpenClaw released version 2.0 after nearly seven weeks without a shipment, following 106 releases in the preceding 230 days. The update rewrites installation, rebuilds the browser Control UI, moves sessions and transcripts into SQLite, and adds shared cloud sessions.

The setup flow now searches for AI access already present on a machine. It can reuse verified Codex, ChatGPT, or Claude command-line sign-ins; accept an API key; initiate a provider sign-in; or find local Ollama and LM Studio models. Before storing the choice, it tests whether the selected model can answer.

That design reduces the first-run work without locking the agent to one provider. OpenClaw can run with hosted or local models across a laptop, server, paired device, or chosen cloud worker. Fresh OpenAI setups default to GPT-5.6, while its local stack now uses a managed llama-server and raises the default llama.cpp context to 64K.

The browser becomes an operating surface

The rebuilt Control UI centers the conversation but puts active work beside it: files, approvals, and live progress. OpenClaw adds a workspace file editor, a git-backed Changes panel, browser inspection and screenshot annotation, and a full-screen web terminal.

The limits inside those panels

  • The file editor cannot create or delete files.
  • The Changes panel is read-only, even though it shows pull-request status and CI summaries.
  • Create PR hands work to GitHub rather than submitting a pull request inside OpenClaw.

Shared cloud sessions extend that operating surface to another person. An owner or administrator can allow someone to read, suggest changes, work in a draft, or participate directly; the second person can join live work or take it over without losing context. Conversation search, progress cards, dashboards, email triggers, and an experimental authenticated agent-to-agent handoff plugin extend the same idea of longer-running work.

Collaboration stops at one trust boundary

The product documentation is explicit that these shared-session permissions are neither tenant isolation nor a security boundary. That makes the new collaboration features suitable for deployments where participants share a trust relationship, but not a substitute for isolating untrusted customers from one another.

The remaining security posture also belongs to the operator. The Gateway binds to loopback by default, and most chat channels require an unknown direct-message sender to complete pairing. The security audit checks inbound access, tool blast radius, network exposure, browser-control exposure, and plugin allowlists.

Sandboxing remains off by default, and host execution is possible unless it is configured. That is the unresolved next move for teams weighing the release: 2.0 narrows the usability gap for a self-hosted agent, but each deployment still has to decide where its agent may run, which tools it can reach, and how it will contain the result.

Sources

  1. marktechpost.comOpenClaw Releases OpenClaw 2.0: Guided Model Setup, 575 ms Control UI Startup, and One Trust Boundary Per Gateway