@tencent-ai/codebuddy-code 2.95.1-next.e46f2a8.20260509 → 2.96.0

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.96.0] - 2026-05-11
11
+
12
+ ### 🎉 新功能
13
+
14
+ - **SDK 自定义子代理**:通过 SDK `initialize` 传入的 `agents` / `systemPrompt` / `appendSystemPrompt` 现在会注入产品配置,与 CLI 的 `--agents` / `--system-prompt` 等价生效。
15
+ - **子代理黑名单**:`AgentDefinition` 新增 `disallowedTools` 字段,子代理执行时与 session 级 `--disallowedTools` 取并集生效。
16
+
17
+ ### 🔧 功能改进
18
+
19
+ - **会话标题国际化**:AI 自动生成的会话标题遵循用户的语言设置(如中文环境生成中文标题),不再固定输出英文。
20
+
21
+ ### 🐛 修复
22
+
23
+ - **Web UI 刷新丢失会话标题**:恢复已有会话时,顶部标题立即显示原标题,不再短暂退回到"新对话"。
24
+ - **MCP 列表缓存**:修复 `list()` 返回空结果后再 `add()` 时新服务器不会出现在缓存里的问题。
25
+ - **流式输出模型展示**:`stream-json` 输出现在优先采用 provider 实际上报的 model id,避免转发子代理事件时显示父 agent 的配置 id。
26
+
10
27
  ## [2.95.1] - 2026-05-07
11
28
 
12
29
  ### 🎉 新功能