@tencent-ai/agent-sdk 0.3.111 → 0.3.112

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,17 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.77.1] - 2026-04-04
11
+
12
+ ### 🔧 功能改进
13
+
14
+ - **图片 blob 引用还原**:新增环境变量 `CODEBUDDY_REHYDRATE_IMAGE_BLOB_REFS`,设置为 `true` 后可在 `-p` 模式流式输出中将图片 blob 引用自动还原为完整 base64 数据,方便下游系统集成
15
+ - **微信/企微权限回复优化**:移除权限操作后的机械确认消息(如"✅ 已批准,正在执行..."),改为由 Agent 后续动作作为隐式反馈,减少消息冗余
16
+
17
+ ### 🐛 问题修复
18
+
19
+ - **微信/企微消息路由修复**:修复权限回复中 `a`(始终允许)指令因检查顺序错误被识别为建议审批输入的问题,调整权限回复优先于建议审批检查
20
+
10
21
  ## [2.77.0] - 2026-04-03
11
22
 
12
23
  ### ✨ 新功能