@tencent-ai/codebuddy-code 2.114.2 → 2.114.3-dev.67cb2ee.202607021750
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 +65 -61
- package/dist/codebuddy.js +80 -76
- package/dist/web-ui/assets/index-CNL64lkN.css +32 -0
- package/dist/web-ui/assets/{index-B_atw6xs.js → index-DN9CDKrB.js} +208 -208
- package/dist/web-ui/docs/cn/cli/env-vars.md +12 -0
- package/dist/web-ui/docs/cn/cli/release-notes/README.md +8 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.111.0.md +51 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.112.0.md +28 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.112.1.md +31 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.113.0.md +47 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.114.0.md +28 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.114.1.md +29 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.114.2.md +41 -0
- package/dist/web-ui/docs/cn/cli/release-notes/v2.114.3.md +27 -0
- package/dist/web-ui/docs/en/cli/env-vars.md +12 -0
- package/dist/web-ui/docs/en/cli/release-notes/README.md +8 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.111.0.md +51 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.112.0.md +28 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.112.1.md +31 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.113.0.md +47 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.114.0.md +28 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.114.1.md +29 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.114.2.md +41 -0
- package/dist/web-ui/docs/en/cli/release-notes/v2.114.3.md +27 -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/dist/web-ui/index.html +3 -3
- package/dist/web-ui/logo.svg +4 -22
- package/dist/web-ui/manifest.webmanifest +1 -1
- package/dist/web-ui/pwa-icon.svg +6 -0
- package/dist/web-ui/sw.js +1 -1
- package/package.json +6 -5
- 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-B8yHiFeO.css +0 -32
- package/dist/web-ui/assets/logo-iZVLr450.svg +0 -23
- package/lib/node/index.js +0 -30
|
@@ -221,6 +221,18 @@ CodeBuddy Code 支持把内部 traces 通过 OTLP 协议上报到用户自有的
|
|
|
221
221
|
| `CODEBUDDY_GATEWAY_WECOM_CORP_SECRET` | 企业微信企业密钥 |
|
|
222
222
|
| `CODEBUDDY_GATEWAY_WECOM_AGENT_ID` | 企业微信应用 ID |
|
|
223
223
|
|
|
224
|
+
## Channel 自动连接
|
|
225
|
+
|
|
226
|
+
| 环境变量 | 说明 |
|
|
227
|
+
|---------|------|
|
|
228
|
+
| `CODEBUDDY_CHANNEL_AUTO_CONNECT` | 设置为 `1` 或 `true` 启动时自动连接所有已配置的 channel(企微 + 微信) |
|
|
229
|
+
| `CODEBUDDY_WECOM_AUTO_CONNECT` | 设置为 `1` 或 `true` 启动时自动连接所有已配置的企微机器人实例 |
|
|
230
|
+
| `CODEBUDDY_WECHAT_AUTO_CONNECT` | 设置为 `1` 或 `true` 启动时自动连接所有已配置的微信机器人实例 |
|
|
231
|
+
| `CODEBUDDY_WECOM_BOT_ID` | 企微 AI 助手 Bot ID。设置后自动创建 default 实例并出现在 `/remote-control` 列表中 |
|
|
232
|
+
| `CODEBUDDY_WECOM_BOT_SECRET` | 企微 AI 助手 Secret。需与 `CODEBUDDY_WECOM_BOT_ID` 配合使用 |
|
|
233
|
+
|
|
234
|
+
> **提示**:`CODEBUDDY_CHANNEL_AUTO_CONNECT` 是统一开关,`CODEBUDDY_WECOM_AUTO_CONNECT` 和 `CODEBUDDY_WECHAT_AUTO_CONNECT` 是分类型开关,三者任一匹配即生效。所有模式(交互、`--serve`、daemon)下均生效。
|
|
235
|
+
|
|
224
236
|
## 调试和诊断
|
|
225
237
|
|
|
226
238
|
| 环境变量 | 说明 |
|
|
@@ -17,6 +17,14 @@ Release Notes 记录了每个版本的用户可见变更,包括:
|
|
|
17
17
|
|
|
18
18
|
<!-- 新版本自动添加到此处 -->
|
|
19
19
|
|
|
20
|
+
- [v2.114.3](./v2.114.3.md) - 2026-07-02
|
|
21
|
+
- [v2.114.2](./v2.114.2.md) - 2026-07-01
|
|
22
|
+
- [v2.114.1](./v2.114.1.md) - 2026-06-30
|
|
23
|
+
- [v2.114.0](./v2.114.0.md) - 2026-06-29
|
|
24
|
+
- [v2.113.0](./v2.113.0.md) - 2026-06-28
|
|
25
|
+
- [v2.112.1](./v2.112.1.md) - 2026-06-27
|
|
26
|
+
- [v2.112.0](./v2.112.0.md) - 2026-06-26
|
|
27
|
+
- [v2.111.0](./v2.111.0.md) - 2026-06-26
|
|
20
28
|
- [v2.110.0](./v2.110.0.md) - 2026-06-25
|
|
21
29
|
- [v2.109.3](./v2.109.3.md) - 2026-06-23
|
|
22
30
|
- [v2.109.2](./v2.109.2.md) - 2026-06-23
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.111.0 发布
|
|
2
|
+
|
|
3
|
+
## 📦 版本信息
|
|
4
|
+
|
|
5
|
+
| 组件 | 版本 |
|
|
6
|
+
|------|------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.111.0 |
|
|
8
|
+
| Agent SDK JS | v0.3.191 |
|
|
9
|
+
| Agent SDK Python | v0.3.190 |
|
|
10
|
+
|
|
11
|
+
## ✨ 新功能
|
|
12
|
+
|
|
13
|
+
### 消息排队编辑
|
|
14
|
+
|
|
15
|
+
当 Agent 正在响应时,用户输入的消息会进入排队。现在可以按 ↑ 方向键把排队中的消息拉回输入框继续编辑,输入框为空时会显示「Press ↑ to edit queued messages」提示。系统注入的排队项(异步通知、频道消息等)会保留在队列中继续自动处理。
|
|
16
|
+
|
|
17
|
+
### 消息队列 Queue 模式
|
|
18
|
+
|
|
19
|
+
- 运行中按 `Tab` 可将消息加入队列(queue),等当前回合结束后逐条发送
|
|
20
|
+
- `Enter` 仍保持实时 steer(即时引导)
|
|
21
|
+
- 按 `Esc` 中断当前回合时,若仅有 queue 消息则回填到输入框供继续编辑
|
|
22
|
+
- 新增 `Option+↑` (`Alt+↑`) 取出队列最后一条消息编辑
|
|
23
|
+
- 思考模式切换键从 `Tab` 迁移到 `Option+T` (`Alt+T`),避免冲突
|
|
24
|
+
|
|
25
|
+
### Channel 自动连接
|
|
26
|
+
|
|
27
|
+
- 新增 `CODEBUDDY_CHANNEL_AUTO_CONNECT` / `CODEBUDDY_WECOM_AUTO_CONNECT` / `CODEBUDDY_WECHAT_AUTO_CONNECT` 环境变量,启动时自动连接已配置的企微/微信机器人
|
|
28
|
+
- 通过环境变量 `CODEBUDDY_WECOM_BOT_ID` + `CODEBUDDY_WECOM_BOT_SECRET` 配置的企微机器人会自动出现在 `/remote-control` 列表中
|
|
29
|
+
|
|
30
|
+
## 🔧 改进优化
|
|
31
|
+
|
|
32
|
+
- **模式切换快捷键**:Windows 系统支持 `Shift+Tab` 切换模式(与 macOS/Linux 统一),同时保留 `Alt+M` 作为别名,支持用户在 keybindings.json 中自定义覆盖
|
|
33
|
+
- **后台任务自动清理**:长时间会话中,已终止的后台任务会在通知后自动清理,防止内存持续增长;任务面板仅展示进行中的任务
|
|
34
|
+
- **ACP 工具调用失败处理**:区分三种失败类型(`tool_not_found` / `deferred_tool_direct_call` / `invalid_tool_input`),前端能根据失败类型提供更精准的提示
|
|
35
|
+
- **Auto+Plan 复合权限模式**:Auto 模式下进入 Plan 模式时,Auto 分类器继续生效,退出 Plan 后自动还原
|
|
36
|
+
- **企微/微信多实例互踢**:确保最后连入的实例保持活跃,新实例连入后旧实例主动让出
|
|
37
|
+
- **微信 session timeout 保留凭证**:被踢出后不再清除凭证,用户可手动重连无需重新扫码
|
|
38
|
+
|
|
39
|
+
## 🐛 问题修复
|
|
40
|
+
|
|
41
|
+
- **会话 AI 标题生成**:修复系统提示、命令包装和短噪声输入场景下标题生成取不到真实用户任务名的问题;修复首次标题生成失败后会话永久无标题的问题
|
|
42
|
+
- **任务面板快捷键**:统一用 `x` 键终止任务,并恢复 `j/k` 上下导航
|
|
43
|
+
- **Rewind 回退**:修复 `/rewind` 回退文件时版本号陈旧导致文件未被正确恢复的问题
|
|
44
|
+
- **预热进程首次握手**:修复预热进程被激活后首个 initialize 握手偶发卡满约 10s 的问题,使 initialize 稳定在毫秒级
|
|
45
|
+
- **MCP 工具注入**:修复 prewarm + serve 模式下,connector-proxy 的非延迟内置工具无法注入 LLM 工具列表的问题
|
|
46
|
+
- **QR 扫码面板**:修复 busy 状态下按 ESC 无法退出的问题
|
|
47
|
+
- **配置向导输入框**:修复企微机器人配置向导中 Bot ID 被带入 Secret 输入框的问题
|
|
48
|
+
|
|
49
|
+
## 📝 文档更新
|
|
50
|
+
|
|
51
|
+
- **版本排查指引**:新增"更新后仍是旧版本"排查方案,覆盖 Homebrew/nvm/残留二进制/shell 缓存等常见场景
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.112.0 发布
|
|
2
|
+
|
|
3
|
+
## 📦 版本信息
|
|
4
|
+
|
|
5
|
+
| 组件 | 版本 |
|
|
6
|
+
|------|------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.112.0 |
|
|
8
|
+
| Agent SDK JS | v0.3.192 |
|
|
9
|
+
| Agent SDK Python | v0.3.191 |
|
|
10
|
+
|
|
11
|
+
## ✨ 新功能
|
|
12
|
+
|
|
13
|
+
### 企业网络 PAC 自动代理支持
|
|
14
|
+
|
|
15
|
+
当企业网络使用 PAC(Proxy Auto-Config)脚本,并且会根据访问地址动态决定走代理还是直连时,CodeBuddy Code 现在可以按目标 URL 自动选择正确网络路径,减少认证、拉取资源和联网请求在企业内网中的失败概率。
|
|
16
|
+
|
|
17
|
+
- 支持识别 PAC 脚本里的逐 URL 代理规则
|
|
18
|
+
- 在集成桌面端代理能力时,可按每个请求目标地址实时判定 `DIRECT` 或 `PROXY`
|
|
19
|
+
- 在未提供 PAC 能力的独立 CLI / headless 场景下,仍保持原有代理探测行为
|
|
20
|
+
|
|
21
|
+
## 🔧 改进优化
|
|
22
|
+
|
|
23
|
+
- **HTTP 代理解析**:HTTP 请求现在基于目标 URL 逐请求解析代理,更贴近浏览器在复杂代理环境中的实际行为
|
|
24
|
+
|
|
25
|
+
## 🐛 问题修复
|
|
26
|
+
|
|
27
|
+
- **消息队列**:修复 queue 模式下连续发送多条排队消息时,偶发被合并成一次回复的问题,确保每条消息按顺序独立处理
|
|
28
|
+
- **快捷键匹配**:修复部分终端环境中缺少 `super` 修饰字段时,`shift+tab` 等组合键无法触发的问题
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.112.1 发布
|
|
2
|
+
|
|
3
|
+
## 📦 版本信息
|
|
4
|
+
|
|
5
|
+
| 组件 | 版本 |
|
|
6
|
+
|------|------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.112.1 |
|
|
8
|
+
| Agent SDK JS | v0.3.193 |
|
|
9
|
+
| Agent SDK Python | v0.3.192 |
|
|
10
|
+
|
|
11
|
+
## 🐛 问题修复
|
|
12
|
+
|
|
13
|
+
### @ 文件联想更准确
|
|
14
|
+
|
|
15
|
+
修复 `@` 文件联想候选混入 `.gitignore` 已忽略构建产物,以及 `.svn` / `.hg` 等版本控制内部文件的问题。现在文件候选会优先按版本控制实际跟踪的文件枚举,并主动过滤版本控制内部目录,减少无关文件干扰。
|
|
16
|
+
|
|
17
|
+
### @ 重复字符查询恢复
|
|
18
|
+
|
|
19
|
+
修复 `@aa` / `@aaa` 这类重复字符查询无法匹配的问题。现在文件联想按顺序子序列匹配,更符合连续输入时的预期体验。
|
|
20
|
+
|
|
21
|
+
### iOA 个人账号请求头修复
|
|
22
|
+
|
|
23
|
+
修复个人账号在 iOA 环境下可能误带默认企业 ID 的问题,避免因此触发额度拦截,提升个人账号在企业网络环境下的可用性。
|
|
24
|
+
|
|
25
|
+
### Web UI 文件预览修复
|
|
26
|
+
|
|
27
|
+
修复 Web UI 编辑器视图中图片和 PDF 文件无法打开的问题,避免因缺少必要请求头导致预览失败。
|
|
28
|
+
|
|
29
|
+
### 工具调用恢复增强
|
|
30
|
+
|
|
31
|
+
修复长上下文下模型将工具调用输出为纯文本时任务中断的问题。现在系统会自动提醒模型通过真实工具通道重试,让任务更容易继续完成。
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.113.0 发布
|
|
2
|
+
|
|
3
|
+
## 📦 版本信息
|
|
4
|
+
|
|
5
|
+
| 组件 | 版本 |
|
|
6
|
+
|------|------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.113.0 |
|
|
8
|
+
| Agent SDK JS | v0.3.194 |
|
|
9
|
+
| Agent SDK Python | v0.3.193 |
|
|
10
|
+
|
|
11
|
+
## ✨ 新功能
|
|
12
|
+
|
|
13
|
+
### Web UI IDE 布局
|
|
14
|
+
|
|
15
|
+
全新 IDE 风格布局,让 Web UI 体验更接近桌面 IDE:
|
|
16
|
+
|
|
17
|
+
- Activity Bar + Side Panel + Bottom Panel 三栏布局,面板大小可自由调整
|
|
18
|
+
- Git 源代码管理面板:查看文件状态、暂存/取消暂存、提交、推送/拉取、分支管理和提交历史图
|
|
19
|
+
- 全局搜索面板:支持正则表达式、大小写敏感、全词匹配和文件过滤
|
|
20
|
+
- 分支选择器:快速创建、切换分支,查看远程分支
|
|
21
|
+
|
|
22
|
+
### 首 Token 回复时间 metrics
|
|
23
|
+
|
|
24
|
+
新增两个伽利略 metric 维度,帮助精准定位响应延迟瓶颈:
|
|
25
|
+
|
|
26
|
+
- `agent.message.ttfb.user`:从用户点击发送到首个 token 到达的全链路耗时
|
|
27
|
+
- `agent.message.ttfb.model`:从 CLI 发出 prompt 请求到首个 token 返回的模型侧耗时
|
|
28
|
+
|
|
29
|
+
### 终端 Windows PTY 支持
|
|
30
|
+
|
|
31
|
+
Windows 10 1903+ 用户现在可以使用原生 PTY 终端体验,自动选择 PowerShell 作为默认 shell
|
|
32
|
+
|
|
33
|
+
## 🔧 改进优化
|
|
34
|
+
|
|
35
|
+
- **编辑器状态栏**:显示当前 Git 分支和语言信息
|
|
36
|
+
- **终端面板**:支持在底部面板中内嵌展示,改善多面板协作体验
|
|
37
|
+
- **标签持久化**:编辑器标签元数据持久化,刷新后恢复打开的文件
|
|
38
|
+
- **搜索结果跳转**:点击搜索结果自动打开文件并定位到对应行
|
|
39
|
+
- **终端标签右键菜单**:支持关闭、关闭其他、关闭右侧、关闭全部终端标签
|
|
40
|
+
- **终端输出缓冲区**:重连回放缓冲区从 1MB 扩大至 5MB,scrollback 从 10000 行扩大至 50000 行,确保长会话内容不丢失
|
|
41
|
+
- **终端渲染优化**:使用 xterm write callback 确保数据处理完毕后再触发 viewport 刷新,消除高频输出时的闪烁
|
|
42
|
+
|
|
43
|
+
## 🐛 问题修复
|
|
44
|
+
|
|
45
|
+
- **伽利略 trace**:修复 SDK 未就绪时视图 span 产生全零 spanId 的问题
|
|
46
|
+
- **伽利略 trace**:修复关闭后 trace 数据仍被错误发送的问题
|
|
47
|
+
- **工具错误码上报**:修复多个工具的结构化错误码在监控上报链路中丢失的问题,各失败场景现在按细分错误码如实上报
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.114.0 发布
|
|
2
|
+
|
|
3
|
+
## 📦 版本信息
|
|
4
|
+
|
|
5
|
+
| 组件 | 版本 |
|
|
6
|
+
|------|------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.114.0 |
|
|
8
|
+
| Agent SDK JS | v0.3.195 |
|
|
9
|
+
| Agent SDK Python | v0.3.194 |
|
|
10
|
+
|
|
11
|
+
## ✨ 新功能
|
|
12
|
+
|
|
13
|
+
### MCP 工具调用透传模型 ID
|
|
14
|
+
|
|
15
|
+
调用下游 MCP 服务时,自动将当前模型 ID 注入 HTTP 请求头 `X-Model-ID`,便于下游服务与安全策略识别调用来源模型。仅作用于 HTTP/SSE 传输,按请求维度临时注入、调用后还原,不影响 stdio 类型连接。
|
|
16
|
+
|
|
17
|
+
## 🔧 改进优化
|
|
18
|
+
|
|
19
|
+
- **模型选择面板**:支持 Global/Session 作用域切换,用 Tab 键在全局持久化和仅当前会话生效之间切换,替代原来的 't' 键临时切换方案,交互更直观
|
|
20
|
+
|
|
21
|
+
## 🐛 问题修复
|
|
22
|
+
|
|
23
|
+
- **终端输入**:修复在部分宿主/终端下交互式界面输入被回显到屏幕底部、回车无法发送的问题,输入、回车发送、Shift+Tab 及 Ctrl+C/Ctrl+D/Ctrl+B 等快捷键恢复正常
|
|
24
|
+
- **MCP 工具调用**:修复部分模型把工具参数二次编码为 JSON 字符串时,参数校验报 "must be object" 导致所有 MCP 工具不可用的问题
|
|
25
|
+
- **插件技能禁用**:修复用户在 UI 中禁用插件技能后,仍可在对话中被模型调用的问题,现已在解析阶段跳过标记为禁用的技能
|
|
26
|
+
- **消息队列**:修复同时存在实时引导(Enter steer)与排队(Tab queue)消息时,按 Esc 中断会把两者合并进同一轮发出的问题,现在 Esc 后只发出 steer 消息,排队消息保留到下一轮
|
|
27
|
+
- **Glob 工具**:修复 ripgrep 超时后 fallback 到 `glob` 时缺少工具级超时、对超大目录搜索永久挂死、输出卡住无结果的问题,新增覆盖整个搜索的工具级超时兜底
|
|
28
|
+
- **子 Agent 模型继承**:修复 spawn 子 agent / 团队成员时未指定模型应继承主对话当前模型却失效的问题,现在缺省 / inherit / default 一律跟随主对话模型
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.114.1 发布
|
|
2
|
+
|
|
3
|
+
## 📦 版本信息
|
|
4
|
+
|
|
5
|
+
| 组件 | 版本 |
|
|
6
|
+
|------|------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.114.1 |
|
|
8
|
+
| Agent SDK JS | v0.3.196 |
|
|
9
|
+
| Agent SDK Python | v0.3.195 |
|
|
10
|
+
|
|
11
|
+
## 🔧 改进优化
|
|
12
|
+
|
|
13
|
+
### Bash 工具环境增强
|
|
14
|
+
|
|
15
|
+
Bash 工具现在会向子进程透传当前会话的 MCP 配置快照,插件脚本可以复用已有本地连接器代理能力,减少重复配置。
|
|
16
|
+
|
|
17
|
+
### 回滚文件变化统计优化
|
|
18
|
+
|
|
19
|
+
rewind 功能改为使用精确的行级 diff 计算文件变化,列表页和详情页的 additions / deletions 统计保持一致,查看回滚影响更准确。
|
|
20
|
+
|
|
21
|
+
## 🐛 问题修复
|
|
22
|
+
|
|
23
|
+
- **工具错误码细分**:修复 replace_in_file 多类失败场景被统一兜底为未知错误的问题,现在会按具体失败原因上报,便于前端展示和问题定位。
|
|
24
|
+
- **SDK 模式工具循环**:修复 SDK / serve 模式下延迟加载工具被直接调用时可能无限重试的问题,现在超出恢复上限后会明确终止并交还用户。
|
|
25
|
+
- **网络抖动自动重试**:修复专家团任务遇到 DNS 解析失败、连接被拒或超时时立即失败的问题,现在能正确识别网络抖动并触发自动重试。
|
|
26
|
+
- **子助任务消息块**:修复子助直连页看不到总助派发任务消息块的问题,任务来源和任务内容会正常展示。
|
|
27
|
+
- **异常退出诊断**:修复崩溃、终端窗口关闭或信号终止时缺少退出原因日志的问题,现在会同步落盘诊断信息,方便复现后定位原因。
|
|
28
|
+
- **文件路径补全**:修复大仓库首次扫描期间快速输入时,候选列表可能闪现后消失的问题。
|
|
29
|
+
- **工具调用恢复**:修复模型将工具调用误输出为文本时恢复不稳定的问题,降低任务卡住或重复失败的概率。
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.114.2 发布
|
|
2
|
+
|
|
3
|
+
## 📦 版本信息
|
|
4
|
+
|
|
5
|
+
| 组件 | 版本 |
|
|
6
|
+
|------|------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.114.2 |
|
|
8
|
+
| Agent SDK JS | v0.3.197 |
|
|
9
|
+
| Agent SDK Python | v0.3.196 |
|
|
10
|
+
|
|
11
|
+
## 🔧 改进优化
|
|
12
|
+
|
|
13
|
+
### 终端通信升级
|
|
14
|
+
|
|
15
|
+
PTY 终端从 SSE (XHR) + HTTP 输入方式重构为 WebSocket 双向通信,降低输入输出延迟,交互更流畅。
|
|
16
|
+
|
|
17
|
+
### 编辑器独立窗口
|
|
18
|
+
|
|
19
|
+
新增编辑器在新窗口中独立打开的功能,支持 standalone 模式全屏编辑,方便在多屏或大文件场景下专注编辑。
|
|
20
|
+
|
|
21
|
+
### 终端体验优化
|
|
22
|
+
|
|
23
|
+
- **滚动锁定**:向上翻阅终端历史时新输出不再强制跳回底部,回到底部后自动恢复跟随。
|
|
24
|
+
- **链接识别**:终端中的 URL 和文件路径可点击,URL 在新标签页打开,文件路径直接跳转到编辑器对应行列。
|
|
25
|
+
- **Shift+Enter 换行**:终端中 Shift+Enter 发送换行序列,支持多行输入。
|
|
26
|
+
|
|
27
|
+
### Source Control 增强
|
|
28
|
+
|
|
29
|
+
- **实时文件监听**:Source Control 面板通过文件系统 watcher 实时感知 .git 目录变化,自动刷新状态。
|
|
30
|
+
- **Discard 安全模式**:撤销未跟踪文件时移到系统回收站而非直接删除,避免误删丢失。
|
|
31
|
+
- **文件列表合并**:Changes 与 Untracked 文件合并为统一的 Changes 列表,查看更清晰。
|
|
32
|
+
|
|
33
|
+
### 其他改进
|
|
34
|
+
|
|
35
|
+
- **布局溢出修复**:修复终端和编辑器在 flex 布局中可能的内容溢出问题。
|
|
36
|
+
- **模型路由排查**:增强模型选择链路日志,便于排查自动模型、会话模型意图与实际请求模型不一致的问题。
|
|
37
|
+
|
|
38
|
+
## 🐛 问题修复
|
|
39
|
+
|
|
40
|
+
- **任务执行中显示空闲、ESC 无法中断(stale agent_end)**:修复 agent 实例跨轮复用时,上一轮被中断的 run 或 error-recovery / compact 迟到的结束事件把正在执行的新一轮状态误打回空闲,导致 spinner 消失、ESC 失效只能退出程序的问题。现按每轮唯一身份校验,丢弃过期的结束事件。
|
|
41
|
+
- **任务执行中显示空闲、ESC 无法中断(队列双 drain 竞态)**:修复一轮结束且队列中有排队消息时,两个服务在同一结束事件上并发触发 drain,冗余的一条把待执行状态误打回空闲,使正在执行的 run 卡住、spinner 消失、ESC 失效的问题。现只有拥有运行态生命周期的 run 才发终结性跳过事件。
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.114.3 发布
|
|
2
|
+
|
|
3
|
+
## 📦 版本信息
|
|
4
|
+
|
|
5
|
+
| 组件 | 版本 |
|
|
6
|
+
|------|------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.114.3 |
|
|
8
|
+
| Agent SDK JS | v0.3.198 |
|
|
9
|
+
| Agent SDK Python | v0.3.197 |
|
|
10
|
+
|
|
11
|
+
## 🔧 改进优化
|
|
12
|
+
|
|
13
|
+
- **PWA 图标优化**:更新 Web UI logo 并优化 PWA 图标配置,拆分 any/maskable 用途,提升移动端安装体验
|
|
14
|
+
- **Windows 沙箱写规则调整**:将 Windows allowWrite 显式规则从 `pinned_allow` 调整为 `inherit_user`,让沙箱写权限更贴合用户实际配置
|
|
15
|
+
- **侧边栏状态持久化**:侧边栏展开/收起状态通过后端存储持久化,PWA 重新打开时自动恢复
|
|
16
|
+
- **子代理交互增强**:子代理 timeline 中展示用户发送的消息,改善多轮交互的上下文可读性;处理事件竞争场景,当 tool_call 尚未到达时暂存消息并在到达后自动 flush
|
|
17
|
+
- **视图状态恢复**:mainView 持久化到后端,刷新页面后恢复之前的视图(URL hash 优先)
|
|
18
|
+
- **调试请求日志**:`CODEBUDDY_DEBUG_REQUEST` 现在能正确展示已压缩的请求明文,便于排查工具/系统提示词内容
|
|
19
|
+
|
|
20
|
+
## 🐛 问题修复
|
|
21
|
+
|
|
22
|
+
- **MCP 工具数字参数校验**:修复 MCP 连接器工具接收数字类型参数时因模型以字符串形式传入而校验失败的问题,iWiki、工蜂、TAPD 等连接器恢复正常
|
|
23
|
+
- **预热会话项目级 MCP**:修复预热进程唤醒切换工作目录后,项目级 MCP server 无法加载的问题
|
|
24
|
+
- **后台任务等待**:修复等待后台任务时可能出现的重复轮询问题,阻塞等待时会真正挂起直到任务完成
|
|
25
|
+
- **流式推理内容**:修复部分模型在流式回复中重复累积推理片段的问题
|
|
26
|
+
- **文件下载安全加固**:文件内容 API 强制 Content-Disposition: attachment 防止 XSS
|
|
27
|
+
- **ActivityBar 侧边栏切换**:将设置按钮替换为侧边栏面板切换按钮,操作更直觉
|
|
@@ -221,6 +221,18 @@ CodeBuddy Code supports reporting internal traces to your own Collector via the
|
|
|
221
221
|
| `CODEBUDDY_GATEWAY_WECOM_CORP_SECRET` | WeCom Corp Secret |
|
|
222
222
|
| `CODEBUDDY_GATEWAY_WECOM_AGENT_ID` | WeCom Agent ID |
|
|
223
223
|
|
|
224
|
+
## Channel Auto-Connect
|
|
225
|
+
|
|
226
|
+
| Environment Variable | Description |
|
|
227
|
+
|---------|------|
|
|
228
|
+
| `CODEBUDDY_CHANNEL_AUTO_CONNECT` | Set to `1` or `true` to automatically connect all configured channels (WeCom + WeChat) on startup |
|
|
229
|
+
| `CODEBUDDY_WECOM_AUTO_CONNECT` | Set to `1` or `true` to automatically connect all configured WeCom bot instances on startup |
|
|
230
|
+
| `CODEBUDDY_WECHAT_AUTO_CONNECT` | Set to `1` or `true` to automatically connect all configured WeChat bot instances on startup |
|
|
231
|
+
| `CODEBUDDY_WECOM_BOT_ID` | WeCom AI Assistant Bot ID. When set, a default instance is automatically created and appears in the `/remote-control` list |
|
|
232
|
+
| `CODEBUDDY_WECOM_BOT_SECRET` | WeCom AI Assistant Secret. Must be used together with `CODEBUDDY_WECOM_BOT_ID` |
|
|
233
|
+
|
|
234
|
+
> **Tip**: `CODEBUDDY_CHANNEL_AUTO_CONNECT` is the master toggle, while `CODEBUDDY_WECOM_AUTO_CONNECT` and `CODEBUDDY_WECHAT_AUTO_CONNECT` are per-type toggles. Any one of the three being set will take effect. Works in all modes (interactive, `--serve`, daemon).
|
|
235
|
+
|
|
224
236
|
## Debugging and Diagnostics
|
|
225
237
|
|
|
226
238
|
| Environment Variable | Description |
|
|
@@ -17,6 +17,14 @@ Difference from CHANGELOG.md:
|
|
|
17
17
|
|
|
18
18
|
<!-- New versions are automatically added here -->
|
|
19
19
|
|
|
20
|
+
- [v2.114.3](./v2.114.3.md) - 2026-07-02
|
|
21
|
+
- [v2.114.2](./v2.114.2.md) - 2026-07-01
|
|
22
|
+
- [v2.114.1](./v2.114.1.md) - 2026-06-30
|
|
23
|
+
- [v2.114.0](./v2.114.0.md) - 2026-06-29
|
|
24
|
+
- [v2.113.0](./v2.113.0.md) - 2026-06-28
|
|
25
|
+
- [v2.112.1](./v2.112.1.md) - 2026-06-27
|
|
26
|
+
- [v2.112.0](./v2.112.0.md) - 2026-06-26
|
|
27
|
+
- [v2.111.0](./v2.111.0.md) - 2026-06-26
|
|
20
28
|
- [v2.110.0](./v2.110.0.md) - 2026-06-25
|
|
21
29
|
- [v2.109.3](./v2.109.3.md) - 2026-06-23
|
|
22
30
|
- [v2.109.2](./v2.109.2.md) - 2026-06-23
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.111.0 Release
|
|
2
|
+
|
|
3
|
+
## 📦 Version Information
|
|
4
|
+
|
|
5
|
+
| Component | Version |
|
|
6
|
+
|-----------|---------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.111.0 |
|
|
8
|
+
| Agent SDK JS | v0.3.191 |
|
|
9
|
+
| Agent SDK Python | v0.3.190 |
|
|
10
|
+
|
|
11
|
+
## ✨ New Features
|
|
12
|
+
|
|
13
|
+
### Message Queue Editing
|
|
14
|
+
|
|
15
|
+
When the Agent is responding, messages typed by the user enter a queue. You can now press the ↑ arrow key to pull a queued message back into the input box for further editing, and an empty input box shows a "Press ↑ to edit queued messages" hint. System-injected queue items (async notifications, channel messages, etc.) remain in the queue and continue to be processed automatically.
|
|
16
|
+
|
|
17
|
+
### Message Queue Mode
|
|
18
|
+
|
|
19
|
+
- Press `Tab` while a run is in progress to queue a message, sending them one by one after the current turn ends
|
|
20
|
+
- `Enter` still performs real-time steer (instant guidance)
|
|
21
|
+
- When pressing `Esc` to interrupt the current turn, if only queue messages exist they are filled back into the input box for continued editing
|
|
22
|
+
- New `Option+↑` (`Alt+↑`) shortcut to pull the last queued message out for editing
|
|
23
|
+
- The thinking mode toggle key migrates from `Tab` to `Option+T` (`Alt+T`) to avoid conflicts
|
|
24
|
+
|
|
25
|
+
### Channel Auto Connect
|
|
26
|
+
|
|
27
|
+
- Added `CODEBUDDY_CHANNEL_AUTO_CONNECT` / `CODEBUDDY_WECOM_AUTO_CONNECT` / `CODEBUDDY_WECHAT_AUTO_CONNECT` environment variables to automatically connect configured WeCom/WeChat bots at startup
|
|
28
|
+
- WeCom bots configured via the `CODEBUDDY_WECOM_BOT_ID` + `CODEBUDDY_WECOM_BOT_SECRET` environment variables now automatically appear in the `/remote-control` list
|
|
29
|
+
|
|
30
|
+
## 🔧 Improvements
|
|
31
|
+
|
|
32
|
+
- **Mode Switch Shortcut**: Windows now supports `Shift+Tab` to switch modes (consistent with macOS/Linux), while keeping `Alt+M` as an alias, allowing users to customize overrides in keybindings.json
|
|
33
|
+
- **Background Task Auto-cleanup**: In long sessions, terminated background tasks are automatically cleaned up after notification, preventing continuous memory growth; the task panel only shows in-progress tasks
|
|
34
|
+
- **ACP Tool Call Failure Handling**: Distinguishes three failure types (`tool_not_found` / `deferred_tool_direct_call` / `invalid_tool_input`), so the frontend can provide more precise hints based on the failure type
|
|
35
|
+
- **Auto+Plan Composite Permission Mode**: When entering Plan mode from Auto mode, the Auto classifier stays active and automatically restores after exiting Plan
|
|
36
|
+
- **WeCom/WeChat Multi-instance Kick**: Ensures the most recently connected instance stays active; when a new instance connects, the old one proactively yields
|
|
37
|
+
- **WeChat Session Timeout Credential Retention**: Credentials are no longer cleared after being kicked out, so users can manually reconnect without re-scanning the QR code
|
|
38
|
+
|
|
39
|
+
## 🐛 Bug Fixes
|
|
40
|
+
|
|
41
|
+
- **Session AI Title Generation**: Fixed the issue where title generation could not capture the real user task name in scenarios involving system prompts, command wrapping, and short noisy input; fixed the issue where a session permanently had no title after the first title generation failed
|
|
42
|
+
- **Task Panel Shortcut**: Unified the `x` key to terminate tasks, and restored `j/k` up/down navigation
|
|
43
|
+
- **Rewind Revert**: Fixed the issue where stale version numbers caused files to not be correctly restored when reverting with `/rewind`
|
|
44
|
+
- **Prewarm Process First Handshake**: Fixed the issue where the first initialize handshake occasionally hung for about 10s after the prewarm process was activated, stabilizing initialize at the millisecond level
|
|
45
|
+
- **MCP Tool Injection**: Fixed the issue where non-deferred built-in tools of connector-proxy could not be injected into the LLM tool list in prewarm + serve mode
|
|
46
|
+
- **QR Scan Panel**: Fixed the issue where pressing ESC could not exit during a busy state
|
|
47
|
+
- **Configuration Wizard Input Box**: Fixed the issue where the Bot ID was carried into the Secret input box in the WeCom bot configuration wizard
|
|
48
|
+
|
|
49
|
+
## 📝 Documentation
|
|
50
|
+
|
|
51
|
+
- **Version Troubleshooting Guide**: Added a troubleshooting guide for "still on the old version after updating", covering common scenarios such as Homebrew/nvm/residual binaries/shell cache
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.112.0 Release
|
|
2
|
+
|
|
3
|
+
## 📦 Version Information
|
|
4
|
+
|
|
5
|
+
| Component | Version |
|
|
6
|
+
|-----------|---------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.112.0 |
|
|
8
|
+
| Agent SDK JS | v0.3.192 |
|
|
9
|
+
| Agent SDK Python | v0.3.191 |
|
|
10
|
+
|
|
11
|
+
## ✨ New Features
|
|
12
|
+
|
|
13
|
+
### Enterprise Network PAC Auto Proxy Support
|
|
14
|
+
|
|
15
|
+
When an enterprise network uses a PAC (Proxy Auto-Config) script that dynamically decides whether to use a proxy or direct connection based on the access address, CodeBuddy Code can now automatically select the correct network path based on the target URL, reducing the failure rate of authentication, resource fetching, and network requests within enterprise intranets.
|
|
16
|
+
|
|
17
|
+
- Supports recognizing per-URL proxy rules in PAC scripts
|
|
18
|
+
- When integrating desktop proxy capabilities, it can determine `DIRECT` or `PROXY` in real time per request target address
|
|
19
|
+
- In standalone CLI / headless scenarios without PAC support, the original proxy detection behavior is preserved
|
|
20
|
+
|
|
21
|
+
## 🔧 Improvements
|
|
22
|
+
|
|
23
|
+
- **HTTP Proxy Resolution**: HTTP requests now resolve proxies on a per-request basis based on the target URL, more closely matching browser behavior in complex proxy environments
|
|
24
|
+
|
|
25
|
+
## 🐛 Bug Fixes
|
|
26
|
+
|
|
27
|
+
- **Message Queue**: Fixed the issue where consecutively sending multiple queued messages in queue mode could occasionally merge them into a single reply, ensuring each message is processed independently in order
|
|
28
|
+
- **Shortcut Key Matching**: Fixed the issue where combo keys such as `shift+tab` could not be triggered in some terminal environments missing the `super` modifier field
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.112.1 Release
|
|
2
|
+
|
|
3
|
+
## 📦 Version Information
|
|
4
|
+
|
|
5
|
+
| Component | Version |
|
|
6
|
+
|-----------|---------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.112.1 |
|
|
8
|
+
| Agent SDK JS | v0.3.193 |
|
|
9
|
+
| Agent SDK Python | v0.3.192 |
|
|
10
|
+
|
|
11
|
+
## 🐛 Bug Fixes
|
|
12
|
+
|
|
13
|
+
### More Accurate `@` File Suggestions
|
|
14
|
+
|
|
15
|
+
Fixed the issue where `@` file suggestions included build artifacts ignored by `.gitignore`, as well as internal files of version control systems such as `.svn` / `.hg`. File candidates now prioritize files actually tracked by version control and proactively filter out version control internal directories, reducing noise from irrelevant files.
|
|
16
|
+
|
|
17
|
+
### `@` Repeated Character Query Recovery
|
|
18
|
+
|
|
19
|
+
Fixed the issue where repeated-character queries like `@aa` / `@aaa` could not match. File suggestions now use ordered subsequence matching, better matching the expected experience during continuous typing.
|
|
20
|
+
|
|
21
|
+
### iOA Personal Account Request Header Fix
|
|
22
|
+
|
|
23
|
+
Fixed the issue where personal accounts in iOA environments could incorrectly carry a default enterprise ID, avoiding quota interception as a result and improving the usability of personal accounts in enterprise network environments.
|
|
24
|
+
|
|
25
|
+
### Web UI File Preview Fix
|
|
26
|
+
|
|
27
|
+
Fixed the issue where image and PDF files could not be opened in the Web UI editor view, preventing preview failures caused by missing required request headers.
|
|
28
|
+
|
|
29
|
+
### Tool Call Recovery Enhancement
|
|
30
|
+
|
|
31
|
+
Fixed the issue where a task was interrupted when the model output a tool call as plain text in long contexts. The system now automatically reminds the model to retry via the real tool channel, making it easier for tasks to continue to completion.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.113.0 Release
|
|
2
|
+
|
|
3
|
+
## 📦 Version Information
|
|
4
|
+
|
|
5
|
+
| Component | Version |
|
|
6
|
+
|-----------|---------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.113.0 |
|
|
8
|
+
| Agent SDK JS | v0.3.194 |
|
|
9
|
+
| Agent SDK Python | v0.3.193 |
|
|
10
|
+
|
|
11
|
+
## ✨ New Features
|
|
12
|
+
|
|
13
|
+
### Web UI IDE Layout
|
|
14
|
+
|
|
15
|
+
A brand-new IDE-style layout that brings the Web UI experience closer to a desktop IDE:
|
|
16
|
+
|
|
17
|
+
- Activity Bar + Side Panel + Bottom Panel three-pane layout, with freely resizable panels
|
|
18
|
+
- Git Source Control panel: view file status, stage/unstage, commit, push/pull, branch management, and commit history graph
|
|
19
|
+
- Global Search panel: supports regular expressions, case sensitivity, whole word matching, and file filtering
|
|
20
|
+
- Branch picker: quickly create and switch branches, and view remote branches
|
|
21
|
+
|
|
22
|
+
### First Token Response Time Metrics
|
|
23
|
+
|
|
24
|
+
Added two Galileo metric dimensions to help pinpoint response latency bottlenecks:
|
|
25
|
+
|
|
26
|
+
- `agent.message.ttfb.user`: end-to-end latency from when the user clicks send to when the first token arrives
|
|
27
|
+
- `agent.message.ttfb.model`: model-side latency from when the CLI sends the prompt request to when the first token returns
|
|
28
|
+
|
|
29
|
+
### Terminal Windows PTY Support
|
|
30
|
+
|
|
31
|
+
Windows 10 1903+ users can now use a native PTY terminal experience, with PowerShell automatically selected as the default shell
|
|
32
|
+
|
|
33
|
+
## 🔧 Improvements
|
|
34
|
+
|
|
35
|
+
- **Editor Status Bar**: displays the current Git branch and language information
|
|
36
|
+
- **Terminal Panel**: supports inline display within the bottom panel, improving multi-panel collaboration
|
|
37
|
+
- **Tab Persistence**: editor tab metadata is persisted, restoring opened files after refresh
|
|
38
|
+
- **Search Result Navigation**: clicking a search result automatically opens the file and locates the corresponding line
|
|
39
|
+
- **Terminal Tab Context Menu**: supports closing, closing others, closing to the right, and closing all terminal tabs
|
|
40
|
+
- **Terminal Output Buffer**: reconnect replay buffer expanded from 1MB to 5MB, and scrollback expanded from 10000 to 50000 lines, ensuring long session content is not lost
|
|
41
|
+
- **Terminal Rendering Optimization**: uses xterm write callback to ensure data processing completes before triggering viewport refresh, eliminating flicker during high-frequency output
|
|
42
|
+
|
|
43
|
+
## 🐛 Bug Fixes
|
|
44
|
+
|
|
45
|
+
- **Galileo Trace**: Fixed the issue where view spans produced all-zero spanIds when the SDK was not ready
|
|
46
|
+
- **Galileo Trace**: Fixed the issue where trace data was still incorrectly sent after being disabled
|
|
47
|
+
- **Tool Error Code Reporting**: Fixed the issue where structured error codes from multiple tools were lost in the monitoring reporting pipeline; each failure scenario is now faithfully reported with granular error codes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.114.0 Release
|
|
2
|
+
|
|
3
|
+
## 📦 Version Information
|
|
4
|
+
|
|
5
|
+
| Component | Version |
|
|
6
|
+
|-----------|---------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.114.0 |
|
|
8
|
+
| Agent SDK JS | v0.3.195 |
|
|
9
|
+
| Agent SDK Python | v0.3.194 |
|
|
10
|
+
|
|
11
|
+
## ✨ New Features
|
|
12
|
+
|
|
13
|
+
### MCP Tool Call Pass-through Model ID
|
|
14
|
+
|
|
15
|
+
When calling downstream MCP services, the current model ID is automatically injected into the HTTP request header `X-Model-ID`, enabling downstream services and security policies to identify the calling source model. This only applies to HTTP/SSE transports — it is temporarily injected per request and restored after the call, with no impact on stdio connections.
|
|
16
|
+
|
|
17
|
+
## 🔧 Improvements
|
|
18
|
+
|
|
19
|
+
- **Model Selection Panel**: Supports Global/Session scope switching — use the Tab key to toggle between global persistence and current-session-only, replacing the previous 't' key temporary toggle for a more intuitive interaction
|
|
20
|
+
|
|
21
|
+
## 🐛 Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **Terminal Input**: Fixed the issue where interactive UI input was echoed to the bottom of the screen and Enter could not send messages in certain host/terminal environments. Input, Enter to send, Shift+Tab, and Ctrl+C/Ctrl+D/Ctrl+B shortcuts are now restored to normal
|
|
24
|
+
- **MCP Tool Invocation**: Fixed the issue where some models double-encoded tool parameters as JSON strings, causing parameter validation to report "must be object" and making all MCP tools unavailable
|
|
25
|
+
- **Plugin Skill Disabling**: Fixed the issue where skills disabled by the user in the UI could still be invoked by the model during conversations. Skills marked as disabled are now skipped during the parsing phase
|
|
26
|
+
- **Message Queue**: Fixed the issue where a real-time steer message and a queued message coexisted, pressing Esc to interrupt would merge both into the same turn. Now Esc only sends the steer message, and queued messages are preserved for the next turn
|
|
27
|
+
- **Glob Tool**: Fixed the issue where after ripgrep timed out and fell back to `glob`, the lack of a tool-level timeout caused permanent hangs on very large directories with no results. A tool-level timeout covering the entire search has been added as a safeguard
|
|
28
|
+
- **Sub-Agent Model Inheritance**: Fixed the issue where spawning a sub-agent / team member without specifying a model should inherit the main conversation's current model but failed to do so. Now default / inherit / default all follow the main conversation model
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.114.1 Release
|
|
2
|
+
|
|
3
|
+
## 📦 Version Information
|
|
4
|
+
|
|
5
|
+
| Component | Version |
|
|
6
|
+
|-----------|---------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.114.1 |
|
|
8
|
+
| Agent SDK JS | v0.3.196 |
|
|
9
|
+
| Agent SDK Python | v0.3.195 |
|
|
10
|
+
|
|
11
|
+
## 🔧 Improvements
|
|
12
|
+
|
|
13
|
+
### Bash Tool Environment Enhancement
|
|
14
|
+
|
|
15
|
+
The Bash tool now passes the current session's MCP configuration snapshot to child processes, allowing plugin scripts to reuse existing local connector proxy capabilities and reducing redundant configuration.
|
|
16
|
+
|
|
17
|
+
### Rewind File Change Statistics Optimization
|
|
18
|
+
|
|
19
|
+
The rewind feature now uses precise line-level diff to calculate file changes, keeping additions/deletions statistics consistent between the list view and detail view for more accurate assessment of rollback impact.
|
|
20
|
+
|
|
21
|
+
## 🐛 Bug Fixes
|
|
22
|
+
|
|
23
|
+
- **Tool Error Code Refinement**: Fixed the issue where multiple failure scenarios in replace_in_file were uniformly caught as unknown errors. Errors are now reported by specific failure cause, making frontend display and troubleshooting easier
|
|
24
|
+
- **SDK Mode Tool Loop**: Fixed the issue where lazily-loaded tools called directly in SDK/serve mode could retry indefinitely. When the recovery limit is exceeded, it now terminates explicitly and returns control to the user
|
|
25
|
+
- **Network Jitter Auto-Retry**: Fixed the issue where expert team tasks would fail immediately on DNS resolution failure, connection refused, or timeout. Network jitter is now correctly identified and triggers automatic retry
|
|
26
|
+
- **Sub-Assistant Task Message Block**: Fixed the issue where the task message block dispatched by the main assistant was not visible on the sub-assistant's direct connection page. Task source and content are now displayed properly
|
|
27
|
+
- **Abnormal Exit Diagnostics**: Fixed the issue where crashes, terminal window closures, or signal terminations lacked exit reason logs. Diagnostic information is now persisted to disk for easier post-reproduction root cause analysis
|
|
28
|
+
- **File Path Autocomplete**: Fixed the issue where the candidate list could briefly flash and disappear during fast typing while a large repository's initial scan was in progress
|
|
29
|
+
- **Tool Call Recovery**: Fixed the instability when recovering from a model incorrectly outputting a tool call as text, reducing the probability of tasks getting stuck or repeatedly failing
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# 🚀 CodeBuddy Code v2.114.2 Release
|
|
2
|
+
|
|
3
|
+
## 📦 Version Information
|
|
4
|
+
|
|
5
|
+
| Component | Version |
|
|
6
|
+
|-----------|---------|
|
|
7
|
+
| CodeBuddy Code CLI | v2.114.2 |
|
|
8
|
+
| Agent SDK JS | v0.3.197 |
|
|
9
|
+
| Agent SDK Python | v0.3.196 |
|
|
10
|
+
|
|
11
|
+
## 🔧 Improvements
|
|
12
|
+
|
|
13
|
+
### Terminal Communication Upgrade
|
|
14
|
+
|
|
15
|
+
The PTY terminal has been refactored from SSE (XHR) + HTTP input to WebSocket bidirectional communication, reducing input/output latency for a smoother interaction experience.
|
|
16
|
+
|
|
17
|
+
### Editor Standalone Window
|
|
18
|
+
|
|
19
|
+
Added the ability to open the editor in a new standalone window, supporting fullscreen editing in standalone mode for a more focused editing experience in multi-monitor or large-file scenarios.
|
|
20
|
+
|
|
21
|
+
### Terminal Experience Optimization
|
|
22
|
+
|
|
23
|
+
- **Scroll Lock**: When scrolling up through terminal history, new output no longer forces a jump back to the bottom. Auto-follow resumes after scrolling back to the bottom
|
|
24
|
+
- **Link Recognition**: URLs and file paths in the terminal are now clickable. URLs open in a new browser tab, and file paths navigate directly to the corresponding line and column in the editor
|
|
25
|
+
- **Shift+Enter Line Break**: Shift+Enter in the terminal sends a newline sequence, supporting multi-line input
|
|
26
|
+
|
|
27
|
+
### Source Control Enhancement
|
|
28
|
+
|
|
29
|
+
- **Real-time File Watching**: The Source Control panel now uses a file system watcher to detect .git directory changes in real time, automatically refreshing status
|
|
30
|
+
- **Discard Safe Mode**: Untracked files are now moved to the system trash instead of being permanently deleted when discarded, preventing accidental data loss
|
|
31
|
+
- **File List Merge**: Changes and Untracked files are merged into a unified Changes list for clearer visibility
|
|
32
|
+
|
|
33
|
+
### Other Improvements
|
|
34
|
+
|
|
35
|
+
- **Layout Overflow Fix**: Fixed content overflow issues in flex layouts for the terminal and editor
|
|
36
|
+
- **Model Routing Troubleshooting**: Enhanced logging for the model selection chain to help diagnose mismatches between automatic model, session model intent, and the actual request model
|
|
37
|
+
|
|
38
|
+
## 🐛 Bug Fixes
|
|
39
|
+
|
|
40
|
+
- **Idle Display During Task Execution, ESC Unresponsive (stale agent_end)**: Fixed the issue where, when an agent instance was reused across turns, a late-ending event from the previous interrupted run or error-recovery/compact would incorrectly reset the new in-progress turn's state back to idle, causing the spinner to disappear and ESC to stop working (only exiting the program could recover). Each turn is now validated by a unique identity, and stale end events are discarded
|
|
41
|
+
- **Idle Display During Task Execution, ESC Unresponsive (queue double-drain race)**: Fixed the issue where, when a turn ended with queued messages, two services would concurrently trigger drain on the same end event, and the redundant one would incorrectly reset the pending state back to idle, causing the running task to get stuck, the spinner to disappear, and ESC to stop working. Now only the run that owns the runtime lifecycle can emit the terminating skip event
|