@tencent-ai/codebuddy-code 2.110.0-next.4c26008.202606252235 → 2.111.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 +37 -0
- package/dist/codebuddy-headless.js +12 -12
- package/dist/codebuddy.js +14 -14
- package/dist/web-ui/docs/cn/cli/cli-reference.md +2 -0
- package/dist/web-ui/docs/cn/cli/common-workflows.md +1 -2
- package/dist/web-ui/docs/cn/cli/costs.md +1 -1
- package/dist/web-ui/docs/cn/cli/hooks.md +32 -0
- package/dist/web-ui/docs/cn/cli/installation.md +7 -1
- package/dist/web-ui/docs/cn/cli/interactive-mode.md +16 -8
- package/dist/web-ui/docs/cn/cli/keybindings.md +2 -2
- package/dist/web-ui/docs/cn/cli/permission-modes.md +2 -1
- package/dist/web-ui/docs/cn/cli/quickstart.md +3 -4
- package/dist/web-ui/docs/cn/cli/release-notes/README.md +4 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.109.1.md +21 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.109.2.md +21 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.109.3.md +23 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.110.0.md +39 -0
- package/dist/web-ui/docs/cn/cli/slash-commands.md +5 -0
- package/dist/web-ui/docs/cn/cli/troubleshooting.md +93 -0
- package/dist/web-ui/docs/en/cli/cli-reference.md +2 -0
- package/dist/web-ui/docs/en/cli/common-workflows.md +1 -2
- package/dist/web-ui/docs/en/cli/costs.md +2 -2
- package/dist/web-ui/docs/en/cli/hooks.md +35 -3
- package/dist/web-ui/docs/en/cli/installation.md +6 -0
- package/dist/web-ui/docs/en/cli/interactive-mode.md +17 -9
- package/dist/web-ui/docs/en/cli/keybindings.md +2 -2
- package/dist/web-ui/docs/en/cli/permission-modes.md +2 -1
- package/dist/web-ui/docs/en/cli/quickstart.md +3 -4
- package/dist/web-ui/docs/en/cli/release-notes/README.md +9 -5
- package/dist/web-ui/docs/en/cli/release-notes/v2.109.1.md +21 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.109.2.md +21 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.109.3.md +23 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.110.0.md +39 -0
- package/dist/web-ui/docs/en/cli/slash-commands.md +5 -0
- package/dist/web-ui/docs/en/cli/troubleshooting.md +93 -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/lib/node/index.js +30 -0
- 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/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,43 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.111.0] - 2026-06-26
|
|
11
|
+
|
|
12
|
+
### 🎉 新功能
|
|
13
|
+
|
|
14
|
+
- **消息排队编辑**:当 Agent 正在响应、用户输入的消息进入排队时,现在可以按 ↑ 方向键把排队中的消息拉回输入框继续编辑。输入框为空时会显示「Press ↑ to edit queued messages」提示。系统注入的排队项(异步通知、频道消息、队友消息等)会保留在队列中继续自动处理,不会被拉进输入框
|
|
15
|
+
- **消息队列 queue 模式**:运行中按 `Tab` 可将消息加入队列(queue),等当前回合结束后逐条发送;`Enter` 仍保持实时 steer(即时引导)。按 `Esc` 中断当前回合时,若仅有 queue 消息则回填到输入框供继续编辑。新增 `Option+↑` (`Alt+↑`) 编辑队列消息
|
|
16
|
+
- **思考模式切换键调整**:从 `Tab` 迁移到 `Option+T` (`Alt+T`),避免与 tab-in-queue 冲突;队列展示分为「待发送的引导消息」与「排队消息」两段,提示对应编辑快捷键
|
|
17
|
+
- **Channel 自动连接**:新增 `CODEBUDDY_CHANNEL_AUTO_CONNECT` / `CODEBUDDY_WECOM_AUTO_CONNECT` / `CODEBUDDY_WECHAT_AUTO_CONNECT` 环境变量,支持启动时自动连接已配置的企微/微信机器人
|
|
18
|
+
- **环境变量实例注册**:通过 `CODEBUDDY_WECOM_BOT_ID` + `CODEBUDDY_WECOM_BOT_SECRET` 配置的企微机器人现在会自动出现在 `/remote-control` 列表中
|
|
19
|
+
|
|
20
|
+
### 🔧 功能改进
|
|
21
|
+
|
|
22
|
+
- **模式切换快捷键**:Windows 系统支持 `Shift+Tab` 切换模式(与 macOS/Linux 统一),同时保留 `Alt+M` 作为别名,提示统一显示 "shift+tab to cycle"
|
|
23
|
+
- **快捷键自定义**:模式切换改为通过 KeybindingService 处理,支持用户在 keybindings.json 中自定义覆盖
|
|
24
|
+
- **后台任务自动清理**:长时间会话中,已终止的后台任务会在通知后自动清理,防止内存持续增长
|
|
25
|
+
- **任务面板优化**:任务面板仅展示进行中的任务,已完成的任务不再占用面板空间
|
|
26
|
+
- **ACP 工具调用失败处理**:增强工具调用失败信息支持 `failReason` 参数,区分三种失败类型(`tool_not_found` / `deferred_tool_direct_call` / `invalid_tool_input`),让前端能根据失败类型提供更精准的用户提示
|
|
27
|
+
- **Auto+Plan 复合权限模式**:Auto 模式下进入 Plan 模式时,Auto 分类器继续生效,退出 Plan 后自动还原为 Auto 模式
|
|
28
|
+
- **企微多实例互踢**:收到 disconnected_event 时停止自动重连,确保最后连入的实例保持活跃
|
|
29
|
+
- **微信多实例互踢**:通过锁文件机制实现跨进程互斥,新实例连入后旧实例主动让出
|
|
30
|
+
- **微信 session timeout 保留凭证**:被踢出后不再清除凭证,用户可手动重连无需重新扫码
|
|
31
|
+
|
|
32
|
+
### 🐛 Bug 修复
|
|
33
|
+
|
|
34
|
+
- **会话 AI 标题生成**:修复系统提示、命令包装和短噪声输入场景下标题生成取不到真实用户任务名的问题,提升会话列表标题准确性
|
|
35
|
+
- **会话 AI 标题重试**:修复首次标题生成失败后会话永久无标题的问题,改为在生成成功前按用户提交重试,并保持已生成或用户自定义标题稳定不被覆盖
|
|
36
|
+
- **任务面板快捷键**:统一用 `x` 键终止任务,并恢复 `j/k` 上下导航,与运行中任务面板的键位约定保持一致
|
|
37
|
+
- **Rewind 回退修复**:修复 `/rewind` 回退文件时版本号陈旧导致文件未被正确恢复的问题,以及回退确认页面未显示 Code 回退选项的问题
|
|
38
|
+
- **预热进程首次握手**:修复预热进程被激活进入 SDK 多轮对话模式后,首个 initialize 握手偶发卡满约 10s 的问题。修复让 MCP 模块在激活后监听参数与工作目录就绪事件,用真实参数主动完成动态配置初始化,使 initialize 稳定在毫秒级
|
|
39
|
+
- **MCP 工具注入**:修复 prewarm 预热进程命中 + serve 模式下,connector-proxy 的非延迟内置工具无法注入 LLM 工具列表、且被误加前缀的问题。修复引入 per-name create 并发去重锁、稳定 proxy 外壳及 config 动态读取
|
|
40
|
+
- **QR 扫码面板 ESC 退出**:修复 busy 状态下按 ESC 无法退出的问题,现在可以取消正在进行的认证
|
|
41
|
+
- **配置向导输入框值残留**:修复企微机器人配置向导中 Bot ID 被带入 Secret 输入框的问题
|
|
42
|
+
|
|
43
|
+
### 📝 文档更新
|
|
44
|
+
|
|
45
|
+
- **版本排查指引**:新增"更新后仍是旧版本"排查方案,覆盖 Homebrew/nvm/残留二进制/shell 缓存等常见场景
|
|
46
|
+
|
|
10
47
|
## [2.110.0] - 2026-06-25
|
|
11
48
|
|
|
12
49
|
### 🎉 新功能
|