@tencent-ai/codebuddy-code 2.97.0-next.bcf636d.20260514 → 2.97.1

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.97.1] - 2026-05-14
11
+
12
+ ### 🐛 修复
13
+
14
+ - **修复 `/ide` 自动连接报错 `Unexpected server response: 101`**:在独立二进制版本(`bun build --compile`)下,IDE WebSocket 握手在某些情况下会被错误识别为普通 HTTP 响应导致连接失败,连同正常匹配的 IDE 一起连不上。改为在该运行时使用 Bun 原生 WebSocket,绕开兼容性问题;npm 安装版本仍走原有实现。同时收紧自动连接的工作区匹配:仅在恰好一个 IDE 的工作区覆盖当前目录时才自动连接,否则静默跳过,您可以用 `/ide` 手动选择。检测前会自动清理已退出 IDE 进程残留的锁文件,避免连到无效端口。
15
+ - **微信回复**:修复部分模型把回复正文塞进 chat_id 字段导致 WeChatReply 反复报 "Either text or file_path is required" 的问题。补全工具描述与频道指令中的 JSON 调用示例,并在检测到正文被串入 chat_id 时给出明确的纠错提示,引导模型用正确的字段名调用工具。
16
+
10
17
  ## [2.97.0] - 2026-05-13
11
18
 
12
19
  ### 🎉 新功能