@tencent-ai/codebuddy-code 1.0.18 → 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 +4 -3
- 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,10 +4,11 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
4
4
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [1.0.19] - 2025-09-16
|
|
8
8
|
|
|
9
|
-
### 🔧
|
|
10
|
-
-
|
|
9
|
+
### 🔧 功能改进
|
|
10
|
+
- **HTTP操作重构**:优化CLI调度器中的HTTP操作依赖注入方式,使用RestOperationsFactory创建实例
|
|
11
|
+
- **代理配置增强**:为HTTP请求添加代理配置支持,提升网络请求灵活性
|
|
11
12
|
|
|
12
13
|
## [1.0.18] - 2025-09-16
|
|
13
14
|
|