@tencent-ai/codebuddy-code 2.74.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 CHANGED
@@ -7,6 +7,23 @@ 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
+
20
+ ## [2.75.0] - 2026-04-03
21
+
22
+ ### 🔧 功能改进
23
+
24
+ - **微信实例 ID 动态更新**:微信客户端扫码认证后自动将临时 `_pending` 实例 ID 更新为真实 ID,确保消息回复路由正确
25
+ - **微信消息发送错误检查**:`sendMessage` 接口增加返回值校验,发送失败时抛出明确错误而非静默忽略
26
+
10
27
  ## [2.74.0] - 2026-04-03
11
28
 
12
29
  ### ✨ 新功能