@tencent-ai/codebuddy-code 1.10.1 → 1.10.3-next.9f6a253.20251012
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 +18 -0
- package/dist/codebuddy.js +1 -1
- package/package.json +3 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,24 @@ 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
|
+
|
|
18
|
+
## [1.10.2] - 2025-10-11
|
|
19
|
+
|
|
20
|
+
### 🐛 问题修复
|
|
21
|
+
- **Windows Bash 路径检测优化**:重构 Windows Git Bash 检测逻辑,新增 WindowsBashUtils 工具类,改进路径查找算法,排除当前工作目录的相对路径干扰
|
|
22
|
+
- **Shell 执行增强**:优化 shell 服务执行逻辑,支持使用检测到的 Git Bash 路径执行命令,提升 Windows 环境下命令执行的稳定性和兼容性
|
|
23
|
+
- **流式输出优化**:修复响应结束流程中的时序问题,确保结果消息正确生成
|
|
24
|
+
|
|
7
25
|
## [1.10.1] - 2025-10-11
|
|
8
26
|
|
|
9
27
|
### 🐛 问题修复
|