@tencent-ai/agent-sdk 0.3.201 → 0.3.202-dev.56442c9.202607071159
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 +11 -0
- package/cli/dist/codebuddy-headless.js +182 -182
- package/cli/dist/web-ui/assets/{index-BGE1J3w8.js → index-C4Mks62X.js} +230 -230
- package/cli/dist/web-ui/assets/index-C5EhSt3C.css +32 -0
- package/cli/dist/web-ui/index.html +2 -2
- package/cli/dist/web-ui/sw.js +1 -1
- package/cli/package.json +3 -2
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +2 -2
- package/cli/product.ioa.json +2 -2
- package/cli/product.json +2 -2
- package/cli/product.selfhosted.json +2 -2
- package/package.json +3 -2
- package/cli/dist/web-ui/assets/index-CiMyMH6A.css +0 -32
package/cli/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.117.1] - 2026-07-06
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **SCM Diff 查看方式优化**:点击 SCM 文件列表中的文件现在以独立标签页打开 Diff 视图,支持同时查看多个文件的差异,而非替换整个编辑器区域
|
|
15
|
+
- **Web UI 工作目录管理**:新增 workspace-store 统一管理工作目录来源,消除各 store 分散获取 cwd 的耦合
|
|
16
|
+
- **视图切换优化**:Editor 和 Changes 视图改为始终挂载(display 控制显隐),避免切换时 Monaco Editor 和 Diff 视图重建闪烁
|
|
17
|
+
- **终端切换优化**:终端从隐藏恢复为可见时立即执行 fit,减少切换时的空白闪烁
|
|
18
|
+
- **主题适配**:按钮前景色从硬编码 `text-white` 改为语义化的 `accent-brand-foreground` token,正确适配明暗主题
|
|
19
|
+
- **编辑器空状态**:提取为独立组件,使用 Logo 替代 SVG 图标,在空间不足时自动隐藏快捷键提示
|
|
20
|
+
|
|
10
21
|
## [2.117.0] - 2026-07-04
|
|
11
22
|
|
|
12
23
|
### 🎉 新功能
|