@tencent-ai/codebuddy-code 2.63.3 → 2.63.4-next.cb03fb2.20260319
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 +302 -302
- package/dist/codebuddy.js +12 -12
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.63.4] - 2026-03-18
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **SDK 场景稳定性**:禁用 SDK 模式下的 CLI 自动更新,防止进程重启导致后续请求瞬间返回
|
|
15
|
+
- **会话恢复可靠性**:修复重新初始化会话时 stale MessageLog 未清理导致的消息消费异常
|
|
16
|
+
- **E2E 测试增强**:客户端自动响应 AskUserQuestion,命令名验证支持 Unicode 字符
|
|
17
|
+
- **子代理进度显示优化**:将子代理和 Team 成员进度中的 token 统计从累计消耗量改为当前上下文窗口大小,更直观地反映实时上下文使用情况
|
|
18
|
+
|
|
10
19
|
## [2.63.3] - 2026-03-18
|
|
11
20
|
|
|
12
21
|
### 🔧 功能改进
|