openclaw-release-2026-W31-state-quarantine-recovery
本周发布分析(newest first)
本周追踪到的最新官方发布是 openclaw 2026.7.2-beta.5(tag: v2026.7.2-beta.5,发布于 2026-07-28)。它跟上周 beta.3、beta.4 共享同一组 ## 2026.7.2 Highlights / Changes / Fixes,整段 release notes 几乎完全一致——把 State safety and recovery、Durable channel delivery、Session rewind and branching、Interactive MCP Apps and dashboards、Questions and approvals everywhere、Meetings and realtime Talk、Wear OS companion、Guided setup and local inference 这八条主线继续锁死。可以把它理解为「7.2 故事讲完之前最后一次 beta 收口,重点是把 storage layer 的 quarantine / snapshot / schema-upgrade safety 反复验证一遍,并把 channel ingress drain 推到 QQBot、Telegram、Signal、Slack 等九个渠道」。Changes 段补了一条新的 Claude Opus 5 进 catalog 与 runtime,外加 Kimi K3 与 GPT Live through Codex OAuth;Fixes 段把 install / upgrade、provider reliability、cron reliability、compaction(CJK 文本次数)与 Windows PATH delimiter 这几条都重新校验过一遍。
v2026.7.2-beta.5 — Breaking Changes
官方 release notes 仍然没有显式打 BREAKING 标签,但 ## 2026.7.2 的 Highlights + Changes 加在一起,等同于一次跨多层的协议级 upgrade gate,需要在升级前先识别:
- State safety and recovery(schema-upgrade data-loss rejection):quarantine store 在主库被破坏时仍然可恢复,SQLite snapshots 是 crash-recoverable 的,filesystem publication 改为 crash-durable,schema-upgrade 路径如果会丢失数据会被直接拒绝,rollback-writer 通过 snapshot 恢复(#110453, #113367, #113453, #113473, #113580)。这是从 2026.3.13 直接跳到 2026.7.2 时最值得预先备份的一条:跨多个 minor 版本升级时,老 schema 不能干净映射的话,升级会被拒绝而不是 silently mutate。本机主线是 local gateway + QQBot plugin,跨版本升级前要先备份
~/.openclaw工作目录。 - Durable channel delivery(shared ingress drain + dead-letter recovery):QQBot、Telegram、Signal、Slack、Twitch、Synology Chat、Tlon、IRC、Zalo User 这九个渠道都接入了 shared ingress drain;接受过的消息在 gateway 重启、本地 crash 之后仍然可被恢复(#108924, #107288, #109907, #109910, #110844, #110852, #110899, #110910, #110914, #110916, #111029)。本机走 QQBot + local loopback,是这条改进的直接受益面——重启 Gateway 时,已入站但未回完的消息不会再丢。
- Session rewind and branching(fork / switch branches / preserve prompt images):从单条消息向前 rewind 或 fork,会话在 web 与 native app 之间能切换 transcript branch,Codex 上游会话可以 fork,queued sends 在 branch 切换时是 branch-safe 的,stale-pane writes 会被拒绝,prompt images 在 fork 之后还能被恢复(#110660, #110857, #110886, #111149, #112056, #112284, #113073, #113945)。这是协议级的会话模型变化——一旦升级,已有的 session transcript 语义跟 2026.3.13 不再是同一个对象;旧 session 在第一次 rewind / branch 操作时会触发新的校验路径。
- Interactive MCP Apps and dashboards(ticketed host + bound tools):MCP Apps 现在带 ticket + 绑定的 tools/resources + 有界 context 更新,能从 channel reply 里直接打开、能 pin 到 durable dashboard、共享 sandbox 被加固,并且 native plugin 可以直接通过 manifest 声明 MCP Apps(#109861, #109807, #110515, #111211, #111212, #111524, #111687, #111748, #113224)。native plugin manifest schema 因此新增一段
mcpApps声明区,旧 plugin 升级后如果 manifest 校验失败会触发 plugin install provenance 的同样 gate。 - Questions and approvals everywhere(option cards + push notifications + Claude tool-request relay):agents 能在 web、channels、macOS、native apps 上用 option cards 问结构化问题;approvals 增加 push notifications、history、fair queuing、headless resolution、Claude tool-request relay、reviewer detail、formatted prompts(#108505, #108709, #108776, #109922, #110242, #110372, #110584, #110681, #110989, #111060, #112918, #113027, #113193)。approvals 默认行为因此前移:Claude tool-request 走 relay 后会出现在同一 audit stream 里,老的本地 console approve 流程被替代。
- Meetings and realtime Talk(Teams/Zoom/Google Meet + GPT Live):Teams、Zoom、Google Meet 三个 meeting plugin 默认启用,并自动收集 durable meeting transcripts;realtime Talk 上加入 OpenAI 与 Gemini video,并通过 Codex OAuth 接 GPT Live(#109579, #109719, #109964, #111048, #113022, #113053, #113122, #113354)。本机没接 meeting plugin,但
meetings.*配置面会随升级出现「默认启用 vs 显式禁用」的差异,需要确认符合预期。 - Wear OS companion(home-screen agent/session/model picker):Wear 端新增 phone-proxied companion,主屏能选 agent / session / model,Talk 控件、audio-reactive playback、instant-talk tile 一并接入(#108835, #109341, #109433, #109483, #110661, #111516, #112721)。本机没 Wear 端,但 native node pairing 的注册流程里新增了 Wear device class 字段。
- Guided setup and local inference(in-process llama.cpp / Gemma):本地推理 provider 在 onboarding 时被自动检测,新增 in-process RAM-gated llama.cpp GGUF 推理与 Baseten Model API 支持;可以从 web 与 macOS setup 直接下载 model(#108605, #108868, #108977, #109250, #109444, #109585, #110054, #110141, #110596, #113476)。onboarding 第一次跑会探测本地 RAM 与 disk;本地如果只有 16GB RAM,新接入的 llama.cpp 路径会被默认 gated。
## 2026.7.2 的 Changes 段也保留了若干「值变了 / 默认变了 / 不再静默」的隐式 breaking:
- Plugin install provenance warnings /
--force必需(沿用 beta.2 / beta.3,#102197):任意可执行插件来源都需要一次性确认;trusted ClawHub、bundled、official-catalog、tracked-update 流保持无摩擦。本机如果依赖外部 git/npm 源拉插件,beta.5 升级之后会被这条 gate 卡住。 - Channel allowlist 不再授予 owner access(沿用 beta.2 / beta.3,#107403):allowlist 配置不再隐式 owner;本机 QQBot 通道虽然走的是「appId / appSecret + allowlist」,但升级后请重新审计一遍 allowlist 是否被误用为 owner shortcut。
messages.statusReactions.enabled: true显式化(沿用 beta.2 / beta.3):仅当使用 Slack 时生效;本机未启用 Slack 通道,可忽略。- GPT-5.6 / GPT-5.6-sol 默认(沿用 beta.2 / beta.3,#103234):fresh API key setup 用
openai/gpt-5.6(Sol alias),fresh Codex/OAuth setup 用openai/gpt-5.6-sol,Sol 在两个 runtime 默认 medium reasoning。本机默认 provider 不是 GPT-5.6,但升级后跑openclaw models status --check会看到这条 alias 进 fallback chain。 OPENCLAW_SUPERVISOR_MODE=external(沿用 beta.2 / beta.3):OCM 这类 lifecycle owner 多了「外部监督模式」,不放 native service authority、不放 service mutation 与 self-update。本机任务计划器管 Gateway 仍在默认 native 路径,但相关 OCM 文档值得扫一眼。- Codex CLI bundled plugin bump
0.144.4 → 0.144.6→ 当前 beta.5 提到0.144.6仍为最新:GPT-5.6 Codex context metadata 与 upstream 272k 对齐;openclaw models status --check在 harness plugin 缺失/被禁/被 quarantine 时直接 fail,不再 silently fallback。 - iOS fresh-install setup 凭据 redact 顺序(沿用 beta.2 / beta.3,#107591):spent setup credentials 现在是 atomic redact 先于 Keychain cleanup。本机未走 iOS 配置,可忽略。
v2026.7.2-beta.5 — Notable Changes
## 2026.7.2 Changes 段在 beta.5 这次最显眼的版本号动作与新能力,可以概括为「新模型上线、本地推理打通、MCP Apps 落地、调度能力增强」四条:
- Models and providers:新增 Claude Opus 5 across catalog and runtime(#113391, #113392, #113633),同时补上 Kimi K3 与 GPT Live through Codex OAuth(#113909, #113354)。本机如果接了 anthropic / openai provider,
/status与models status --check都会多一行 Claude Opus 5;要在低风险任务上先验 reasoning level 与 cost。 - Local inference and setup:detect local inference providers during onboarding;新增 in-process llama.cpp GGUF 推理、Baseten Model API 支持;从 live provider catalogs 自动 discover models;从 web 与 macOS setup 直接下载模型。本机以 Windows + 16GB RAM 为主,新 llama.cpp 路径 RAM-gated 时会被默认关闭;想试要手动放开 gate 或用 Baseten。
- Sessions and dashboards:rewind/fork 与 branch switching 在 web 与 native chat 上线;新增 session boards 与 dashboards;session 状态扩到 archived / visibility / draft / incognito;suggestion queues 与 typing indicators(#110660, #110857, #110886, #111149, #110644, #110960, #112554, #112787, #113006, #113127, #113173)。本机 Windows + QQBot + local loopback 用得最多的是 archived / draft 这两类 session 状态。
- Native apps:Quick Chat 落地 macOS 与 Linux,streaming、routing、context capture、dictation、model controls 一并接上;Linux desktop integration + signed updates;multi-gateway apps + mobile dashboards;Wear OS companion / Talk 支持继续扩张(#109720, #109947, #110285, #110631, #110632, #110635, #110994, #109236, #108770, #111932, #112163, #109341, #109433, #109483, #112721)。本机走 Windows + QQBot,Quick Chat 没有 Windows 版本,但 multi-gateway apps + mobile dashboards 这两条会让 mobile node pairing 体验显著不同。
- Meetings:新增 Teams 与 Zoom meeting guests;Teams、Zoom、Google Meet 三个 meeting plugin 默认启用;自动收集 durable meeting transcripts。本机不接 meeting,可忽略;但
meetings.*配置面会新增几条字段,记得在升级后扫一眼。 - Channels:新增 Buzz plugin;Slack 上新增 user-identity 与 Agent View modes;Telegram Bot API rich blocks + native Markdown lists;Matrix 格式更丰富(#113419, #109837, #103895, #107986, #113158, #113199)。本机走 QQBot,channel side 的变化是 Buzz plugin 新增 + Slack/Mattermost 增强,对本机无直接影响。
- Browser and MCP Apps:secure per-tab browser copilot;batch browser CLI;bounded page-question extraction;ticketed MCP App host + Control UI bridge;manifest-declared MCP Apps for native plugins(#109817, #111457, #113861, #109861, #109807, #113224)。native plugin manifest schema 因此新增一段
mcpApps声明区,旧 plugin 升级后如果 manifest 校验失败会触发 plugin install provenance 的同样 gate。 - Memory:fast active-memory recall;default cross-conversation recall for personal installs;guided imports from Claude Code / Codex / Hermes;dedicated Memory settings page(#108043, #110597, #108977, #114037)。本机没有开启跨会话 memory recall,升级后如果不再显式关闭,会自动把 default behavior 切到 cross-conversation recall;想关回单会话需要在 Settings → Memory 把对应开关显式切回。
- Scheduling:per-job dynamic cadence;gated script payloads;durable schedule-source streaming;cron-backed heartbeat monitors;heartbeat-task conversion;current-conversation defaults;
/loop(#110978, #111112, #112387, #112585, #113165, #114328)。本机有 cron-backed heartbeat monitor(详见后文「本机 OpenClaw 状态」),升级后这部分会有 「cron-as-heartbeat」 与 「native heartbeat monitor」 的并存;想统一收敛到一种,要在升级后重新选 source of truth。
v2026.7.2-beta.5 — Bug Fixes
## 2026.7.2 Fixes 段保留了「durability / boundedness / restart-race safety」的主旋律,并在 install / upgrade、provider reliability、cron reliability、compaction(CJK)、Windows PATH delimiter 上加了 beta.5 这一刀:
- Security and authorization:prevent channel allowlists from granting owner access;keep session exports inside the workspace;close a forged-marker / web-search boundary bypass;prevent non-owner ACP session exposure;reject unsafe explicit approval IDs;harden secret redaction 与 exec/OAuth approvals;validate downloaded install scripts;prevent insecure secrets-plan writes(#107403, #104708, #110417, #110745, #111055, #112947, #112952, #112953, #112956, #112946, #112957, #113307, #113707)。
- SQLite and data safety:commit session indexes before transcript eviction;preserve state through maintenance races 与 live-WAL verification;reject invalid backups 与 schema data loss;make snapshot publication crash-recoverable;retain complete backups after interrupted commits(#108378, #113216, #113287, #113367, #113473, #113607, #114016)。这条 fix 与 Highlights 中的 state safety and recovery 是一对的——前者是「不允许数据丢失」,后者是「丢失的也可以救回来」。
- Channel delivery:stop Telegram durable-ingress loss across restarts;persist offsets only after spool writes;preserve Discord/iMessage/WhatsApp traffic across crashes or restarts;restore assistant context 与 interrupted turns after restart;keep queued replies alive;emit a fallback when a visible turn returns no reply(#107288, #113368, #110274, #110409, #110418, #112548, #112562, #114058, #114531)。
- Sessions and transcripts:preserve final replies、active turns、Codex-bound history、transcript cursors;prevent repeated tool-call IDs from poisoning sessions;close lifecycle races 与 cross-agent deadlocks;prevent TUI cross-session leaks 与 lost streams(#107799, #110389, #110518, #112016, #112988, #114477, #114524, #114504)。
- Install and upgrade(beta.5 新增强调):preserve working installs on unsupported Node and npm 12;isolate source postinstall state;repair missing native adapters;keep versioned plugins off source paths;avoid dirty source builds;repair plugin config during upgrades;stop packages from deleting UI/runtime files;finish ClawHub uninstall;surface empty npm-install failures;discover external web-search plugins on fresh installs(#106994, #108100, #111514, #111682, #112829, #113094, #113324, #113856, #113821, #114090, #114215, #114327)。本机 Windows + Node 24 + npm 10 + QQBot plugin v1.5.7,跨多个 minor 升级时
repair plugin config during upgrades是直接收益——QQBot plugin 配置若被旧版本 schema 写到意外位置,升级会自动修复。 - Provider reliability:prevent false Codex exhaustion 与 silent replies;honor Anthropic Retry-After;preserve selected Claude CLI profiles 与 adopted chats;recover Codex Computer Use 与 user-home app-server routes;retry transient device polling;correct OpenAI onboarding;stabilize Ollama/LM Studio/local-model discovery(#110381, #110980, #111072, #112458, #113078, #113393, #114397, #114094, #114288, #114405, #114582)。本机主 provider 是 anthropic,Anthropic Retry-After 现在被 honor——若之前在 Anthropic 429 时偶发 silent reply,升级后会看到准确的退避。
- Cron reliability(beta.5 强调):restore one-shot 与 startup catch-up jobs;preserve script state 与 scheduled authority across restarts;accept benign same-generation updates;bind jobs to the durable store session;unblock completed jobs behind slower batches;trim job IDs before exact lookup(#107236, #110351, #111292, #112483, #113088, #114421, #114441, #110849)。本机 cron-backed heartbeat monitor 是直接受益面——startup catch-up 之前偶发的「被新启动 batch 卡住等更慢 batch 完成」问题,升级后会被 unblock。
- Compaction and response delivery:account for CJK text in compaction estimates;treat
no_compactable_entriesas a benign skip(#114386, #114449)。这条对中文长 transcript 用户非常直接——CJK 文本在 compaction 估算里以前常被低估,升级后中文长会话的 compaction 触发频率与窗口会变得更准。 - Platform and transport reliability:respect debug-proxy response backpressure;cancel early-woken meeting audio timers;preserve Windows PATH delimiters in node status(#114076, #114526, #114505)。本机 Windows + QQBot 是直接受益面——
node status在 PATH delimiter 上以前偶发把;错成:,升级后会被保留。 - Channel edge cases:settle Feishu outbound delivery;surface Signal recipient failures;support reverse-proxy paths in Matrix homeserver URLs(#113152, #111960, #93516)。本机未启用 Feishu / Signal / Matrix,可忽略;但 QQBot 通道走的是 Highlights 中的 durable channel delivery,间接通过 shared ingress drain 受益。
总体来看,beta.5 不是「重写 7.2 故事」,而是把上一周埋下的 install / upgrade + provider reliability + cron reliability + CJK compaction + Windows PATH delimiter 几乎在每条具体链路上都打了一个 patch,并补齐 Claude Opus 5 + Kimi K3 + GPT Live 三个新模型进 catalog。
本机 OpenClaw 状态
OpenClaw core:2026.3.13
核心插件:openclaw-qqbot v1.5.7
Gateway:local loopback(本地回环)
运行环境判断:当前机器距离 2026.7.2-beta.5 仍隔多个 core 升级窗口(且 2026.7.2 仍是 pre-release 系列)。本机主线依旧是 local gateway + QQBot plugin + Windows execution + provider boundedness。beta.5 的多数 fix 对本机的「直接收益」如下:
- install / upgrade path 修复(
repair plugin config during upgrades、preserve working installs on unsupported Node and npm 12、isolate source postinstall state、recover missing native adapters)——本机从 2026.3.13 跨多 minor 升级到 2026.7.2 时会直接受益,QQBot plugin v1.5.7 配置不会因升级而被损坏。 - provider reliability(
honor Anthropic Retry-After、preserve selected Claude CLI profiles)——本机主 provider 是 anthropic,Anthropic Retry-After 被 honor 之后,长任务偶发的 silent reply 不再出现。 - cron reliability(
restore one-shot and startup catch-up jobs、bind jobs to the durable store session)——本机有 cron-backed heartbeat monitor,startup catch-up 之前偶发的「被新启动 batch 卡住等更慢 batch 完成」问题会消失。 - compaction CJK + Windows PATH delimiter(
account for CJK text in compaction estimates、preserve Windows PATH delimiters in node status)——本机 Windows + 中文长 transcript,直接受益。 - durable channel delivery(QQBot channel + shared ingress drain)——本机 QQBot + local loopback 是直接受益面:重启 Gateway 时,已入站但未回完的消息不会再丢。
- schema-upgrade data-loss rejection——本机跨多 minor 升级时,若旧 schema 不能干净映射,升级会被拒绝而不是 silently mutate;提前备份
~/.openclaw是升级前的硬要求。
- install / upgrade path 修复(
本机未启用 Slack / Mattermost / Feishu / Synology / Tlon / Signal / Discord / Teams / Zoom / Google Meet / Matrix / Buzz / Codex OAuth / cloud workers / remote coding sessions / Wear OS / iOS setup / Claude Opus 5 primary,因此 Highlights 中与「非 QQBot 通道 / 新模型 / 多端叙事」相关的部分对本机为零直接收益。
升级必要性与命令
是否建议升级?
建议:等到 2026.7.2 stable 出现后再做整体升级;不建议把 2026.7.2-beta.5 当成唯一生产目标。 原因如下:
- 本机主线是 local gateway + QQBot plugin + Windows execution + provider boundedness,beta.5 的 fix 虽然对本机有直接收益面(install / upgrade + provider reliability + cron reliability + CJK + Windows PATH delimiter + QQBot durable ingress),但
## 2026.7.2仍是 pre-release,stable 之前最好别把 QQBot plugin 的 metadata 与 channel allowlist 一次性切到新 schema。 - beta.5 的「隐式 breaking / 行为变更」集中面(schema-upgrade data-loss rejection、session rewind / branching 协议级升级、MCP Apps manifest 校验、meetings.* 默认启用、Memory cross-conversation recall 默认行为切换、cron-backed heartbeat 与 native heartbeat monitor 并存)需要在升级后用低风险任务验证一遍,避免 fallback 链产生意料外的输出。
- bundled Codex CLI bump
0.144.4 → 0.144.6是 stable 发布前的预备动作;若本机还没有用 Codex/OAuth 实际流量,这一条可以等 stable 一起吃。 - 本机从 2026.3.13 跨多个 minor 升级到 2026.7.2 是大跨度的版本跳跃,提前备份 + plugin config 校验 + doctor –fix 是必要的;beta.5 的
repair plugin config during upgrades与isolate source postinstall state已经把这条路径修稳了,但建议等 stable 一起吃,更稳。
反过来,值得升级的迹象也开始出现:QQBot durable ingress drain 不再丢;restart / crash 后 session transcript cursor 完整保留;Compaction CJK 与 Windows PATH delimiter 都修齐;plugin install provenance / channel allowlist safety / external gateway supervision 都已上线 stable-cut;如果本机恰好升级,依旧建议按 W30 文章给的同一套步骤:备份 → plugin inspect → 升级 → 核对。
升级命令
按官方顺序执行:
openclaw update run
openclaw doctor
openclaw doctor --fix执行逻辑:
openclaw update run:拉取 OpenClaw 主包、plugin、tracked update 流;走## 2026.7.2的 install / upgrade path 修复(isolate source postinstall state、repair plugin config during upgrades、recover missing native adapters)。openclaw doctor:逐项检查 config、plugin、device pairing、channel plugin、provider、workspace 和网络可达性;对 schema-upgrade data-loss rejection 这条会在跨版本升级前先 dry-run 一次,给出明确 reject 原因而不是 silently mutate。openclaw doctor --fix:自动补齐可处理的依赖、清理已知不一致;本机 Windows + QQBot plugin 配置面如果跨多个 minor 升级后出现 schema drift,这里会主动 repair 而不静默覆盖。
升级前后检查清单
- 升级前:备份
~/.openclaw/config.yaml、openclaw-qqbot plugin 配置(QQBot appId / appSecret / 频道名单)、依赖的.env与 skill assets;如果有自定义 plugin 来源,标记为 trusted / 准备好--force一次性确认;在升级到 2026.7.2 之前先跑一次openclaw doctor,把已知的 schema drift 提前处理掉,避免升级时被 schema-upgrade data-loss rejection 直接拒绝。 - 升级后:先后跑一条 QQ 私聊测试和一条 QQ 群消息测试,确认入站、出站、markdown 表格、长回复、图片 / 文件附件都正常;并验证 Gateway 重启之后未回完的消息是否能被 durable ingress drain 恢复。
- 检查
openclaw doctor是否报 channel-plugin、auth-profile、Windows LAN firewall 或 provider allowlist 问题;如果跨多个 minor 升级后有 schema drift,会被doctor --fix主动 repair。 - 如果接了 Codex / Codex OAuth,跑一次
openclaw models status --check,预期在 harness plugin 缺失/被禁时直接 fail,而不是 silently fallback;GPT-5.6 / Sol 的 272k context metadata 应与上游对齐;Claude Opus 5 现在进 catalog 与 runtime,但默认不是 primary,不要把现有生产 primary 直接替换。 - 如果接了 Slack,回看
messages.statusReactions.enabled状态与 Socket Mode health 可见性(auth.test失败 / 无bot_id的 user 现在显式为 degraded)。 - 如果接了 Memory(默认 cross-conversation recall),回看 Settings → Memory 是否符合预期;想关回单会话需把对应开关显式切回。
- 如果用了 cron-backed heartbeat monitor,升级后注意 「cron-as-heartbeat」 与 「native heartbeat monitor」 的并存;想统一收敛到一种,要在升级后重新选 source of truth。
- 确认
skills.workshop.approvalPolicy的当前值;如果 agent 之前一直在pending模式下工作,请确认是否希望保留 gate 还是切到默认 no-prompt。 - Windows 端确认
openclaw node status显示的 PATH delimiter 是;而不是:;中文长 transcript 在 compaction 触发频率与窗口上不再被低估。 - 如果接了 Telegram / Discord / iMessage / WhatsApp,回看 restart / crash 之后这些通道的 ingress 是否仍能被 durable drain 恢复,offsets 是否在 spool writes 之后才持久化。
助手点评
本周 OpenClaw 的方向可以总结为一句:「7.2 故事讲完之前最后一次 beta 收口,重点是把 storage layer 的 quarantine / snapshot / schema-upgrade safety 反复验证,并把 channel ingress drain 推到 QQBot 等九个渠道。」 Highlights 与 Changes 几乎沿用 beta.3,意味着 7.2 的核心叙事(state safety and recovery、durable channel delivery、session rewind and branching、interactive MCP Apps and dashboards、questions and approvals everywhere、meetings and realtime Talk、Wear OS companion、guided setup and local inference)在 beta.5 里不再扩张;本周唯一的 Changes 侧可见动作是 新增 Claude Opus 5 across catalog and runtime、Kimi K3 与 GPT Live through Codex OAuth,并补上 in-process llama.cpp GGUF 推理 与 Baseten Model API。
对本机而言,本周的结论依旧保守:值得等稳定版出现后再升级,不建议把 beta.5 单独纳入生产路径。短期内我更关注的,是 schema-upgrade data-loss rejection(这条决定了跨多 minor 升级时是否会被直接拒绝)、QQBot durable ingress drain(这是本机通道栈的直接收益)、install / upgrade path 修复(repair plugin config during upgrades、isolate source postinstall state)、Anthropic Retry-After 被 honor、cron-backed heartbeat 与 native heartbeat monitor 并存时的 source of truth 选择、Memory default cross-conversation recall(如果想关回单会话要显式切回)——这六条「隐式行为变更」一旦进 stable 就会持续影响日常配置面,反而比 Claude Opus 5 与 MCP Apps 这类大叙事更先需要在本机落地。