OpenClaw Releases 2026.9.5 With Atomic Updates, Plugin Hot Reload, Conversation Sharing, and Expanded GPT Live
MarkTechPost Michal Sutter
OpenClaw 2026.9.5 now updates without taking the agent down. That’s the fix for the nightmare where the tool you need to repair the tool is also broken.
Based on reporting by MarkTechPost, Michal Sutter — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
OpenClaw has shipped version 2026.9.5, and the big story is not a flashy new feature. It is the promise that an update no longer has to knock your agent offline. The open-source, MIT-licensed project says the release bundles 4,179 pull requests, 64 direct commits, and work from 502 contributing accounts.
The new Atomic Updates flow tackles a problem the team says has been nagging users for a long time: sometimes an upgrade improved things, and sometimes it blew the whole setup apart. Before this release, a failed update could leave the old version dead too, which meant the agent you needed for help was gone at the exact moment you needed help.
The fix is simple in concept and careful in execution. The current Gateway keeps running while the new version is prepared. OpenClaw checks the next version against a private copy of the setup, switches over, then verifies the install. If something goes wrong, it rolls back to the last working configuration so there is still a live agent to diagnose the mess. The team also added an issue-reporting button for updates.
There are limits, and the release notes do not hide them. Atomic Updates only apply on supported paths. Database migrations cannot be undone just by rolling the app back. The private validation copy is not a backup, and interactive repair only kicks in if the user says yes. It uses the user’s account and tokens, and a 30-second timeout can skip it.
The rest of 2026.9.5 is a tidy pile of practical features. Plugin hot reload lets supported plugins be installed or reloaded without restarting the Gateway. Session Share gives teammates read-only access to selected conversation groups on a paired installation, but not subagents, tool activity, or reasoning. GPT Live now works in supported Meet, Teams, and Zoom meetings, while a shared Browser dashboard lets the user and agent work from the same page in a local OpenClaw-managed browser profile. There is also cold-storage archiving, guided specialist-agent setup, and a warning that this release changes the conversation database even when archiving is off. The current latest tag is on npm, and the project says self-hosting needs Node 24.16+ or 26.1+.
My take — AI-written commentary, not fact-checked reporting
This is the right kind of AI product work: boring, defensive, and more useful than another demo with confetti. Agents that break on update are not ambitious, they’re fragile little drama queens. Open-source AI gets serious when it starts treating recovery, rollback, and backups like first-class features instead of footnotes.
Read more about this at: MarkTechPost