@tencent-ai/codebuddy-code 2.71.0-next.db78c46.20260401 → 2.71.1
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 +8 -0
- package/dist/codebuddy-headless.js +5 -5
- package/dist/codebuddy.js +5 -5
- package/package.json +2 -3
- 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
|
@@ -7,6 +7,14 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.71.1] - 2026-04-01
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **SDK MCP 超时机制**:将固定超时替换为 AbortSignal 取消机制,支持长时间运行的 MCP 工具调用
|
|
15
|
+
- **推理模型配置**:启用 thinking 模式时自动默认 effort 为 high,确保模型实际产出推理输出
|
|
16
|
+
- **产品配置修复**:修正模型配置中 reasoning 字段的拼写错误
|
|
17
|
+
|
|
10
18
|
## [2.71.0] - 2026-04-01
|
|
11
19
|
|
|
12
20
|
### ✨ 新功能
|