@tencent-ai/codebuddy-code 2.108.0 → 2.108.2
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 +14 -0
- package/dist/codebuddy-headless.js +17 -17
- package/dist/codebuddy.js +41 -41
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +22 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.108.2] - 2026-06-18
|
|
11
|
+
|
|
12
|
+
### 🐛 修复
|
|
13
|
+
|
|
14
|
+
- **对话积分归属**:修复多轮对话间请求标识复用,导致积分消耗可能串到上一轮消息的问题。
|
|
15
|
+
|
|
16
|
+
## [2.108.1] - 2026-06-18
|
|
17
|
+
|
|
18
|
+
### 🐛 修复
|
|
19
|
+
|
|
20
|
+
- **专家团内容输出显示异常**:修复多智能体协作场景下,流式输出途中相邻片段因消息归组标识漂移,导致"深度思考"内容被拆成多条消息显示的问题;同时修复同一会话因竞态被重复触发并发运行、造成模型流式片段交错的问题。
|
|
21
|
+
- **上下文摘要采样参数对齐主对话**:修复 `contextSummary` 摘要请求绕过模型配置拦截器,导致缺失 temperature / reasoning / text / providerData 等采样参数的问题,现摘要请求与主对话使用一致的模型配置。
|
|
22
|
+
- **safe-delete 在 fish shell 报语法错误**:修复 fish shell 下空 bootstrap 被拼入命令链导致的语法错误,确保普通 shell 命令和沙箱命令都能正常执行。
|
|
23
|
+
|
|
10
24
|
## [2.108.0] - 2026-06-18
|
|
11
25
|
|
|
12
26
|
### 🎉 新功能
|