@tencent-ai/codebuddy-code 2.49.2 → 2.49.4
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.js +3 -3
- 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 +3 -3
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
## [2.49.3] - 2026-02-10
|
|
9
|
+
|
|
10
|
+
### 🔧 功能改进
|
|
11
|
+
|
|
12
|
+
- **模型错误提示优化**:当模型不可用时,自动展示当前账号支持的模型列表,方便用户快速切换到可用模型
|
|
13
|
+
- **错误处理**:优化了被封装的模型行为错误(ModelBehaviorError)的处理逻辑,确保工具调用失败时能够正确识别并重试
|
|
14
|
+
- **MCP 服务器就绪检测**:修复 SDK 模式下 MCP 工具在初始化时可能未就绪的问题
|
|
15
|
+
|
|
8
16
|
## [2.49.2] - 2026-02-10
|
|
9
17
|
|
|
10
18
|
### 🔧 功能改进
|