Fetching from the wire…
Public story · 2026-09-01 · source-backed
388,449 stars. 106 releases in 230 days, then nothing, then this.
OpenClaw tagged v2026.8.1 at 03:30 UTC on August 31, branding it 2.0 and treating it as the project's first real major version. The scale is the first thing you notice: more than 16,000 pull requests folded in, about half the project's lifetime total, from 933 contributors of whom 569 were first-time committers (GitHub). That is what a deliberate freeze buys you. It also tells you why the freeze existed.
The headline feature is multiplayer. Persistent cloud sessions run on rented machines, teammates join mid-run with participant attribution and per-person permission levels, and setup auto-detects your existing ChatGPT or Claude subscription, API keys, or local models (VentureBeat). If you have ever tried to hand a running agent session to a colleague, you know why that matters. If you have ever watched a colleague approve something in your session, you also know why the next paragraph matters more.
Sandboxing and execution approvals ship disabled. You turn them on deliberately. Combine that default with shared cloud sessions on rented machines and you have a multi-user execution environment where nobody had to opt into isolation, which is a shape I would not deploy at work without reading the permission model line by line first.
The upgrade trap is storage. Sessions and transcripts move from file-backed storage to SQLite, older releases cannot read migrated sessions, and downgrading requires restoring legacy artifacts through the CLI. That is a one-way door. Back up your session directory before you run the migration, and if you have any tooling that reads OpenClaw transcripts off disk, it is broken as of this release.
Security defaults did tighten in useful ways: network installs without authentication are blocked before startup, remote Gateway credentials are validated before onboarding promotion, unencrypted LAN connections are held in Limited mode, and certificate pinning is enforced for LAN and IP connections on Android. So the project clearly spent freeze time on hardening. It just chose to leave the two controls that constrain what the agent can do to your machine turned off, and I would like to know the reasoning, because "the user will enable it" has an evidence base and it is not good.
Practical move: upgrade in a scratch clone first, migrate sessions there, confirm your tooling still reads them, then enable sandboxing and approvals before you point it at anything real.
Each link below shares sources, entities, or timing with this story.
OpenClaw tagged v2026.8.1 at 03:30 UTC this morning. The release post counts 933 contributors, 569 of them first-time, and more than 16,000 pull requests, roughly half of every PR ever merged into the project, after a seven-week gap against a prior cadence of 106 releases in 2...
claude-mem hit 80,189 stars at v12.6.4, with 1,840 commits and 109 contributors. It hooks five agent lifecycle events to capture observations, compresses them through Claude's agent SDK into SQLite, and reinjects relevant context on new sessions. No manual tagging. One npx com...
Anthropic started emailing affected users on August 30. Sessions invalidated, saved payment methods stripped, unauthorized charges refunded. The cause, per Help Net Security's writeup of the disclosure, is six commodity infostealer families lifting authenticated Claude session...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
Marc Benioff said "the UI is the AI" out loud, on the record, about his own product. Then Salesforce released the thing that makes it true. Claudeforce went live for pilot customers on August 26. The centerpiece is "Salesforce in Claude," a Claude Cowork plugin carrying 37 pre...
Slack Code shipped August 20. You tag a coding agent in a conversation, it opens a project-specific channel, and the whole team watches the work happen: diffs, live HTML previews, feedback the agent picks up mid-run, approval gates before anything ships. Each channel keeps an...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.