@tencent-ai/agent-sdk 0.3.141 → 0.3.142
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 +7 -0
- package/cli/dist/codebuddy-headless.js +726 -726
- 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,13 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.94.1] - 2026-04-28
|
|
11
|
+
|
|
12
|
+
### 🐛 问题修复
|
|
13
|
+
|
|
14
|
+
- **DeepSeek V4+ 思考模式**:修复使用 DeepSeek V4+ 模型开启思考模式时,历史对话继续发送请求会报 `invalid_request_error` 的问题,现已自动兼容处理
|
|
15
|
+
- **自定义模型认证**:修复自定义模型认证问题
|
|
16
|
+
|
|
10
17
|
## [2.94.0] - 2026-04-28
|
|
11
18
|
|
|
12
19
|
### 🎉 新功能
|