@tencent-ai/codebuddy-code 2.114.0 → 2.114.1-dev.6b2a001.202606301500
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 +10 -0
- package/dist/codebuddy-headless.js +16 -16
- package/dist/codebuddy.js +18 -18
- 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/lib/node/index.js +0 -30
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.114.1] - 2026-06-30
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **Bash 工具环境**:向 Bash 子进程透传当前会话的 MCP 配置快照,支持插件脚本复用现有本地连接器代理能力。(#55165)
|
|
15
|
+
|
|
16
|
+
### 🐛 Bug 修复
|
|
17
|
+
|
|
18
|
+
- **子助任务消息块**:修复子助直连页缺失「总助派发任务消息块」的问题。此前用户消息中与 `<system-reminder>` 同块的可见内容(如 `<orchestrator_dispatch>` 任务卡片、`<user_query>` 用户文本)被整体丢弃,导致子助页看不到任务来源与任务内容。现在只剥离 `<system-reminder>` 块本身,保留其余可见文本,任务消息块恢复正常显示。
|
|
19
|
+
|
|
10
20
|
## [2.114.0] - 2026-06-29
|
|
11
21
|
|
|
12
22
|
### 🎉 新功能
|