@tencent-ai/codebuddy-code 2.83.0 → 2.83.1-next.4106c26.20260411

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,17 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.83.1] - 2026-04-10
11
+
12
+ ### 🔧 功能改进
13
+
14
+ - **延迟工具加载配置**:使用 `waitConfiguration()` 替代同步缓存获取产品配置,确保配置就绪后再读取;ToolSearch 和 DeferExecuteTool 在全局延迟加载关闭时自动隐藏
15
+
16
+ ### 🐛 问题修复
17
+
18
+ - **MCP 配置加载**:修复 ACP 模式下初始化时序问题,确保在 middleware 执行前正确禁用文件系统 MCP 配置加载
19
+ - **Trace 初始化**:修复 headless/SDK 模式下首次请求可能命中空 Span 的竞态问题
20
+
10
21
  ## [2.83.0] - 2026-04-10
11
22
 
12
23
  ### 🎉 新功能