乐于分享
好东西不私藏

OpenClaw v2026.6.8 正式发布:Telegram、WhatsApp 和 Gateway 稳定性全面增强

OpenClaw v2026.6.8 正式发布:Telegram、WhatsApp 和 Gateway 稳定性全面增强

OpenClaw 刚发布了 v2026.6.8,这是一个正式版版本。这次更新不是单点小修,而是把 Telegram 和 WhatsApp 渠道投递更丰富、更稳健 放到了更前面,同时又补了一批稳定性和边界能力。如果你已经在比较认真地使用 OpenClaw,这版很值得尽快看一遍。

1. Telegram 和 WhatsApp 渠道投递更丰富、更稳健

这是本次更新最核心的一项变化,已经能明显看出 OpenClaw 在长期运行和能力沉淀上的推进。

2. Agent 与 Gateway 在私信发送、媒体完成、重启恢复等场景下更可靠

这项变化更偏可视化和可管理性,能提升你在真实使用中的可控感。

3. 模型与供应商兼容扩展到 GLM-5.2、Claude Haiku 4.5、OpenRouter、Google Vertex 等路径

这一部分更偏稳定性或安全边界补强,虽然不一定最显眼,但价值很高。

4. /usage 与 reply payload hooks 获得原生完整页脚渲染和更好的用量展示

这部分属于补强型更新,和主变化一起看,更容易理解这版为什么值得升级。

5. WebChat、侧边栏、iOS 前台网关和工作区文件体验更稳定

这部分属于补强型更新,和主变化一起看,更容易理解这版为什么值得升级。

这次更新主要集中在哪些方向

  • • 渠道投递
  • • Agent 与 Gateway 稳定性
  • • 模型与供应商兼容

适合谁尽快了解

适合正在重度使用 OpenClaw 多渠道投递、自动化 cron、模型供应商切换、记忆和 Gateway 的用户尽快了解。

你可以先重点留意的关键词

  • • Telegram
  • • WhatsApp
  • • Gateway
  • • 模型兼容
  • • 稳定性

中文整理稿

发布重点

Telegram 和 WhatsApp 渠道更丰富,也更不容易碎

Telegram 现在可以发送结构化富文本,包括表格、列表、可展开引用块,并能保留有意的换行。CLI 后端投递也会保留 prompt 语义,旧的原生草稿迁移被移除,富媒体边界更安全。WhatsApp 侧则开始遵守已配置的 ACP 绑定。相关 PR 包括 #92679、#93164、#84082、#89421、#92513。

Agent 与 Gateway 的恢复路径更稳

这一版加强了多处实际运行中的恢复能力:账号级私信发送、生成媒体完成回调、自动回复里的 message tool 最终回复、reset archive fallback 读取、重启时的 shutdown abort、yielded subagent 暂停、可信 subagent thinking override fallback、yielded cron media、heartbeat 去重、session identity prompt,以及未知 OpenAI agent selector 的拒绝逻辑。相关 PR 包括 #92788、#91246、#92879、#91357、#92631、#92412、#92146、#91287、#92468、#92510。

模型与供应商处理继续扩展和收紧

模型目录新增 GLM-5.2 与 Claude Haiku 4.5。OpenRouter 和 Google Vertex 的 provider 前缀会被规范化,SecretRef auth、OAuth image default routing through Codex、模型浏览边界、LM Studio binary thinking-off delivery、storeless OpenAI Responses replay、OpenAI/Anthropic thinking signature 恢复、Claude 4.5 Copilot tool streaming 安全,以及不可读或 post-hook tool schema quarantine 都有更新。相关 PR 包括 #92796、#90116、#92627、#91218、#90686、#92824、#92247、#92002、#90706、#92941、#92201、#92916、#75393、#92908、#92921、#92928。

/usage 和 reply payload hooks 更适合实际展示

/usage 与 reply payload hooks 现在有原生完整页脚渲染器、默认模板、固定小数格式、credential-aware limits、更好的 partial count 处理,并且模板损坏时会给出警告,而不是悄悄输出错误内容。相关 PR 包括 #92657、#89835、#89629。

UI、移动端、记忆和状态诊断继续修稳

工作区文件可以折叠并默认折叠,WebChat 回滚在 streaming 期间更稳定,侧边栏 session picker 不再被桌面 workbench 盖住,reset soft 参数能保留,dashboard stale session parent lineage 会被保留,iOS 前台 stale gateway 会重连。

记忆、状态和诊断方面,过大的 OpenAI embedding batch 会在 431 前拆分,QMD memory search 在 transient mode 下仍可用,SQLite 在 NFS state volume 上避免 WAL,stuck-session recovery 不再重置 warning backoff,full memory reindex 保留 rollback/cache recovery,raw Memory Wiki source pages 不再被误判为格式异常,Infinity chunk limit 也会保持真正的无限边界。

