@tencent-ai/codebuddy-code 2.100.0 → 2.100.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,23 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.100.2] - 2026-06-01
11
+
12
+ ### 🐛 修复
13
+
14
+ - **Daemon 模式 ACP 稳定性**:修复浏览器刷新或关闭后 stale 连接导致 `session/prompt` 30s 超时的问题。单连接广播新增 2s 兜底超时,超时静默失败保证主流程不被阻塞。
15
+ - **连接配额与 evict 策略优化**:默认连接数从 5 提升至 32;引入活跃度 grace period 和智能 evict(优先回收死连接 / 无 in-flight 任务的最久空闲连接,必要时拒绝 evict 让请求方走 503 退避),避免多 tab 与 sidecar 共存时的 evict 风暴。
16
+ - **Daemon 启动参数继承**:`daemon restart` 与自动重启会还原首次启动时的 CLI 参数(如自定义模型、`-y` 权限模式),不再回退默认值。
17
+ - **Webhook 首条消息无响应**:daemon 启动后主动预热主 session,避免 webhook 首条消息因无主 session 体感"消息没反应"。
18
+ - **子代理 / Teammate 调用 ExitPlanMode 卡死父进程**:sub-agent 直接拒绝并返回明确错误信息;teammate 走团队消息盒投递审批请求给 team-lead,调用方立即返回,避免父 spinner 永挂。
19
+ - **Headless 终端噪音抑制**:headless 终端构造时关闭 xterm 日志输出,避免 PTY chunk、ANSI 序列时的 `Parsing error` 污染 TUI。
20
+
21
+ ## [2.100.1] - 2026-05-30
22
+
23
+ ### 🐛 修复
24
+
25
+ - **回退网页获取并发竞争策略**:回退 v2.100.0 引入的 WebFetch 并发竞争、缓存及可观测性改动,恢复为稳定的串行获取方式,修复因并发竞争策略导致的部分场景下网页获取异常问题。
26
+
10
27
  ## [2.100.0] - 2026-05-30
11
28
 
12
29
  ### 🎉 新功能