@tencent-ai/agent-sdk 0.3.107 → 0.3.109
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 +21 -0
- package/cli/dist/codebuddy-headless.js +27 -27
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +2 -2
- package/cli/product.ioa.json +2 -2
- package/cli/product.json +2 -2
- package/cli/product.selfhosted.json +2 -2
- package/package.json +1 -1
package/cli/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,27 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.75.0] - 2026-04-03
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **微信实例 ID 动态更新**:微信客户端扫码认证后自动将临时 `_pending` 实例 ID 更新为真实 ID,确保消息回复路由正确
|
|
15
|
+
- **微信消息发送错误检查**:`sendMessage` 接口增加返回值校验,发送失败时抛出明确错误而非静默忽略
|
|
16
|
+
|
|
17
|
+
## [2.74.0] - 2026-04-03
|
|
18
|
+
|
|
19
|
+
### ✨ 新功能
|
|
20
|
+
|
|
21
|
+
- **侧问题命令 /btw**:支持在 Agent 工作过程中快速提出侧问题,不中断主线程,答案基于已有上下文即时生成
|
|
22
|
+
|
|
23
|
+
### 🔧 功能改进
|
|
24
|
+
|
|
25
|
+
- **渠道会话建议确认**:微信/企业微信渠道对话完成后,自动生成后续建议并等待用户确认后再执行
|
|
26
|
+
|
|
27
|
+
### 🐛 问题修复
|
|
28
|
+
|
|
29
|
+
- **AskUserQuestion 防御性处理**:修复当模型返回的 options 字段缺失或非数组时,AskUserQuestion 面板渲染崩溃的问题
|
|
30
|
+
|
|
10
31
|
## [2.73.0] - 2026-04-03
|
|
11
32
|
|
|
12
33
|
### ✨ 新功能
|