@tencent-ai/agent-sdk 0.3.141 → 0.3.143
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/cli/CHANGELOG.md +13 -0
- package/cli/dist/codebuddy-headless.js +726 -726
- package/cli/dist/web-ui/assets/{index-ysyL0Rz1.js → index-BainZW7g.js} +126 -126
- package/cli/dist/web-ui/index.html +1 -1
- package/cli/dist/web-ui/sw.js +1 -1
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +3 -2
- package/cli/product.internal.json +3 -2
- package/cli/product.ioa.json +3 -2
- package/cli/product.json +3 -2
- package/cli/product.selfhosted.json +3 -2
- package/package.json +1 -1
package/cli/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.94.2] - 2026-04-28
|
|
11
|
+
|
|
12
|
+
### 🐛 问题修复
|
|
13
|
+
|
|
14
|
+
- **私有化部署检测**:移除通过企业端点配置推断 Self-Hosted 部署类型的逻辑,避免在配置了企业端点但实际为云托管场景时错误地将部署类型标记为 Self-Hosted
|
|
15
|
+
|
|
16
|
+
## [2.94.1] - 2026-04-28
|
|
17
|
+
|
|
18
|
+
### 🐛 问题修复
|
|
19
|
+
|
|
20
|
+
- **DeepSeek V4+ 思考模式**:修复使用 DeepSeek V4+ 模型开启思考模式时,历史对话继续发送请求会报 `invalid_request_error` 的问题,现已自动兼容处理
|
|
21
|
+
- **自定义模型认证**:修复自定义模型认证问题
|
|
22
|
+
|
|
10
23
|
## [2.94.0] - 2026-04-28
|
|
11
24
|
|
|
12
25
|
### 🎉 新功能
|