主要变更

  • • Providers/models:支持 GLM-5.2,加入 Claude Haiku 4.5 catalog entries,并保持 OpenRouter、Google Vertex 路径中的 provider-qualified model ID 规范化。
  • • Web search:Parallel Free、DuckDuckGo、Ollama、Codex Hosted Search 这类 key-free provider 保持显式 opt-in,避免没有 API-backed provider 时被自动选中。
  • • Channel plugins:发布 Telegram rich-message delivery 和 WhatsApp ACP binding support,包括保留有意换行、将 rich prompt 交给 CLI 后端,以及为更丰富的草稿提供 transport fixtures。
  • • Agent commands:CLI-backed session 支持 /btw,并把 CLI usage-error exit 正确归类为 usage failure,而不是成功运行。
  • • Usage hooks:加入内置完整页脚渲染、默认页脚模板、per-turn usage state、credential-aware limits 和 usage-bar 模板固定小数格式。
  • • Docs/operator guidance:补充 node config 示例,澄清 before-install hook 范围,修正 agent default concurrency 注释,刷新 ZAI provider 文档,并更新 Telegram/WhatsApp 当前行为相关的 channel/group 文档。

修复概览

Channels and delivery

本组修复覆盖账号级私信 channel send policy、Telegram/status output 中的有意换行、Telegram 富文本最终回复、表格和列表、Telegram thread-create CLI remapping、Feishu dynamic-agent route 在持久化 binding 复用后的行为、Slack outbound message_sent hook、contributed message-tool schema optionality、same-channel generated media completions,以及围绕 surrogate pairs 和 Infinity limits 的 channel chunking。

Discord

生成 auto-thread title 时增加 60 秒超时,并给 reasoning model 设置 4096 token 输出预算,同时不超过所选模型的输出上限。

Agent、cron 与 Gateway runtime

重启 shutdown abort 前会标记 active main session;terminal 也发出 abort 时,yielded subagent run 会暂停;trusted subagent thinking override 会走 provider/model fallback;yielded media completion 得到保留;channel message-tool final reply 会通过 auto-reply 投递并隐藏内部 delivery hints;active async transcript 缺失时恢复 reset archive fallback read;main-session heartbeat event 去重;runtime prompt 暴露 session identity;未知 OpenAI agent selector 会被拒绝;WebChat 中保留 generated media completions、slash-command block replies 和 trajectory export commands;HTTP session/model override surfaces 需要 admin 权限。

Providers and model replay

storeless OpenAI Responses replay 兼容性得到保留;OpenAI reasoning signature 与泛化后的 Anthropic thinking-signature replay 错误可恢复;OAuth image default 会通过 Codex 路由到符合条件的 OpenAI profile;Claude 4.5 Copilot 避免 eager tool streaming;OpenAI/Anthropic-family 不可读或 post-hook tool schemas 会被 quarantine,同时不扩大 allowed tool choices;LM Studio binary-thinking model 会接收显式 thinking-off 请求;SecretRef model entry 会遵守 profile auth;模型浏览范围有边界;需要 bare ID 的 runtime 会去掉 provider prefix;嵌套 embedding fetch failure 会被暴露出来。

Memory、state、diagnostics 与 config

embedding batch 过大时会拆分,QMD transient mode 保持 memory search,NFS state volume 上避免 SQLite WAL,stuck-session warning backoff 不再影响 recovery scheduling,full reindex 能保留 rollback/cache recovery,raw Memory Wiki source page 被当作 source evidence,shell environment fallback 被限制在 config write test 内。

UI、mobile 与 TUI

保留 dashboard session parent lineage、WebChat backscroll、reset soft args、sidebar session picker interactivity、collapsed workspace files、解析后的 /model confirmation refs、iOS stale foreground Gateway reconnect,以及 inherited-stdio child exit 后暂停 setup-parent stdin。

Plugins、依赖与发布可靠性

managed plugin install/update 会修复缺失的 required platform packages,包括遗漏的 Codex platform binaries。Hono 更新到 4.12.25,让发布后的 OpenClaw 和 ACPX packages 使用修复后的 runtime。

发布与测试可靠性方面,slow Gateway/full-suite watchdogs 被扩展,本地 full-suite 在被 throttle 时会拆分 shard,plugin auth marker fixtures 更稳定,provider-ref error text 不再脆弱,Telegram RTT sampling 纳入 live QA evidence,QA scorecard mapping 围绕 canonical coverage ID 简化,QA Lab bootstrap selection assertion 与 flow-only scenario 对齐,runtime parity producer 未 green 时跳过 QA coverage artifact consumer,Feishu lifecycle release check 指向 active fixture config,trajectory-export live seed turn 与 Codex-native shell approval 隔离,release-check child refs 在 pin expected SHA 时得到保留,OpenAI TTS live budget 放宽,未解析 latest-tag update 不再触发错误 downgrade prompt。

