@tencent-ai/codebuddy-code 2.119.2 → 2.119.3

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,14 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.119.3] - 2026-07-12
11
+
12
+ ### 🐛 Bug 修复
13
+
14
+ - **stdio 模式 initialize 不再被慢 MCP 阻塞**:stdio / stream-json 模式下 `initialize` 握手原会被慢 MCP server 拖住(实测 ~10s)。initialize 只需 models/commands/account 元信息,本不该等 MCP readiness。新增 `configReadyDeferred` + `AgentManager.getInitializeMetadata()`,让 initialize 只等配置解析、不等 agent 注册期的 MCP settle。agent 的 MCP 装配与发消息路径保持不变,仍正确等待 MCP。#67435
15
+ - **预热进程 MCP 加载**:修复预热进程激活后,用户级 MCP 配置(`~/.codebuddy/.mcp.json`)在激活前才落盘时无法加载、其工具进不了 ToolSearch 可用工具列表的问题。激活路径现会重读用户级 MCP 配置,确保待命后新增的 MCP server 正常生效。
16
+ - **网络错误重试**:回滚 #59818 的 `isNetworkError` 包装后网络错误识别改动(相关 PR 存在需要重新评估的副作用),恢复到该 PR 合入前的行为。原 issue #53806 需另行修复。
17
+
10
18
  ## [2.119.2] - 2026-07-12
11
19
 
12
20
  ### 🔧 功能改进