@tencent-ai/codebuddy-code 2.77.1-next.a26b46f.20260405 → 2.78.0
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 +19 -0
- package/dist/codebuddy-headless.js +23 -23
- package/dist/codebuddy.js +36 -36
- package/dist/web-ui/assets/{index-DAEgmqUN.js → index-DOt3FCeP.js} +54 -54
- package/dist/web-ui/index.html +1 -1
- package/package.json +2 -3
- 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,25 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.78.0] - 2026-04-05
|
|
11
|
+
|
|
12
|
+
### 🎉 新功能
|
|
13
|
+
|
|
14
|
+
- **Agent Teams Web UI 支持**:通过 ACP SSE 推送 Team 成员实时状态(运行中/已完成/失败)、token 使用量、工具调用次数,在任务清单面板中展示;点击成员可查看完整对话历史,支持实时流式更新;收发消息显示发送者/接收者摘要及成员专属颜色;页面刷新后通过 ACP history replay 自动恢复 Team 状态和成员对话;新增 13 个 Team 相关的中英文翻译 key
|
|
15
|
+
|
|
16
|
+
### 🔧 功能改进
|
|
17
|
+
|
|
18
|
+
- **权限系统**:重构 ACP 权限广播机制,支持 Web UI 页面刷新后恢复权限对话框,修复跨端权限同步问题
|
|
19
|
+
- **AskUserQuestion**:改为通过 interruption 广播协议下发问卷,避免多连接下问卷发送到错误客户端
|
|
20
|
+
- **上下文压缩**:ContextTruncationInterceptor 改用同步 compact 流程替代手动截断,提升上下文管理可靠性
|
|
21
|
+
- **频道消息**:微信/企业微信频道新增消息队列,避免 Agent 运行期间并发消息丢失
|
|
22
|
+
- **选项兼容**:TUI 和 Web UI 问卷面板增加对纯字符串选项数组的防御性处理
|
|
23
|
+
|
|
24
|
+
### 🐛 问题修复
|
|
25
|
+
|
|
26
|
+
- **命令补全菜单**:修复输入斜杠命令后跟参数时补全菜单消失的问题,现在输入如 `/skill arg` 时仍能正确显示命令补全建议
|
|
27
|
+
- **命令建议**:修复光标进入参数区域后命令补全仍然显示的问题
|
|
28
|
+
|
|
10
29
|
## [2.77.1] - 2026-04-04
|
|
11
30
|
|
|
12
31
|
### 🔧 功能改进
|