@tencent-ai/codebuddy-code 2.107.0 → 2.108.0

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.108.0] - 2026-06-18
11
+
12
+ ### 🎉 新功能
13
+
14
+ - **模型切换提示**:当项目配置已手动设置模型时,用户通过 `/model` 持久切换后会明确提示:重启后项目配置仍会覆盖当前选择,并建议移除项目配置中的模型设置以持久化新选择。
15
+
16
+ ### 🐛 修复
17
+
18
+ - **请求追踪标识唯一性**:修复多轮对话中多个模型请求复用同一组 `X-Request-ID` 和 `X-Trace-ID` 的问题,确保每个 HTTP 请求都有独立标识,便于排障与链路追踪。
19
+ - **自定义 Agent frontmatter 生成**:修复 AI 生成自定义 Agent 配置时,在多行描述或继承全部工具场景下可能写出不可解析或不符合加载约定的 frontmatter 的问题,确保生成结果可被稳定加载。
20
+
10
21
  ## [2.107.0] - 2026-06-17
11
22
 
12
23
  ### 🎉 新功能