AI News Feed
Market watch
Products & Applications

OpenClaw Ships 2026.9.5 With Atomic Updates, Plugin Hot Reload and Expanded GPT Live

OpenClaw has released version 2026.9.5, adding atomic updates, plugin hot reload, conversation sharing and expanded GPT Live to its self-hosted personal AI agent, according to MarkTechPost.

Atomic Updates is the main change and targets a long-running complaint that updates could break a working agent. The OpenClaw team explained in a blog post with maintainer Jason Sy that before the fix, an update had two outcomes: incremental improvement or catastrophic failure. In the failure case, the old version went down as well, leaving no agent online to help with the repair. Two factors made this difficult. OpenClaw has thousands of config options, so testing every permutation is near impossible, and maintainers rarely felt the pain themselves because they are developers who ask Claude or Codex to update their claw. For many users, the claw is their only agent. The OpenClaw 2.0 launch in early September made the issue too large to ignore.

According to the Claw team, the needed pieces already existed in the upgrade process but were in the wrong order. The new flow keeps the existing Gateway running while the update is prepared. The next version is checked against a private copy of the user's setup. OpenClaw switches over, then verifies the updated installation. If the update fails, it rolls back to the last working configuration. OpenClaw always preserves a working agent so it can help diagnose a failed upgrade. The team also added an issue reporting button for updates. The release notes list clear limits. Atomic Updates apply on supported update paths only. Rolling back the application cannot undo database migrations. The private validation copy is not a backup, so users should keep a verified backup before upgrading. If an interactive update fails, AI repair starts only after the user chooses Yes. It uses the user's account and tokens, and a 30-second timeout skips it.

The release also adds plugin hot reload, which lets users install or reload supported plugins without restarting the Gateway. It works from the CLI or an authorized chat command, and the CLI also accepts several plugins in one command. Conversation sharing arrives through Session Share, which gives teammates on another paired installation read-only access to selected conversation groups. Recipients see conversation text and eligible forks. They do not see subagents, tool activity or reasoning. Revocation cannot recall what was already received.

Expanded GPT Live allows users to speak while GPT Live replies in supported Meet, Teams and Zoom meetings. It can consult the user's OpenClaw agent during meetings or phone calls. Live is audio-only, so the notes point to gpt-realtime-2.1 for camera use. A shared Browser dashboard lets a user and their agent use the same page. It runs on a local OpenClaw-managed browser profile, not the user's laptop cookies. Conversation archiving compresses older, inactive history into cold storage. It is off by default and archives after 30 days once enabled. Reopening a conversation restores it and makes it searchable again. Guided specialist-agent setup can create a chief of staff, researcher, writer and reviewer, or the user can pick a single specialist. Nothing is created before the user approves the proposal.

One upgrade warning applies to everyone. This release changes the conversation database even with archiving off. Going back requires the matching older build and a backup. New installs can use the official script, curl -fsSL https://openclaw.ai/install.sh | bash. Users who already manage Node.js can install the published package with npm install -g openclaw@latest --allow-scripts=openclaw, followed by openclaw onboard --install-daemon. Existing users can run openclaw update, and the updating guide covers manual paths. The release also adds a FreeBSD CLI install route using system Node and npm.