@tencent-ai/codebuddy-code 2.71.1-next.8162472.20260402 → 2.72.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 +44 -14
- package/dist/codebuddy.js +63 -33
- package/dist/web-ui/assets/devopicons-QN4QXivI.woff2 +0 -0
- package/dist/web-ui/assets/file-icons-C0jOugUK.woff2 +0 -0
- package/dist/web-ui/assets/{index-Dhp52UPr.js → index-BC_Bh2yt.js} +156 -139
- package/dist/web-ui/assets/index-D4u5xYjh.css +32 -0
- package/dist/web-ui/assets/{markdown-BCtMzQ91.js → markdown-Ce2Umeb2.js} +1 -1
- package/dist/web-ui/assets/mfixx-CpAhKOZz.woff2 +0 -0
- package/dist/web-ui/assets/octicons-CaZ_fok2.woff2 +0 -0
- package/dist/web-ui/assets/{vendor-C4-dOWG8.js → vendor-DpYitQz5.js} +1 -1
- package/dist/web-ui/docs/cn/cli/http-api.md +401 -0
- package/dist/web-ui/docs/cn/cli/release-notes/README.md +5 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.69.0.md +24 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.70.0.md +16 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.70.1.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.71.0.md +18 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.71.1.md +7 -0
- package/dist/web-ui/docs/cn/cli/remote-control.md +2 -2
- package/dist/web-ui/docs/cn/cli/slash-commands.md +5 -5
- package/dist/web-ui/docs/en/cli/http-api.md +401 -0
- package/dist/web-ui/docs/en/cli/release-notes/README.md +5 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.69.0.md +24 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.70.0.md +16 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.70.1.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.71.0.md +18 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.71.1.md +7 -0
- package/dist/web-ui/docs/en/cli/remote-control.md +2 -2
- package/dist/web-ui/docs/en/cli/slash-commands.md +6 -6
- package/dist/web-ui/docs/search-index-en.json +1 -1
- package/dist/web-ui/docs/search-index-zh.json +1 -1
- package/dist/web-ui/docs/sidebar-en.json +1 -1
- package/dist/web-ui/docs/sidebar-zh.json +1 -1
- package/dist/web-ui/index.html +4 -4
- 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/dist/web-ui/assets/devopicons-JYBX4xNv.woff2 +0 -0
- package/dist/web-ui/assets/file-icons-Byv9wKV-.woff2 +0 -0
- package/dist/web-ui/assets/index-B_bIdgkW.css +0 -32
- package/dist/web-ui/assets/mfixx-DfQCz-aF.woff2 +0 -0
- package/dist/web-ui/assets/octicons-CS-gsnb3.woff2 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,25 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.72.0] - 2026-04-02
|
|
11
|
+
|
|
12
|
+
### ✨ 新功能
|
|
13
|
+
|
|
14
|
+
- **文件变更面板**:Web UI 新增 Changes 视图,实时展示 Agent 修改的文件列表,支持 Monaco Diff 编辑器查看变更详情
|
|
15
|
+
- **Checkpoint 回退**:支持按文件撤回、按回退点回退代码/对话,提供三种回退模式(仅代码、仅对话、全部回退)
|
|
16
|
+
|
|
17
|
+
### 🔧 功能改进
|
|
18
|
+
|
|
19
|
+
- **Diff 查看器**:从自定义 LCS diff 算法迁移到 Monaco DiffEditor,支持语法高亮和更好的大文件性能
|
|
20
|
+
- **文件图标**:从 @exuanbo/file-icons-js(异步)迁移到 file-icons-js(同步),消除图标加载闪烁
|
|
21
|
+
- **会话回放**:支持对话回退后的历史回放,刷新页面可恢复文件变更面板状态
|
|
22
|
+
- **Checkpoint 广播**:通过 ACP extNotification 实时推送文件变更通知到所有已连接的客户端
|
|
23
|
+
- **插件管理 API**:新增公开 REST API 端点管理插件的安装、卸载、启用、禁用及市场管理,Web UI 迁移至标准 API
|
|
24
|
+
- **配置管理 API**:新增公开 REST API 端点查询和修改配置,支持按作用域操作
|
|
25
|
+
- **剪贴板兼容性**:增强 macOS 图片粘贴,新增 JXA NSPasteboard 后备方案以兼容企业微信等第三方截图工具
|
|
26
|
+
- **消息通知文案**:优化微信和企微 Channel 中工具操作的中文描述,使用户更易理解
|
|
27
|
+
- **代码高亮类型修复**:修复 Web UI 中 react-syntax-highlighter 的 TypeScript 类型兼容性问题
|
|
28
|
+
|
|
10
29
|
## [2.71.1] - 2026-04-01
|
|
11
30
|
|
|
12
31
|
### 🔧 功能改进
|