@tencent-ai/codebuddy-code 2.75.0 → 2.76.0-next.949c0a4.20260403
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 +10 -0
- package/dist/codebuddy-headless.js +10 -10
- package/dist/codebuddy.js +9 -9
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +21 -2
- package/product.ioa.json +25 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.76.0] - 2026-04-03
|
|
11
|
+
|
|
12
|
+
### ✨ 新功能
|
|
13
|
+
|
|
14
|
+
- **GLM-5v-Turbo 模型上线**:新增 GLM-5v-Turbo 多模态视觉模型,支持图片理解能力,同步上线国内版和 iOA 版
|
|
15
|
+
|
|
16
|
+
### 🐛 问题修复
|
|
17
|
+
|
|
18
|
+
- **模型 temperature 配置修复**:修复模型温度参数被硬编码为默认值 1 的问题,现在正确读取产品配置中各模型指定的 temperature 值
|
|
19
|
+
|
|
10
20
|
## [2.75.0] - 2026-04-03
|
|
11
21
|
|
|
12
22
|
### 🔧 功能改进
|