@tencent-ai/codebuddy-code 2.137.0-dev.de90dea.202608172251 → 2.137.1
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 +9 -0
- package/dist/codebuddy-headless.js +24 -24
- package/dist/codebuddy.js +24 -24
- package/package.json +2 -3
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +4 -12
- package/product.selfhosted.json +2 -2
- package/vendor/shim/broker-program-policy-check.cjs +68 -0
- package/vendor/shim/brokered-bin/codebuddy-toybox-dispatch +5 -19
- package/vendor/shim/safe-bin/safe-delete-common.sh +21 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.137.1] - 2026-08-17
|
|
11
|
+
|
|
12
|
+
### 🐛 问题修复
|
|
13
|
+
|
|
14
|
+
- **上下文压缩续跑**:修复长任务上下文接近窗口上限时,同步压缩成功后会话可能永久停在「思考中」、无法继续的问题。现在压缩完成后会正确续跑对话。
|
|
15
|
+
- **Shell 工具关闭交互式分页器与 `less` 历史**:本地和沙箱命令统一使用非交互分页器,并禁止 `less` 更新用户目录下的历史文件,避免 `git diff` 等命令等待输入或触发无关的文件保护提示。
|
|
16
|
+
- **safe-delete 程序黑名单**:修复 macOS Brokered Shell 运行时不可用时,`rm` / `unlink` / `rmdir` 经 safe-delete 链路绕过程序黑名单的问题。程序黑名单命中后优先硬拦截,禁止混合文件拦截记录触发授权或脱离沙箱重试。
|
|
17
|
+
- **纯数字技能名**:修复技能名称为纯数字(如 `12306`)时,新建会话失败并提示 "Internal error" 的问题。
|
|
18
|
+
|
|
10
19
|
## [2.137.0] - 2026-08-15
|
|
11
20
|
|
|
12
21
|
### 🎉 新功能
|