@tencent-ai/codebuddy-code 1.10.2 → 1.10.3
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 +11 -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,17 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
4
4
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
|
+
## [1.10.3] - 2025-10-11
|
|
8
|
+
|
|
9
|
+
### ✨ 新功能
|
|
10
|
+
- **自定义基础URL支持**:新增 `CODEBUDDY_BASE_URL` 环境变量,支持自定义 CodeBuddy 服务的基础 URL 地址
|
|
11
|
+
|
|
12
|
+
### 📖 文档完善
|
|
13
|
+
- **环境变量文档补充**:补充 `CODEBUDDY_BASE_URL`、`HTTP_PROXY` 和 `HTTPS_PROXY` 环境变量说明,完善代理配置文档
|
|
14
|
+
|
|
15
|
+
### 🐛 问题修复
|
|
16
|
+
- **终端兼容性增强**:优化非标准终端环境的兼容性处理,改进输入输出流配置,提升在特殊终端环境中的稳定性
|
|
17
|
+
|
|
7
18
|
## [1.10.2] - 2025-10-11
|
|
8
19
|
|
|
9
20
|
### 🐛 问题修复
|