@tencent-ai/codebuddy-code 2.74.0 → 2.75.0

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,13 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.75.0] - 2026-04-03
11
+
12
+ ### 🔧 功能改进
13
+
14
+ - **微信实例 ID 动态更新**:微信客户端扫码认证后自动将临时 `_pending` 实例 ID 更新为真实 ID,确保消息回复路由正确
15
+ - **微信消息发送错误检查**:`sendMessage` 接口增加返回值校验,发送失败时抛出明确错误而非静默忽略
16
+
10
17
  ## [2.74.0] - 2026-04-03
11
18
 
12
19
  ### ✨ 新功能