@tencent-ai/codebuddy-code 2.121.0 → 2.121.1

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,19 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.121.1] - 2026-07-14
11
+
12
+ ### 🐛 Bug 修复
13
+
14
+ - **子 agent 卡在 preparing / ESC 崩溃**:修复本地 CLI 下主 agent 调用 Agent 工具起子 agent 后,子 agent 长时间卡在 preparing 阶段不执行、且按 ESC 中断时进程抛未捕获异常崩溃的问题。修复三处:1) 子 agent 在 sandbox 未启用时不再等待一个永不就绪的 sandbox 会话(此前会永久挂起);2) 中断发生在子 agent 准备阶段时不再产生未处理的 Promise rejection;3) 为 MCP 工具列表查询补充请求超时,避免慢/无响应的 MCP 服务阻塞子 agent 启动。
15
+ - **工具调用流式解析**:修复部分模型将 tool_call 的 id 和 name 拆分到不同 streaming chunk 时,客户端不识别 toolCallIndex 导致工具调用失败、会话报错的问题。放宽首 chunk 识别条件,允许后续 chunk 补发工具名,补齐 OpenAI Chat Completions streaming 协议允许的字段拆分场景。
16
+ - **Web UI**:修复 chat 页面因循环依赖使用 require() 导致浏览器崩溃的问题。
17
+ - **会话恢复列表**:过滤掉没有真实用户输入的空壳会话(如新建后立刻切走、仅留下命令记账消息的会话),避免标题回退显示成命令名。
18
+
19
+ ### 📝 文档更新
20
+
21
+ - **HTTP API / Daemon 文档**:补充 `/api/v1/runs` 的请求头与请求体说明,示例统一为 Gateway Protocol 格式,并新增请求体字段表。
22
+
10
23
  ## [2.121.0] - 2026-07-14
11
24
 
12
25
  ### 🎉 新功能