@tencent-ai/agent-sdk 0.3.91 → 0.3.93
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/cli/CHANGELOG.md +19 -0
- package/cli/dist/codebuddy-headless.js +13 -13
- package/cli/dist/web-ui/assets/{index-B-fY-Ahr.js → index-BijmmKDe.js} +93 -93
- package/cli/dist/web-ui/index.html +1 -1
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +3 -3
- package/cli/product.ioa.json +2 -2
- package/cli/product.json +2 -2
- package/cli/product.selfhosted.json +2 -2
- package/package.json +1 -1
package/cli/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,25 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.64.2] - 2026-03-24
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **登录方式**:移除启动时的内网环境嗅探,所有登录方式(含 iOA)始终显示
|
|
15
|
+
- **国内版模型排序**:调整国内版模型列表中 glm-5.0 系列的显示顺序
|
|
16
|
+
|
|
17
|
+
### 🐛 Bug 修复
|
|
18
|
+
|
|
19
|
+
- **上下文压缩重复触发**:修复压缩完成后立即再次触发压缩的问题,避免不必要的重复压缩循环
|
|
20
|
+
- **会话持久化**:修复大工具结果外部化后误同步回内存导致模型无法理解工具输出的问题
|
|
21
|
+
|
|
22
|
+
## [2.64.1] - 2026-03-23
|
|
23
|
+
|
|
24
|
+
### 🐛 Bug 修复
|
|
25
|
+
|
|
26
|
+
- **终端分屏稳定性**:修复分屏操作导致终端被意外重置的问题,PTY session 仅在用户主动关闭面板时销毁
|
|
27
|
+
- **消息气泡过滤**:用户消息展示时移除 system-reminder 标签及内容,避免内部系统提示信息泄露到界面
|
|
28
|
+
|
|
10
29
|
## [2.64.0] - 2026-03-23
|
|
11
30
|
|
|
12
31
|
### ✨ 新功能
|