@tencent-ai/codebuddy-code 2.81.1 → 2.81.2-next.896a7f0.20260409
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 +14 -0
- package/dist/codebuddy-headless.js +17 -17
- package/dist/codebuddy.js +19 -19
- package/dist/web-ui/assets/{index-BPUMtuMu.js → index-CoP0gamp.js} +162 -162
- package/dist/web-ui/assets/index-r9a-SZcP.css +32 -0
- package/dist/web-ui/index.html +2 -2
- package/package.json +3 -2
- 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/index-BH_HlE2i.css +0 -32
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.81.2] - 2026-04-09
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **插件安装 scope 选择**:安装插件时支持选择安装范围(用户级/项目级/本地级),已安装插件显示 scope 标签
|
|
15
|
+
- **Subagent 前置文本隐藏**:对话流中隐藏模型在调用子代理前输出的描述性文字,减少视觉噪音
|
|
16
|
+
- **换行按钮仅移动端显示**:桌面端可用 Shift+Enter 换行,移除冗余按钮
|
|
17
|
+
- **单工具无竖线**:工具组仅一个条目时不显示左侧 timeline 连接线
|
|
18
|
+
- **代码块样式统一**:SyntaxHighlighter 统一添加 codeTagProps 去除多余背景色和文字阴影
|
|
19
|
+
|
|
20
|
+
### 🐛 Bug 修复
|
|
21
|
+
|
|
22
|
+
- **Settings 损坏文件保护**:settings.json 存在 JSON 语法错误时,阻止写入操作覆盖原文件,防止配置丢失
|
|
23
|
+
|
|
10
24
|
## [2.81.1] - 2026-04-08
|
|
11
25
|
|
|
12
26
|
### 🔧 功能改进
|