@tencent-ai/codebuddy-code 2.106.2 → 2.106.3
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 +7 -0
- package/dist/codebuddy-headless.js +33 -37
- package/dist/codebuddy.js +43 -47
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.106.3] - 2026-06-13
|
|
11
|
+
|
|
12
|
+
### 🐛 修复
|
|
13
|
+
|
|
14
|
+
- **会话标题重复生成**:修复用户消息为数组形式(如包含图片/多段内容)时,会话标题被重复生成的问题。标题判定逻辑现已正确处理数组消息内容,仅在存在可见文本且非系统提醒时才触发生成。
|
|
15
|
+
- **压缩续聊重复注入 user-context**:修复历史压缩后继续对话时,user-context 被重复注入历史的问题,避免上下文冗余。
|
|
16
|
+
|
|
10
17
|
## [2.106.2] - 2026-06-13
|
|
11
18
|
|
|
12
19
|
### 🎉 新功能
|