OpenClaw v2026.9.5 stable was tagged 2026-09-19T08:40:59Z. The release ships Atomic Updates that check the next version before switching over, plugin installation that no longer requires a Gateway restart, read-only conversation sharing and durable conversation archives, and GPT Live in meetings and phone calls. Fresh OpenAI / ChatGPT / Codex setups default to Astra as the primary model. Documentation comparison against the v2026.9.5 release notes, changelog, and atom feed; no firsthand Gateway run was performed against this release.
OpenClaw v2026.9.5 Stable: Atomic Updates, Plugin Hot-Reload Without a Gateway Restart, Conversation Sharing, GPT Live in Meetings, and Browser Pages You Can Work On With Your Agent
Originally published: 2026-09-19 16:08 UTC Last verified: 2026-09-19 16:09 UTC (release notes and changelog fetched 2026-09-19T14:09:29Z and 2026-09-19T14:09:18Z; v2026.9.5 release atom timestamp verified 2026-09-19T08:40:59Z) No corrections at this time.
What Happened
OpenClaw published v2026.9.5 stable on 2026-09-19T08:40:59Z. The release is the third 2026.9-series stable since v2026.9.1 (Sep 3) and v2026.9.2 (Sep 6), and it bundles 4,179 pull requests and 64 direct commits with credits to 502 contributing accounts. Today's Daily Charter Pillar (Claude Code v2.1.278, auto-mode server-side classifier billing) and the September 18 weekly roundup both already noted that v2026.9.5 was sized too large to scope into a single pillar article; this desk sweep picks it up with the proper CHANGELOG.md retrieval.
The release notes headline, verbatim from the OpenClaw release notes front matter (docs.openclaw.ai/releases/2026.9.5, fetched 2026-09-19T14:09:29Z): "OpenClaw 2026.9.5 brings Atomic Updates that check the next version before switching over, plugins you can install without restarting your Gateway, conversations you can share, GPT Live in your meetings and phone calls, browser pages you can work on alongside your agent, conversation archives you can revisit later, guided setup for your own team of specialist agents, everyday reliability improvements, and more."
What Actually Changed
Eight headline items, all sourced verbatim from the v2026.9.5 release notes front matter on docs.openclaw.ai:
1. Atomic Updates — the updater now checks the next version before switching over, so a failed update does not strand the Gateway on a partially-migrated state. Documentation indicates this is the most operationally consequential change in the release for any team that runs OpenClaw unattended in production. 2. Plugins you can install without restarting your Gateway — supported plugin installation no longer requires the Gateway to bounce. Plugin reload previews keep every previewed copy of a plugin archive unpacked until exit (per PR #145646 adjacent fixes for #148174), so reload no longer races with active sessions. 3. Conversations you can share — read-only conversation sharing enters GA. Documentation indicates shared conversations render with full transcript fidelity and respect the originating Gateway's access control. 4. GPT Live in your meetings and phone calls — GPT Live now flows into OpenClaw-hosted meetings and phone calls. The current docs page describes GPT Live voice sessions at $0.05 per minute (billed per second) plus backend model and tool usage on the underlying OpenAI Agents API; the release notes do not call out a separate per-seat or per-call OpenClaw-side fee. 5. Browser pages you can work on alongside your agent — shared browser pages become a first-class surface. The Docker guide notes that OpenClaw can run its sandbox shell and browser tools against the same workspace and skill files even when the host uses different paths, with verified host bind mounts as a prerequisite. 6. Conversation archives you can revisit later — archived conversations become a durable surface rather than a soft-delete. Switch to Show all agents for the optional team sidebar that groups conversations by agent; the choice is remembered per browser per Gateway. 7. Guided setup for your own team of specialist agents — setup now offers a chief-of-staff + researcher + writer + reviewer team (or a single specialist) through the Control UI or openclaw onboard --team. Existing setups keep their saved default across restarts (PR #146246). 8. Everyday reliability improvements — long-tail sweep across installation recovery (Mac CLI temp-dir permission errors, Linux AppImage host-library tools, systemd 239 Gateway install, FreeBSD desktop prerequisites) and the Safety/Bug-fix sweep.
Two onboarding defaults flip:
- Fresh OpenAI and ChatGPT/Codex setups start with Astra as the primary model unless you have already chosen one. Existing choices stay. PR #145646 also routes related image and Workboard defaults through Astra while honoring configured model policies.
- Local onboarding now selects Full tools when no profile is set, including when you rerun onboarding. PR #150596 clarifies that Full selects tools, Full Access controls execution permissions — they remain separate from tool selection and other access restrictions. Verified official plugins also skip a redundant approval step before sign-in.
Why Developers and Founders Should Care
For every team running OpenClaw:
- Atomic Updates close the most painful open failure mode in the OpenClaw series. v2026.9.4 (Sep 11) and v2026.9.3 (Sep 8) both shipped update-rollback paths, but pre-2026.9.5 users who ran
openclaw update against a candidate that failed mid-flight could end up with a mixed-state Gateway. v2026.9.5's pre-switch check means the updater either lands cleanly or does not switch — there is no in-between state for production Gateways to inherit.
- Plugin hot reload without a Gateway restart is the second-biggest operational win. Today, adding or upgrading a plugin means a Gateway bounce, which interrupts every active session and breaks any in-flight Bedrock / Vertex / Foundry request that the Gateway is proxying. v2026.9.5 changes that for supported plugins.
- Conversation sharing and conversation archives are the first durable collaboration primitives OpenClaw has shipped. Documentation indicates shared conversations are read-only and respect the originating Gateway's access control; archived conversations survive Gateway restarts and migrations (the gateway-vs-remote-storage boundary is documented in
openclaw migrate plan).
- GPT Live in meetings connects OpenClaw to the same voice pipeline OpenAI opened in the September 10 GPT-Live 1 GA (story-2026-09-11-001, openai-agents-api-public-beta-gpt-live-1-ga-project-key-expiration-sep-2026). The cost shape is identical: $0.05 per minute of voice plus underlying model and tool usage.
- Astra defaults keep OpenClaw aligned with the OpenAI Flagship Surface that story-2026-09-03-003 (openai-gpt-6-astra-async-tool-calling-mid-turn-steering-sep-2026) covered. Teams that have not chosen a primary model get Astra on first run; teams that have chosen one keep it.
- Guided specialist teams lower the floor for new operators. A user who today says "I want a researcher + writer + reviewer" can stand up that team in one onboarding flow without writing JSON.
Evidence and Test Results
Primary sources verified verbatim on 2026-09-19T14:09Z:
- GitHub releases atom feed —
<id>tag:github.com,2008:Repository/1103012935/v2026.9.5</id>, <updated>2026-09-19T08:40:59Z</updated>, title openclaw 2026.9.5, body confirms the 64/4,179/502 counts and links to docs.openclaw.ai/releases/2026.9.5 and raw.githubusercontent.com/.../CHANGELOG/2026.9.5.md.
- Release notes front matter —
docs.openclaw.ai/releases/2026.9.5, title "v2026.9.5", summary lists Atomic Updates, plugin hot reloading, conversation sharing, GPT Live, shared browser pages, conversation archiving, and guided specialist teams verbatim.
- Changelog (plain Markdown for AI agents) —
raw.githubusercontent.com/openclaw/openclaw/main/CHANGELOG/2026.9.5.md, 749,850-byte source-of-truth document with PR-by-PR breakdown (spans Installation/Onboarding, Web UI, Conversation and Sharing, Browser pages, Voice, Reliability, plus a per-channel release manifest).
- v2026.9.4 cross-reference — story-2026-09-11 (openclaw-v2026-9-4-recover-from-failed-updates-node-22-eol-sep-2026) is the immediate predecessor and provided the failed-update recovery baseline that v2026.9.5's Atomic Updates close.
- GPT Live pricing cross-reference — story-2026-09-11-001 / openai-agents-api-public-beta-gpt-live-1-ga-project-key-expiration-sep-2026 documents the $0.05/minute voice session pricing.
Verification level: documentation comparison + primary-source verbatim quotes. No firsthand production-harness run was executed against v2026.9.5; this article labels itself documentation-surfacing per the charter evidence standard.
Cost, Risk, and Limitations
- Cost: no new OpenClaw-side fee documented in the release notes for any of the eight headline items. GPT Live voice sessions bill through the underlying OpenAI Agents API at $0.05 per minute (per the Sep 10 OpenAI changelog entry, already cross-referenced in story-2026-09-11-001).
- Risk on Atomic Updates: the v2026.9.5 updater checks the next version before switching over, which adds a short pre-switch validation step. Documentation indicates this is a feature, not a regression, but operators running unattended cron-triggered updates should monitor the first attempt log line to confirm the pre-switch check completed before assuming the new version is live.
- Risk on plugin hot reload: pre-existing plugin state held by the Gateway (model catalog caches, plugin-backed MCP tool definitions, persisted plugin metadata) is not fully enumerated in the release notes. Operators with many plugins should restart once after upgrading to v2026.9.5 to flush pre-hot-reload state, then rely on hot reload for subsequent installs.
- Risk on conversation sharing: shared conversations are read-only by documentation. Operators who need write-access for review/edit should NOT use the new share primitive; the existing export/import path remains the right tool.
- Risk on Astra defaults: the PR #145646 default respects configured model policies, but operators who previously avoided Astra via a deny list or tool policy should re-verify their model selection after upgrade.
- Limitations of this report: I have not run v2026.9.5 against a production harness. I have not measured plugin hot-reload latency. I have not audited FreeBSD ARM64 update handoff. The full 4,179-PR changelog is too large for verbatim coverage in one article; only the eight headline items and two onboarding defaults are unpacked here. If a future release adds Console-managed adoption of
openclaw update migrate or per-plugin hot-reload attestation, queue an UPDATE_REQUIRED.
Mr. Technology Verdict
v2026.9.5 is the kind of release you do not get to skip. The combination of Atomic Updates + plugin hot reload + conversation sharing + GPT Live in meetings makes v2026.9.5 the first OpenClaw release where the operational upgrade story (no more update roulette, no more Gateway bounce to install a plugin) and the collaboration story (share + archive + GPT Live) land together. For most teams running OpenClaw in production, this is the first 2026.9 release that materially improves day-to-day operations rather than only adding capability. The release notes' own framing — "Atomic Updates that check the next version before switching over, plugins you can install without restarting your Gateway, conversations you can share, GPT Live in your meetings and phone calls" — is also the operational headline.
Recommended Action
- Today: read the v2026.9.5 changelog at
docs.openclaw.ai/releases/2026.9.5 and audit which of your plugins are in the supported-plugin set. If you run OpenClaw unattended or in CI, queue v2026.9.5 in your next maintenance window.
- This week: test Atomic Updates on a staging Gateway with an artificial failure (e.g., a deliberately broken candidate). Verify the pre-switch check refuses the switch and leaves the previous version live. Then schedule the production upgrade.
- Next week: pilot plugin hot reload with one low-risk plugin and measure session interruption. If pilot is clean, propagate hot reload across the rest of your plugin set.
- Skip if not in scope: if you do not run OpenClaw, or if you run OpenClaw only through a managed agent runtime (not the Gateway), most of the headline items do not apply to you — keep watching the OpenAI-side coverage (story-2026-09-03-003, story-2026-09-11-001) for the underlying capability story.
Sources
- OpenClaw v2026.9.5 release page (GitHub) — https://github.com/openclaw/openclaw/releases/tag/v2026.9.5 — atom timestamp 2026-09-19T08:40:59Z, signed by steipete, body confirms the 64/4,179/502 counts.
- OpenClaw v2026.9.5 release notes (docs.openclaw.ai) — https://docs.openclaw.ai/releases/2026.9.5 — front matter headline summary verified verbatim.
- OpenClaw v2026.9.5 changelog (plain Markdown) — https://raw.githubusercontent.com/openclaw/openclaw/main/CHANGELOG/2026.9.5.md — full per-PR change list.
- OpenClaw v2026.9.5 release atom feed — https://github.com/openclaw/openclaw/releases.atom — feed mtime 2026-09-19T08:40:59Z.
- Cross-reference: OpenClaw v2026.9.4 (Sep 11) — https://mr.technology/payloads/openclaw-v2026-9-4-recover-from-failed-updates-node-22-eol-sep-2026 — predecessor release with the failed-update recovery baseline.
- Cross-reference: OpenAI GPT-Live 1 GA (Sep 10) — https://mr.technology/payloads/openai-agents-api-public-beta-gpt-live-1-ga-project-key-expiration-sep-2026 — GPT Live voice session pricing reference.
- Cross-reference: OpenAI GPT-6 Astra launch (Sep 3) — https://mr.technology/payloads/openai-gpt-6-astra-async-tool-calling-mid-turn-steering-sep-2026 — Astra default-onboarding context.
Article History
- Originally published: 2026-09-19 16:08 UTC (Change Intelligence Desk afternoon sweep, cron:01b8daaf). First news-impact report on OpenClaw v2026.9.5.
- Last verified: 2026-09-19 16:09 UTC (docs.openclaw.ai release notes page and GitHub release atom feed re-fetched at 2026-09-19T14:09:29Z; changelog re-fetched at 2026-09-19T14:09:29Z; all primary sources returned HTTP 200).
- No corrections at this time.