完整贡献记录摘要

本次审计记录覆盖从 v2026.6.6v2026.6.8 的完整历史,共 167 个 PR 和 67 个关联 issue。原始 release notes 保留了每个 PR、issue 和贡献者致谢;本文按影响面归并展示,完整清单以 GitHub 原始发布页为准。

重点 PR 方向包括:

  • • cron/status、channel trust、silent assistant reply、Docker QA Lab runtime、Anthropic/Vertex cache control、doctor preview channel SecretRef、heartbeat retry、DeepSeek transport inheritance、CLI /btw fallback、OTLP trace correlation、Linux service update handoff 等基础运行能力修复。
  • • Moonshot/Kimi、Fireworks、Mistral、OpenRouter、Google Vertex、Copilot、LM Studio、OpenAI Responses、Anthropic thinking replay、SecretRef auth、模型 catalog 和 schema quarantine 等模型供应商适配。
  • • Slack、Telegram、WhatsApp、Feishu、QQBot、Discord、Signal、channel media completion、same-channel reply、thread/topic remap、rich message、callback query、generated media 等多渠道投递和回调修复。
  • • memory search、embedding batch、Memory Wiki source、SQLite WAL、reindex rollback、active-memory recall、diagnostics recovery scheduling、state volume 等记忆和状态系统修复。
  • • WebChat、sidebar、workspace files、Control UI reset soft、dashboard lineage、TUI /model confirmation、iOS foreground Gateway reconnect、macOS VoiceWakeOverlay 等 UI 和端侧体验修复。
  • • QA evidence、scorecard、live QA、full-suite watchdog、release check、Windows Hub、macOS notarization 和 package publish 相关的发布可靠性改进。

关联 issue 摘要

本版本覆盖的 issue 横跨 cron 状态、Node 自动安装、SQLite 性能、OpenBSD Gateway service、cron edit schedule merge、媒体发送、Kimi replay、Discord channel enablement、Slack transcript persistence、invalid plugin catalog、health check 使用方式、Windows Hub 下载、Feishu runtime context 泄露、模型列表性能、SecretRef provider 可用性、Slack channel allowlist、subagent yield 状态、OpenRouter model ID、Claude catalog、embedding fetch failure、unknown agent slug validation、delivery retry、session identity、usage exit code、chunk limit、Telegram callback、Gateway 慢/超时、Memory Wiki frontmatter 等多个方向。

这些问题的共同主题是:让 OpenClaw 在真实多渠道、多模型、多会话和长时间运行的环境里,更少因为边界条件、重放、状态恢复或工具 schema 问题而中断。

发布验证

  • • npm package: https://www.npmjs.com/package/openclaw/v/2026.6.8
  • • registry tarball: https://registry.npmjs.org/openclaw/-/openclaw-2026.6.8.tgz
  • • integrity: sha512-iziR8fi69+ojrtX7FYYvTpkGcVnmyLpIhvchgt5LFkkdHVWw973XAAekKVZ3/xQJ5FG4NwgHkXL0LLTrgsNOSQ==
  • • release SHA: 844f405ac1be805d5c598922a37254f12ab6d765
  • • full release CI report: https://github.com/openclaw/releases/blob/main/evidence/2026.6.8/release-evidence.md
  • • release publish: https://github.com/openclaw/openclaw/actions/runs/27631170936
  • • npm preflight: https://github.com/openclaw/openclaw/actions/runs/27627935264
  • • full release validation: https://github.com/openclaw/openclaw/actions/runs/27627935341
  • • plugin npm publish: https://github.com/openclaw/openclaw/actions/runs/27631412538
  • • plugin ClawHub publish: https://github.com/openclaw/openclaw/actions/runs/27631418543
  • • OpenClaw npm publish: https://github.com/openclaw/openclaw/actions/runs/27632229765
  • • Windows Hub promotion: https://github.com/openclaw/openclaw/actions/runs/27632639125 from openclaw/openclaw-windows-node@v0.6.3
  • • macOS signed/notarized preflight: https://github.com/openclaw/releases/actions/runs/27632793120
  • • macOS Swift validation: https://github.com/openclaw/releases/actions/runs/27632792831
  • • macOS asset promotion: https://github.com/openclaw/releases/actions/runs/27635471007
  • • stable appcast: https://github.com/openclaw/openclaw/pull/93722

原始发布链接

  • • GitHub Releases:https://github.com/openclaw/openclaw/releases/tag/v2026.6.8