@tencent-ai/codebuddy-code 2.6.1-next.1685d5e.20251120 → 2.6.1-next.6d5f942.20251120
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 +14 -0
- package/dist/codebuddy.js +1 -1
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +3 -3
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
6
6
|
|
|
7
7
|
## [未发布]
|
|
8
8
|
|
|
9
|
+
### 🎉 新功能
|
|
10
|
+
|
|
11
|
+
- **Tokens 计数器显示控制**: 新增 `showTokensCounter` 设置项,支持在界面中显示或隐藏 Tokens 计数器,默认显示
|
|
12
|
+
|
|
13
|
+
### 🔧 功能改进
|
|
14
|
+
|
|
15
|
+
- **Session ID 验证规则优化**: 放宽 Session ID 格式限制,提升使用灵活性
|
|
16
|
+
- **遥测状态判断优化**: 改进工具执行状态判断逻辑,提升状态统计的准确性
|
|
17
|
+
|
|
18
|
+
### 🐛 Bug修复
|
|
19
|
+
|
|
20
|
+
- **错误处理机制优化**: 优化错误处理流程,改进异常信息的传递机制
|
|
21
|
+
- **主题适配优化**: 优化颜色生成算法,根据当前主题(暗色/亮色)自动调整色值范围,提升视觉体验
|
|
22
|
+
|
|
9
23
|
## [2.6.1] - 2025-11-19
|
|
10
24
|
|
|
11
25
|
### 🔧 功能改进
|