@tencent-ai/codebuddy-code 2.62.0 → 2.62.1-next.a5c6f66.20260316
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 +12 -0
- package/dist/codebuddy-headless.js +164 -160
- package/dist/codebuddy.js +57 -53
- 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 +6 -6
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.62.1] - 2026-03-15
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **上下文压缩优化**:重构 compact summary 注入机制,压缩后的摘要以结构化方式注入后续对话,提升上下文恢复质量;提高 token 使用量触发阈值,减少不必要的自动压缩;阻止 system-reminder 和 memory 内容注入 compact agent,避免将规则和记忆压缩进摘要
|
|
15
|
+
- **SDK 通信稳定性**:修复 stdout 并发写入可能交错的问题,新增序列化写入器处理背压;SDK 断开连接时自动取消所有等待中的权限请求,避免 CLI 挂起;改进中断服务的取消逻辑,确保正确发送错误响应;Python SDK 增强损坏 JSON 缓冲区的恢复能力;JS SDK stdin 写入增加 drain 事件处理,防止数据丢失
|
|
16
|
+
- **企微机器人状态指示**:使用流式消息替代静态文本实现"正在处理"状态,处理完成后自动替换为最终结果,聊天记录中不再残留中间状态消息
|
|
17
|
+
|
|
18
|
+
### 📝 文档优化
|
|
19
|
+
|
|
20
|
+
- **侧边栏导航**:统一企业微信机器人接入相关文档的导航标题,修复中文版重复条目
|
|
21
|
+
|
|
10
22
|
## [2.62.0] - 2026-03-13
|
|
11
23
|
|
|
12
24
|
### ✨ 新功能
|