@tencent-ai/codebuddy-code 1.17.6-next.f90d65a.20251023 → 1.18.0
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 +6 -0
- package/dist/codebuddy.js +1 -1
- 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
|
@@ -6,14 +6,20 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
6
6
|
|
|
7
7
|
## [未发布]
|
|
8
8
|
|
|
9
|
+
## [1.18.0] - 2025-10-23
|
|
10
|
+
|
|
9
11
|
### 🐛 Bug修复
|
|
10
12
|
- **CLI参数解析修复**:修复子命令参数解析异常处理,避免在某些场景下参数解析失败导致的错误
|
|
11
13
|
|
|
14
|
+
### ⚡ 性能优化
|
|
15
|
+
- **历史记录去重优化**:优化输入历史记录去重逻辑,使用内存缓存替代文件读取,大幅提升性能
|
|
16
|
+
|
|
12
17
|
### 🔧 功能改进
|
|
13
18
|
- **工具参数解析优化**:增强异常工具调用的自动重试机制,提升模型交互稳定性
|
|
14
19
|
- **错误提示优化**:优化服务内部错误提示,提供更友好的重试引导
|
|
15
20
|
- **文件读取工具优化**:新增文件大小限制检查,防止读取超大文件导致的性能问题,默认限制256KB,支持通过offset/limit参数读取大文件
|
|
16
21
|
- **Node.js 25 兼容性**:更新依赖库版本以支持 Node.js 25,提升运行时兼容性
|
|
22
|
+
- **主题系统兼容性增强**:修复 xterm-color 等 8 色终端环境下的颜色显示问题,优化颜色映射机制,提升终端兼容性和视觉效果
|
|
17
23
|
|
|
18
24
|
## [1.17.6] - 2025-10-23
|
|
19
25
|
|