From 6fb46385e2db754219b2526a350d69768e0dc101 Mon Sep 17 00:00:00 2001 From: shiyue Date: Mon, 21 Sep 2026 11:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=8E=86=E5=8F=B2=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E4=BF=AE=E8=A1=A5=E7=9A=84=E9=87=8D=E6=96=B0=E6=89=93?= =?UTF-8?q?=E5=8C=85=E4=B8=8E=E6=8E=A8=E9=80=81=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .planning/codex-rollout-history-merge/progress.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.planning/codex-rollout-history-merge/progress.md b/.planning/codex-rollout-history-merge/progress.md index 4884679..6ac2407 100644 --- a/.planning/codex-rollout-history-merge/progress.md +++ b/.planning/codex-rollout-history-merge/progress.md @@ -30,3 +30,9 @@ - 单测新增 2 项(头部专有气泡跳过、前缀同 ID 片段合并),历史服务端回归 12 项通过;全量 npm run regression 结果见本轮日志。 - 官方迁移入口走运行中的旧进程仍会拒绝,改用等价离线流程(同 resolver、同 idle 前置、同备份目录、同原子写入与回读校验)迁移目标会话:80 条快照 + 1111 条 native 前缀 = 739 条,备份写入 sessions/_history-backups。 - 迁移后校验:739 条消息、0 重复 ID、时间单调、91 条用户气泡、用户原问题与对应助手回复邻接;浏览器实测加载更多可用,用户气泡可见;其他会话文件未被改写。 + +## 2026-09-21 重新打包与推送结果 + + - 用 bun 1.4.2 baseline 重新构建发布包 dist-exe/cc-web-bun-linux-x64-baseline.tar.gz(44,970,741 字节),随代码一起提交 5e9bda7。 + - 验证:node --check 七个入口文件全部通过;session-history-unit 历史服务端回归 12 项通过;npm run regression 通过;发布二进制 `--ccweb-mcp-server` 的 initialize 握手返回合法 JSON;tar 包目录结构正常。 + - 5e9bda7 已推送 origin/main。运行中的 cc-web 仍是 08:59 启动的进程,新合并逻辑要等一次重启才在服务端生效。