Latest stable · June 30, 2026
2026.6.11 — The Feedback Release: Steadier Channels and Tighter Trust Boundaries
Framed openly by the project as a response to user feedback, 2026.6.11 is the largest reliability release in months, concentrated almost entirely on the rough edges that make an assistant feel unpredictable. Messages now stay attached to the right conversation far more reliably across Telegram, WhatsApp, Matrix, Google Chat, iMessage, Feishu, Mattermost, WebChat, the Control UI, and the terminal UI — replies quoting the correct message, threads surviving reconnects, and stuck messages recovering without a gateway restart. Managed and multi-gateway teams also get Slack router relay mode, a supported way to centralise incoming Slack traffic across gateways while each one keeps ownership of its own mentions and threads.
Provider and model handling gets a parallel pass: fallback models now engage correctly when a Codex subscription hits its usage limit, when a Claude CLI run fails, or when OpenRouter, DeepSeek, or Gemini requests fail in specific ways, and oversized or stalled provider catalogs are now rejected before they can exhaust memory — a defensive pattern that recurs throughout this release. On the trust side, the Control UI picks up a patched DOMPurify release addressing a known sanitiser vulnerability (GHSA-cmwh-pvxp-8882), and trusted package source matching now rejects lookalike sibling paths, so trusting a path like /artifactory/openclaw no longer also admits something like /artifactory/openclaw-malicious.
Session and Gateway restart handling gets sturdier throughout: restarts now hand off through OpenClaw's durable state database rather than ad hoc files, Control UI conversations survive a sleep or reconnect without disappearing, and exec approvals and plugin bindings are less likely to be lost when multiple gateway processes are running. Plugin installation is more forgiving too — stale dependency pins and missing-module errors after an update are cleaner to recover from, and ClawHub skill verification now accepts the same @owner/<slug> reference used for installs. If you run a production deployment, this is the release worth prioritising.
Working out which reliability and trust-boundary changes actually change your operational posture — and rolling them out without disrupting a live deployment — is exactly the judgment we bring when consulting OpenClaw teams through upgrades like this one.
Official notes: openclaw 2026.6.11 on GitHub