@tencent-ai/codebuddy-code 2.106.1 → 2.106.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,17 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.106.2] - 2026-06-13
11
+
12
+ ### 🎉 新功能
13
+
14
+ - **Stop hook prompt 类型支持**:新增 E2E 测试验证 prompt 类型的 Stop hook 生命周期和健壮性
15
+
16
+ ### 🔧 改进
17
+
18
+ - **Prompt Hook 诊断增强**:改进 prompt hook 执行失败时的日志输出,包含事件名称和具体错误信息,便于排查 Stop hook 不生效问题
19
+ - **DeferExecuteTool 图片支持**:MCP 工具返回图片内容时,自动转换为结构化格式传递给下游处理管线
20
+
10
21
  ## [2.106.1] - 2026-06-12
11
22
 
12
23
  ### 🐛 修复