@tencent-ai/codebuddy-code 1.17.4 → 1.17.5
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 -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 +2 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,10 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
4
4
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
|
-
## [
|
|
7
|
+
## [1.17.5] - 2025-10-22
|
|
8
|
+
|
|
9
|
+
### 🔧 功能改进
|
|
10
|
+
- **E2B沙箱协议配置**:新增E2B_ENVD_PROTOCOL环境变量支持,允许自定义envd服务协议(http/https),提升沙箱连接配置灵活性
|
|
8
11
|
|
|
9
12
|
## [1.17.4] - 2025-10-22
|
|
10
13
|
|