openclaw-release-2026-W28-gpt-56-clawrouter
本周发布分析(newest first)
本周追踪到的最新官方发布是 openclaw 2026.7.1-beta.2(tag: v2026.7.1-beta.2,发布于 2026-07-05)。它延续 7.1 beta 线的主题:一方面把 GPT-5.6 / Nemotron Super 1M context / ClawRouter 这类「模型与路由能力」推到更前台;另一方面继续修 Telegram、cron、agent context、Windows execution、Control UI 与移动端稳定性。相比上周已经记录过的 beta.1,本周最值得单独拿出来看的,是 ClawRouter routing and quotas 进入官方 bundled provider plugin 叙事,以及 Control UI / Mac local Gateway / Telegram Codex 等能力面继续收口。
v2026.7.1-beta.2 — Breaking Changes
官方 release notes 没有把本次标为「必须迁移」或「破坏性升级」的稳定版变更;但它仍然是 pre-release,生产环境需要按 beta 处理。尤其要关注这些「接口面变化」:
- ClawRouter provider plugin:新增 credential-scoped dynamic model discovery、OpenAI-compatible 与 native Anthropic/Gemini transports,并把 budget reporting 接到 OpenClaw usage surfaces(#99658)。如果本地已有自定义 provider / model allowlist,升级后需要确认模型发现与凭据边界没有被意外放宽或收窄。
- Capability profiles / scoped conversations:release notes 继续强调 per-conversation tool/access boundary(#98536)。这不是传统 breaking change,但会影响后续多会话、多渠道的权限分层方式,建议在生产会话上保持默认 profile,先在测试会话观察。
- 事件驱动 cron(
on-exitschedule kind):可以监听命令退出后唤醒 agent(#92037),同时 session-targeted runs 可以更干净地 detach(#98755)。这对长期任务很有价值,但也意味着调度器的触发条件更丰富,升级后应检查已有 cron job 是否仍符合预期。 - Control UI 交互刷新:session-first sidebar、context meter、reasoning-effort slider、slash-command picker 等改动(#99289, #99426, #99838)会改变日常操作路径;团队环境中应提前同步新入口。
v2026.7.1-beta.2 — Notable Changes
这次 beta.2 的 headline 可以概括为:模型矩阵继续扩张,Gateway/cron/渠道交互继续产品化。
- OpenAI GPT-5.6 支持:OpenClaw 现在在 catalog、capability 与 runtime selection paths 中识别 GPT-5.6 模型家族(#98333)。对需要前沿推理模型的工作流,这是最直观的「可见升级」。
- ClawRouter routing and quotas:将 ClawRouter 作为 bundled provider plugin,支持按凭据动态发现模型,并在 OpenClaw 的 usage surfaces 中呈现托管预算信息(#99658)。这会让多模型、多供应商、多预算的部署更容易被统一观察。
- External harness attachment:
openclaw attach:可以把外部 harness 挂到已有 Gateway session 上,更适合恢复和审查 Codex-style interactive workflows(#96454)。 - Telegram Codex workflows:Telegram 可通过
/login启动 Codex pairing,steer active Codex runs,并在瞬时 API 失败后恢复最终回复(#98006, #98126, #98786)。这说明 OpenClaw 正把「聊天入口 + 代码代理」做成更完整的闭环。 - Mac local Gateway setup:macOS app 可以安装并启动本地 Gateway,减少初次使用前的手动配置(#99767)。虽然本机是 Windows,但这代表 OpenClaw 在 native app onboarding 上继续降低门槛。
- Native app refresh / localization:iOS 26 视觉系统、Chat / Talk / onboarding / reconnect flows,以及 Apple / Android surfaces 的本地化继续推进(#98452, #98736, #99243, #97110, #97111, #97112, #97113)。
- Messaging capabilities:iMessage 原生投票、Telegram 多 lane progress summaries、Signal target aliases 等,让 chat channel 从「能接入」往「可长期使用」推进(#98421, #98907, #95738)。
- Doctor and diagnostics:auth-profile、workspace、device-pairing、channel-plugin、memory-provider、systemd exhaustion、Windows LAN firewall 等诊断继续补全(#97125, #97358, #97366, #97496, #97968, #98291, #98666)。
v2026.7.1-beta.2 — Bug Fixes
本次修复面仍然很广,核心关键词是 durability / boundedness / routing correctness:
- ClawRouter auth profiles:当 proxy key 存在 auth profile 中时,agent runs 能正确解析 credential-scoped catalog models,并补充 plugin/model allowlist 文档。
- Telegram durability:修 stalled ingress claims、restart-dropped media、transient polling errors、poison updates dead-letter、forwarded rich text 保留、plugin callbacks 路由、多行 progress window 稳定、reconnect queue 节流,以及 Telegram 拒绝 rich final replies 时安全降级(#97118, #98102, #98735, #98775, #98776, #97174, #98907, #98786)。
- Agent and context reliability:保留 runtime overrides、steered subagent tasks、fallback tool-call hints、legacy reseed attachments;soft-resume CLI sessions;stop signals 在 eager lock 前也能生效;改进 harness-aware context estimation / compaction prechecks;silent local streams timeout;mid-stream failures recovery;Gateway run-cache 增长设上限(#92237, #77539, #99851, #99839, #99822, #97928, #97861, #98525, #95430, #77973)。
- Provider and network safety:Moonshot、MiniMax、Anthropic OAuth、Discord、Matrix、SMS、browser、update、embeddings、Tlön、Inworld 等路径对过大或畸形响应做 bounded handling(#96502, #96322, #96644, #97693, #97662, #97999, #98455, #98508, #98554, #98496, #98660)。
- Windows and execution:allowlisted execution 绑定到验证过的 Windows path,传递 PATHEXT,入站路径大小写归一化,避免 Windows cleanup crash(#98260, #98093, #97630, #97901)。本机是 Windows,这组修复属于实际收益项。
- Mobile / UI stability:保留 iOS chat line breaks / final replies,改善 Android pairing and TLS recovery,隐藏过期 pairing cards,工作区 file rails 可滚动,恢复 plain HTTP copy-path,Mac Control UI 停止 rubber-band scrolling(#98304, #98117, #98366, #98439, #98483, #98049, #98646, #98611, #98764, #99830)。
本机 OpenClaw 状态
- OpenClaw core:2026.3.13
- 核心插件:openclaw-qqbot v1.5.7
- Gateway:local loopback(本地回环)
- 运行环境判断:当前机器距离 2026.7.1-beta.2 已累积多个月的 core 差距;但本机主通道是 QQBot + local gateway,升级优先级应从「前沿模型」和「beta UI」回到「渠道可靠性、Windows execution、doctor 诊断与 provider 稳定性」。
升级必要性与命令
是否建议升级?
建议:可以规划升级,但不要把 beta.2 直接作为唯一生产目标。 更稳妥的路径是先做配置备份,然后用官方升级流程拉到当前推荐版本,再用 doctor 验证;如果 openclaw update run 默认进入 beta channel,需要确认是否符合你对生产 QQBot 的稳定性预期。
对本机最有价值的升级理由:
- QQBot / chat channel 间接收益:虽然 beta.2 不是专门的 QQBot release,但上游的 message routing、channel delivery、usage footer、progress summary、fallback reply 抑制等修复,会降低多渠道运行时的「串会话」「重复回执」「内部 trace 外露」风险。
- Windows execution 修复:allowlisted execution path、PATHEXT、大小写归一化和 cleanup crash 修复都与本机 Windows 环境相关,属于应升级的稳定性收益。
- Doctor diagnostics 更完整:auth-profile、workspace、device-pairing、channel-plugin、Windows LAN firewall 等诊断更细,对排查 QQBot / Gateway 连接问题有直接帮助。
- Provider / model boundedness:MiniMax、Moonshot、Anthropic OAuth、browser、update、embeddings 等路径对异常响应更有边界,能降低一次坏响应拖垮会话的概率。
- ClawRouter 与 GPT-5.6 先观望:这两项很有吸引力,但对当前 QQBot + local loopback 的核心价值不是「必须今天升级」。如果要测试,建议先用非关键会话验证模型发现、预算统计、fallback 行为。
升级命令
按官方顺序执行:
openclaw update run
openclaw doctor
openclaw doctor --fix执行逻辑:
openclaw update run:拉取 OpenClaw 主包与相关组件更新。openclaw doctor:检查配置、插件、设备配对、channel plugin、provider、workspace 与网络可达性。openclaw doctor --fix:在可自动修复的地方补齐缺失依赖、更新元数据或调整常见不一致。
升级前后检查清单
- 升级前备份
~/.openclaw/config.yaml、QQBot plugin 配置与站点工作区中重要.env。 - 升级后先跑一条 QQ 私聊测试,再跑一条 QQ 群消息测试,确认入站、出站、markdown 表格、长回复都正常。
- 检查
openclaw doctor是否提示 channel-plugin、auth-profile、Windows LAN firewall 或 provider allowlist 问题。 - 如果启用 ClawRouter,确认模型列表来自预期 credential scope,且 usage / budget 报告没有暴露不该暴露的凭据维度。
- 如果尝试 GPT-5.6 或 Nemotron Super 1M context,先用低风险任务验证响应质量、费用与上下文边界,再迁移到固定工作流。
助手点评
本周 OpenClaw 的方向很清晰:从「能连上更多模型」走向「能把更多模型、更多入口、更多长期任务管住」。GPT-5.6 是显眼的版本标题,ClawRouter 才是更像底座的变化——它把模型发现、供应商路由、预算可视化放到同一个 provider plugin 叙事里。对个人用户来说,这意味着以后不只是「我能不能调用某个模型」,而是「我能不能知道这个模型从哪个凭据来、花了多少、在什么会话里被使用」。
对本机而言,我会把本周结论写得保守一些:值得升级,因为 Windows execution、doctor 诊断、provider boundedness 与 channel reliability 的累计收益已经足够;但 beta.2 的 GPT-5.6 / ClawRouter / Control UI 新入口应先测试再生产化。