@tencent-ai/codebuddy-code 2.64.0 → 2.64.1-next.a225066.20260323
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 +7 -7
- package/dist/codebuddy.js +8 -8
- package/dist/web-ui/assets/{index-B-fY-Ahr.js → index-BijmmKDe.js} +93 -93
- package/dist/web-ui/index.html +1 -1
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +3 -3
- 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.64.1] - 2026-03-23
|
|
11
|
+
|
|
12
|
+
### 🐛 Bug 修复
|
|
13
|
+
|
|
14
|
+
- **终端分屏稳定性**:修复分屏操作导致终端被意外重置的问题,PTY session 仅在用户主动关闭面板时销毁
|
|
15
|
+
- **消息气泡过滤**:用户消息展示时移除 system-reminder 标签及内容,避免内部系统提示信息泄露到界面
|
|
16
|
+
|
|
10
17
|
## [2.64.0] - 2026-03-23
|
|
11
18
|
|
|
12
19
|
### ✨ 新功能
|