@tencent-ai/agent-sdk 0.3.217 → 0.3.219
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 +25 -0
- package/cli/dist/codebuddy-headless.js +86 -85
- package/cli/package.json +4 -4
- 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,31 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.123.1] - 2026-07-16
|
|
11
|
+
|
|
12
|
+
### 🐛 Bug 修复
|
|
13
|
+
|
|
14
|
+
- **文本处理**:修复在特定运行环境下清理终端控制字符时可能因模块导出形态差异导致的调用异常,并清理无用依赖,减小安装体积。
|
|
15
|
+
|
|
16
|
+
## [2.123.0] - 2026-07-16
|
|
17
|
+
|
|
18
|
+
### 🎉 新功能
|
|
19
|
+
|
|
20
|
+
- **文件版本回退**:新增按会话请求预览和执行整轮文件回退的 ACP 接口,预览结果包含实际采用的版本 request ID。
|
|
21
|
+
|
|
22
|
+
### 🔧 功能改进
|
|
23
|
+
|
|
24
|
+
- **情绪指标开关**:仅在 `productFeatures.ChatPromptFrictionAnalysis` 显式启用时调用 Recall API 并上报情绪摩擦分析事件。
|
|
25
|
+
|
|
26
|
+
### 🐛 Bug 修复
|
|
27
|
+
|
|
28
|
+
- **Daemon 自动更新状态展示**:修复 `cbc daemon status` 显示 "AutoUpdateService not available" 的问题,改为从运行中的 daemon 进程获取真实状态;同时 daemon 模式下新增外部升级检测,当用户手动 `npm install -g` 升级后,daemon 能自动感知并触发优雅重启。
|
|
29
|
+
- **/rewind 回滚**:修复 Windows 下盘符大小写不一致(如 `c:\` 与 `C:\`)导致 checkpoint 文件匹配失败、`/rewind` 回滚代码静默失效的问题。现在会在 Windows 上统一盘符大小写后再计算文件标识与备份哈希,保证保存与回退两侧对齐。
|
|
30
|
+
- **Restore code 选项**:修复用户先改动再改回原样后,"仅回退代码"选项被错误隐藏、无法回退到该节点的问题。选项是否展示改为依据该轮是否发生过文件编辑,而非当前磁盘与快照是否仍有净差异。
|
|
31
|
+
- **Agent 子任务**:修复 subagent 已成功创建后在执行阶段失败仍被误报为"创建失败",并补齐失败路径的收尾 hook 触发,保证失败态与后续清理逻辑一致。
|
|
32
|
+
- **WorkBuddy 自定义专家**:修复沙箱命令未继承配置目录,导致创建专家时可能写入错误目录的问题。
|
|
33
|
+
- **Prompt 情绪分析上报**:移除 Recall API 查询中的 `<user_query>` 包装标签,并兼容网关响应包装,避免召回或解析异常导致结果未上报。
|
|
34
|
+
|
|
10
35
|
## [2.122.0] - 2026-07-15
|
|
11
36
|
|
|
12
37
|
### 🎉 新功能
|