Skip to content

OpenClaw 2026.6.6-beta.1

Pre-release
Pre-release

Choose a tag to compare

@vincentkoc vincentkoc released this 10 Jun 19:33
· 1071 commits to main since this release

2026.6.6

Highlights

Changes

  • CLI progress: emit Claude CLI commentary progress events and bridge inter-tool commentary into channel progress without exposing internal protocol scaffolding. (#89834, #90883) Thanks @anagnorisis2peripeteia.
  • Observability: allow trusted diagnostics channels to capture tool input/output content, add first-assistant-event traces, and warn on slow initial replies. (#91256, #91568, #91583) Thanks @amknight.
  • Plugins/ClawHub: dogfood reusable package publishing, let dry runs skip publish approval, allow declared installed trusted hooks, report managed plugin version drift, and warn instead of failing on retired Skill Workshop configuration. (#91574, #91591, #90004, #90927, #90838) Thanks @Patrick-Erichsen, @brokemac79, and @lonexreb.
  • Memory/providers: move the local llama.cpp runtime into its provider plugin, batch embeddings across files, persist the agent model catalog cache, and keep QMD JSON search one-shot while filtering stale REM recall previews. (#91324, #89138, #90457, #91837, #91851) Thanks @osolmaz, @mushuiyu886, @ai-hpc, and @TurboTheTurtle.
  • Channels/mobile: add the QQBot group mention toggle, improve iPad and iPhone control surfaces, and expose the active connection host in the TUI footer. (#91423, #91557, #89909) Thanks @cxyhhhhh, @Solvely-Colin, and @baskduf.
  • Performance: prewarm TUI runtime plugins, deduplicate plugin auto-enable fanout, trim dense text-delta snapshots, and reuse prepared startup model metadata. (#90782, #89978, #91580, #91531) Thanks @RomneyDa and @ai-hpc.

Fixes

  • Agent/session recovery: drop stale approval follow-ups after session rebind, remove drained reply-queue items by identity, recover stale main and visible replies, preserve Codex context-engine compaction ownership, lower the default compaction timeout to 180 seconds while respecting explicit configuration, and keep provider-failure terminal lifecycle state correct. (#85679, #91450, #91566, #91840, #91590, #91361, #91895) Thanks @openperf, @yetval, @joshavant, @wangmiao0668000666, and @TurboTheTurtle.
  • User-visible content boundaries: suppress Codex/Harmony protocol artifacts, neutralize browser and LanceDB memory media directives, redact transcript images, and preserve native /compact replies through source suppression. (#89151, #91422, #91425, #91529, #90212) Thanks @joelnishanth, @pgondhi987, @joshavant, and @snowzlm.
  • Channel delivery: keep WhatsApp captured replies attached to the successor controller after restart, retry Feishu rate limits, preserve Mattermost thread replies, canonicalize LINE webhook paths, restore Discord reply hydration and runtime timeout exports, and show OpenAI Realtime WebRTC assistant transcripts. (#85823, #89659, #91684, #91649, #90263, #91686, #90426) Thanks @itsuzef, @ladygege, @jacobtomlinson, @fuller-stack-dev, and @shushushv.
  • Cron: cancel active task runs cleanly, preserve terminal timeout/cancel state, and recover no-deliver tool warnings instead of silently losing the outcome. (#90666, #90678) Thanks @ai-hpc.
  • Gateway/config/auth: share the approval runtime socket token, replace arrays explicitly in config.patch, skip the deleted-agent guard only for valid ACP harness sessions, surface headless LaunchAgent state, verify SQLite auth migration before cleanup, and arm QMD startup maintenance. (#87105, #91551, #91219, #91614, #91740, #91978) Thanks @fuller-stack-dev and @scotthuang.
  • Providers/Codex: clarify quota errors, restore the Codex synthetic usage line, canonicalize Codex protocol assets, require API-key auth for realtime voice, normalize ACP model refs, preserve Gemma 4 reasoning_content, and avoid guardian review for local models. (#91390, #91709, #91507, #91567, #88630, #91696) Thanks @hxy91819, @brokemac79, @RomneyDa, @joshavant, and @Coder-Wangyankun.
  • Updates/builds: recover package Gateway restarts after refresh failure, expose plugin convergence repair, fall back to Corepack in PATH-less pnpm environments, seed the correct Docker store packages, and keep ClawHub dry-run and publish paths reusable. (#91581, #91599, #91547, #91591) Thanks @fuller-stack-dev, @sallyom, and @Patrick-Erichsen.
  • UI: require explicit user intent before opening chat sessions and drain restored chat queues after session switches. (#91480) Thanks @TurboTheTurtle.
  • Android: avoid the dataSync foreground-service type for persistent nodes. (#80082) Thanks @davelutztx.
  • Native hooks: bound relay lifetimes so abandoned native hook connections cannot linger indefinitely. (#91550) Thanks @joshavant.

Complete contribution record

This audited record covers the complete v2026.6.5..v2026.6.6 history: 186 merged PRs. Issues stay inline as #NNN with the PR or direct commit that shipped the work; the grouped notes above prioritize user impact.

Pull requests

Direct commits

  • d7b9b21fb80a fix(cli): bridge inter-tool commentary events to channel progress. Related #87326, #84486. Thanks @AbdelftahZowail and @kentuscn.
  • e3ef136bca85 fix(memory): keep FTS keyword search model agnostic. Related #48300. Thanks @sabo961.
  • d46dc39b18ec fix(memory): rebuild missing index metadata safely. Related #90338. Thanks @junxuku-byte.
  • 67dc8053149d fix(agents): retry post-tool empty replies. Related #91394. Thanks @EXIIEX.
  • 22bda60cbe15 fix(memory): rebind qmd collections when a collection root changes. Related #91251. Thanks @sasan1200.
  • 303873e835c9 refactor(cron): replace store-load double casts with raw-boundary record types. Related #91314. Thanks @SpecialLeon.
  • 2ffbea20d2f6 fix(agents): drop stale exec approval followups after session rebind. Related #59349. Thanks @two3pro.
  • f658abae5064 fix(delivery): suppress Codex/Harmony internal protocol artifacts from user-facing channels (#88128). Related #88128. Thanks @reslp.
  • 105d77d486bf fix(ui): open docs markdown links on docs host. Related #89465. Thanks @phoebepageoc-cloud.
  • 224086e28b3a fix(file-transfer): clarify missing paired node errors. Related #91482. Thanks @wilfried-codex.
  • 72e40833bac7 fix(doctor): report managed plugin version drift. Related #90891. Thanks @brokemac79.
  • 1559c16a76c5 fix(telegram): classify generic control commands as text slash. Related #89525. Thanks @bomberluke37-prog.
  • 38a11944f4d4 fix(telegram): deliver native /compact ack directly, bypassing dispatch pipeline. Related #89525. Thanks @bomberluke37-prog.
  • 82afc4678ace fix(config): use Start-Process -FilePath for Windows config opener (#90157). Related #90157. Thanks @jackmtl71.
  • 4c55dd85499b fix(ui): guard WebRTC Talk startup cancellation. Related #89434. Thanks @losts1.
  • 6fcc9457020e fix(agents): trim dense text delta snapshots. Related #86599. Thanks @JakeBiggs.
  • 1893a0727a37 fix(status): restore Codex synthetic usage line. Related #91694. Thanks @brokemac79.
  • f1f00cbf1d58 fix: capture cron wake origin session. Related #46886, #64556. Thanks @aidyfeng and @jaserNo1.
  • 13dce4832158 fix(state): tolerate chmod-less state volumes. Related #91919. Thanks @david-garcia-garcia.
  • 865fdab07501 fix(memory): preserve live SQLite index during swaps. Related #91216. Thanks @chrisreddington.