@tencent-ai/codebuddy-code 2.52.5-next.320de0f.20260303 → 2.52.6
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 +3 -3
- package/dist/codebuddy.js +3 -3
- 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 +2 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
## [2.52.6] - 2026-03-03
|
|
9
|
+
|
|
10
|
+
### 🔧 功能改进
|
|
11
|
+
|
|
12
|
+
- **模型请求日志增强**:新增请求生命周期完整日志,包含请求发送、首 Token 到达、流式传输进度、完成/错误/超时等关键节点,支持通过 requestId 和 agent 名称快速定位问题
|
|
13
|
+
- **消除运行时警告**:修复长对话中出现的 MaxListenersExceededWarning 警告,封装统一的中止控制器管理工具
|
|
14
|
+
- **Hook 消息渲染增强**:Hook 消息现在会根据执行状态(成功/阻断/警告/错误)显示不同的图标和颜色,并支持展开/折叠查看详细内容
|
|
15
|
+
|
|
16
|
+
|
|
8
17
|
## [2.52.5] - 2026-03-03
|
|
9
18
|
|
|
10
19
|
### 🔧 功能改进
|