@tencent-ai/agent-sdk 0.3.152 → 0.3.154

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/cli/CHANGELOG.md CHANGED
@@ -7,6 +7,34 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.97.4] - 2026-05-21
11
+
12
+ ### 🔧 功能改进
13
+
14
+ - **模型兼容性**:模型请求的兼容性处理改为目录驱动,新增模型时只需更新模型目录,无需改代码即可完成上游字段差异适配,对自定义模型也会按目录自动补齐 `maxInputTokens`、`maxOutputTokens`、`supportsReasoning`、`thinkingLevelMap` 等能力字段
15
+
16
+ ### 🐛 修复
17
+
18
+ - **--debug hooks 输出**:修复 `--debug` 参数未输出 hooks 执行详情的问题,在 HookExecutor 和 HookManager 中接入 DebugService,支持通过 `--debug hooks` 查看 hooks 的完整执行流程
19
+
20
+ ## [2.97.3] - 2026-05-19
21
+
22
+ ### 🔧 功能改进
23
+
24
+ - **MCP 工具调用透传 Model ID**:MCP 工具调用时自动将当前模型 ID 透传到下游 MCP Server 的 HTTP 请求头(`X-Model-ID`),便于下游服务识别调用来源模型
25
+
26
+ ### 🐛 修复
27
+
28
+ - **专家团子智能体重名**:修复专家团中子智能体重名导致 spawn 失败的问题
29
+ - **团队名冲突**:团队名冲突时自动重命名,inbox 轮询增加重试机制,提升团队协作稳定性
30
+ - **遥测数据准确性**:修复 `chat_user_action` 上报时 `requestModelName` 字段错误的问题
31
+ - **computer-use macOS Retina 坐标修复**:修复 macOS Retina 屏幕下 computer-use 坐标偏移与 scroll 操作异常
32
+ - **团队会话取消**:修复团队会话取消后队列残留拉活与列表状态闪回的问题
33
+ - **PowerShell 防误执行**:阻止 cmd 语法误入 PowerShell 执行,避免跨 shell 语法错误
34
+ - **终端按键兼容性**:修复 SS3 方向键及 Ghostty 下 Shift+Enter 按键无响应的问题
35
+ - **MaxToken 压缩卡死**:修复 MaxToken 压缩取消后 ACP `forwardingPromise` 卡死的问题
36
+ - **历史回放压缩过滤**:修复消息压缩记录持久化及回放时 `<cb_summary>` 标签未过滤的问题
37
+
10
38
  ## [2.97.2] - 2026-05-16
11
39
 
12
40
  ### 🔧 功能改进