@tencent-ai/codebuddy-code 2.103.3 → 2.103.4-dev.e3066bb.202606081523

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,12 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.103.4] - 2026-06-08
11
+
12
+ ### 🔧 改进
13
+
14
+ - **帮助优化模型开关**:新增 `enableModelOptimization` 全局设置项,model-provider 根据该配置注入 `X-Private-Data` 请求头;自定义模型不发送该请求头。
15
+
10
16
  ## [2.103.3] - 2026-06-08
11
17
 
12
18
  ### 🐛 修复