@tencent-ai/codebuddy-code 2.125.4-next.41bad82.202607231203 → 2.126.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 +22 -0
- package/dist/codebuddy-headless.js +11 -11
- package/dist/codebuddy.js +13 -13
- package/dist/web-ui/docs/cn/cli/agent-teams.md +6 -0
- package/dist/web-ui/docs/cn/cli/cli-reference.md +3 -2
- package/dist/web-ui/docs/cn/cli/costs.md +7 -7
- package/dist/web-ui/docs/cn/cli/daemon.md +8 -2
- package/dist/web-ui/docs/cn/cli/env-vars.md +16 -6
- package/dist/web-ui/docs/cn/cli/hooks.md +26 -4
- package/dist/web-ui/docs/cn/cli/http-api.md +98 -5
- package/dist/web-ui/docs/cn/cli/iam.md +1 -1
- package/dist/web-ui/docs/cn/cli/models.md +43 -13
- package/dist/web-ui/docs/cn/cli/permissions.md +2 -1
- package/dist/web-ui/docs/cn/cli/plugins-reference.md +2 -0
- package/dist/web-ui/docs/cn/cli/release-notes/README.md +15 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.120.0.md +31 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.121.0.md +42 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.121.1.md +20 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.121.2.md +23 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.121.3.md +21 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.122.0.md +52 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.123.0.md +28 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.123.1.md +13 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.124.0.md +30 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.124.1.md +22 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.125.0.md +44 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.125.1.md +22 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.125.2.md +13 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.125.3.md +30 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.125.4.md +33 -0
- package/dist/web-ui/docs/cn/cli/sdk-hooks.md +30 -0
- package/dist/web-ui/docs/cn/cli/settings.md +38 -4
- package/dist/web-ui/docs/cn/cli/slash-commands.md +2 -2
- package/dist/web-ui/docs/cn/cli/sub-agents.md +116 -11
- package/dist/web-ui/docs/cn/cli/troubleshooting.md +55 -0
- package/dist/web-ui/docs/cn/cli/web-ui.md +1 -0
- package/dist/web-ui/docs/en/cli/agent-teams.md +6 -0
- package/dist/web-ui/docs/en/cli/cli-reference.md +3 -2
- package/dist/web-ui/docs/en/cli/costs.md +4 -4
- package/dist/web-ui/docs/en/cli/daemon.md +8 -2
- package/dist/web-ui/docs/en/cli/env-vars.md +16 -6
- package/dist/web-ui/docs/en/cli/hooks.md +26 -4
- package/dist/web-ui/docs/en/cli/http-api.md +98 -5
- package/dist/web-ui/docs/en/cli/models.md +43 -13
- package/dist/web-ui/docs/en/cli/permissions.md +2 -1
- package/dist/web-ui/docs/en/cli/plugins-reference.md +10 -0
- package/dist/web-ui/docs/en/cli/release-notes/README.md +15 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.120.0.md +31 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.121.0.md +42 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.121.1.md +20 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.121.2.md +23 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.121.3.md +21 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.122.0.md +52 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.123.0.md +28 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.123.1.md +13 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.124.0.md +30 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.124.1.md +22 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.125.0.md +44 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.125.1.md +22 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.125.2.md +13 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.125.3.md +30 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.125.4.md +33 -0
- package/dist/web-ui/docs/en/cli/sdk-hooks.md +30 -0
- package/dist/web-ui/docs/en/cli/settings.md +37 -3
- package/dist/web-ui/docs/en/cli/slash-commands.md +2 -2
- package/dist/web-ui/docs/en/cli/sub-agents.md +114 -9
- package/dist/web-ui/docs/en/cli/troubleshooting.md +55 -0
- package/dist/web-ui/docs/en/cli/web-ui.md +3 -0
- 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/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/docs/cn/cli/brokered-shell-macos.md +0 -778
- package/dist/web-ui/docs/en/cli/brokered-shell-macos.md +0 -778
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,28 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.126.0] - 2026-07-23
|
|
11
|
+
|
|
12
|
+
### 🎉 新功能
|
|
13
|
+
|
|
14
|
+
- **插件市场自动更新窗口可通过环境变量配置**:新增 `CODEBUDDY_MARKETPLACE_AUTO_UPDATE_INTERVAL_MS`,用于覆盖默认 24 小时的市场自动更新检测窗口(单位毫秒),便于测试/调试场景下缩短检测间隔(如设为 1 小时)。
|
|
15
|
+
|
|
16
|
+
### 🐛 问题修复
|
|
17
|
+
|
|
18
|
+
- **不支持 OSC 8 的终端下超链接降级为纯文本**:修复登录 URL 复制成双 URL 导致 `400 state is invalid` 的问题。此前 CLI 打印的登录 URL 等超链接一律走 OSC 8 转义序列,在不支持 OSC 8 的终端(大量 SSH client、tmux 未开 passthrough、堡垒机、老版终端)下转义被忽略、可见字符退化为同一条 URL 首尾拼接,用户手工复制后触发后端 `state is invalid`。现在 `createHyperlink` 会检测终端能力,不支持时降级为纯文本单条 URL,保证任何终端下复制到的都是正确的单条链接。 #71748
|
|
19
|
+
- **高风险命令确认框键盘无响应**:修复部分模型网关下工具审批弹框出现后所有按键(数字键、回车、方向键、Esc 等)完全失效、既无法批准也无法取消导致会话卡死的问题。
|
|
20
|
+
- **套件自动更新未真正拉取新内容**:开启「套件自动更新」后,后台周期性刷新只更新了「上次更新时间」,但市场实际内容(新插件)未被下载,导致端上看到"已更新"却引用不到最新套件。手动点击「更新市场」不受影响。
|
|
21
|
+
- **流式工具调用**:保留模型服务返回的 tool call index,避免并行工具调用参数被拼到错误调用上;等待 usage 尾帧到达后再按 finish_reason 宽限期关流,避免用量统计被提前截断。
|
|
22
|
+
- **模型请求超时**:将模型请求等待时间与首 Token 超时配置保持一致,避免请求在默认 10 分钟时被提前取消。
|
|
23
|
+
- **预热运行时就绪判断**:预热激活支持由系统分配本地端口,并在 ACP 服务真正可用后返回连接地址;旧版激活响应保持兼容,避免服务尚未准备完成时提前连接。 #70518 #70954
|
|
24
|
+
- **插件市场搜索**:修复 Discover plugins 搜索框输入数字(1-9)时被快捷选择抢占、直接跳转插件详情页的问题,数字现在可正常用于搜索过滤。 #68926
|
|
25
|
+
|
|
26
|
+
## [2.125.5] - 2026-07-23
|
|
27
|
+
|
|
28
|
+
### 🐛 问题修复
|
|
29
|
+
|
|
30
|
+
- **上下文压缩**:修复 token 超限的紧急压缩(MaxToken)在 summary 失败(含 summary 请求自身超限)后不裁剪、原样保留超长上下文的问题。此前主动 auto-compact 触发的这类失败不经过 PTL 恢复路径,导致本轮对话卡死或下一轮直接超限。现在 summary 两次失败后会自动降级为无模型的工程压缩裁剪(保留最近若干轮 + 结构化压缩)并写回,继续对话。
|
|
31
|
+
|
|
10
32
|
## [2.125.4] - 2026-07-23
|
|
11
33
|
|
|
12
34
|
### 🐛 问题修复
|