@tencent-ai/codebuddy-code 1.0.17 → 1.0.19
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.js +1 -1
- package/package.json +1 -1
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
4
4
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
|
+
## [1.0.19] - 2025-09-16
|
|
8
|
+
|
|
9
|
+
### 🔧 功能改进
|
|
10
|
+
- **HTTP操作重构**:优化CLI调度器中的HTTP操作依赖注入方式,使用RestOperationsFactory创建实例
|
|
11
|
+
- **代理配置增强**:为HTTP请求添加代理配置支持,提升网络请求灵活性
|
|
12
|
+
|
|
13
|
+
## [1.0.18] - 2025-09-16
|
|
14
|
+
|
|
15
|
+
### 🔧 功能改进
|
|
16
|
+
- **路径工具重构**:优化设置文件路径解析逻辑,统一使用项目主目录方法
|
|
17
|
+
- **文档完善**:更新设置文档,校正配置作用域和CLI示例
|
|
18
|
+
|
|
7
19
|
## [1.0.17] - 2025-09-15
|
|
8
20
|
|
|
9
21
|
### 🔧 功能改进
|