@tencent-ai/agent-sdk 0.3.192 → 0.3.193

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/cli/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.112.1] - 2026-06-27
11
+
12
+ ### 🐛 Bug 修复
13
+
14
+ - **@ 文件联想候选**(#57046):修复联想候选混入 `.gitignore` 已忽略的构建产物和 `.svn` / `.hg` 等版本控制内部文件的问题,优先按版本控制实际跟踪的文件枚举候选,并在所有枚举路径上主动过滤版本控制内部目录
15
+ - **@ 重复字符查询**(#57046):修复 `@aa` / `@aaa` 这类重复字符查询无法匹配的问题,统一按顺序子序列匹配,与预期行为对齐
16
+ - **iOA 个人账号请求头**(#57476):统一个人账号在 iOA 环境下的默认请求头策略,避免误带默认企业 ID 并引发额度拦截
17
+ - **Web UI 文件预览**:修复编辑器视图中图片和 PDF 文件无法打开的问题,避免因缺少 `x-codebuddy-request` 请求头导致预览失败
18
+ - **工具调用恢复**:修复长上下文下模型将工具调用输出为纯文本时任务中断的问题,自动提醒模型通过真实工具通道重试
19
+
10
20
  ## [2.112.0] - 2026-06-26
11
21
 
12
22
  ### 🎉 新功能