@tencent-ai/codebuddy-code 2.61.0 → 2.61.2-next.c1b066f.20260313

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,19 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.61.2] - 2026-03-13
11
+
12
+ ### 🔧 功能改进
13
+
14
+ - **企业微信 AI Bot WebSocket 兼容性**:将 WebSocket 实现从 Node.js 专用库迁移到 W3C 标准 API,支持 Bun 和 Node.js 双运行时
15
+ - **企业微信 AI Bot 自动连接**:新增 `--wecom-bot` 启动参数,支持启动时自动连接企业微信 AI Bot
16
+
17
+ ## [2.61.1] - 2026-03-12
18
+
19
+ ### 🔧 功能改进
20
+
21
+ - **SDK 版本更新**:升级 Agent SDK JS 至 0.3.81
22
+
10
23
  ## [2.61.0] - 2026-03-12
11
24
 
12
25
  ### ✨ 新功能