@tencent-ai/codebuddy-code 1.17.6-next.1396155.20251023 → 1.17.6-next.f90d65a.20251023
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 -1
- 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 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,14 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
6
6
|
|
|
7
7
|
## [未发布]
|
|
8
8
|
|
|
9
|
+
### 🐛 Bug修复
|
|
10
|
+
- **CLI参数解析修复**:修复子命令参数解析异常处理,避免在某些场景下参数解析失败导致的错误
|
|
11
|
+
|
|
9
12
|
### 🔧 功能改进
|
|
13
|
+
- **工具参数解析优化**:增强异常工具调用的自动重试机制,提升模型交互稳定性
|
|
10
14
|
- **错误提示优化**:优化服务内部错误提示,提供更友好的重试引导
|
|
11
15
|
- **文件读取工具优化**:新增文件大小限制检查,防止读取超大文件导致的性能问题,默认限制256KB,支持通过offset/limit参数读取大文件
|
|
16
|
+
- **Node.js 25 兼容性**:更新依赖库版本以支持 Node.js 25,提升运行时兼容性
|
|
12
17
|
|
|
13
18
|
## [1.17.6] - 2025-10-23
|
|
14
19
|
|
|
@@ -460,7 +465,7 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
460
465
|
## [1.2.0] - 2025-09-24
|
|
461
466
|
|
|
462
467
|
### ✨ 新功能
|
|
463
|
-
- **API 密钥认证支持**:新增 API 密钥认证机制,支持通过环境变量和配置文件设置 API
|
|
468
|
+
- **API 密钥认证支持**:新增 API 密钥认证机制,支持通过环境变量和配置文件设置 API
|
|
464
469
|
- **代理管理界面**:新增完整的代理管理UI界面,支持可视化创建、配置和删除自定义代理
|
|
465
470
|
- **智能代理创建**:通过自然语言描述自动生成代理配置,包括系统提示词和使用场景
|
|
466
471
|
- **代理配置模板**:新增代理指令生成模板,支持AI辅助创建专业的代理配置
|