@seemseam/ccb 8.0.19 → 8.1.1

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/README.md CHANGED
@@ -1,20 +1,21 @@
1
1
  <div align="center">
2
2
 
3
- # CCB 手机 App 来了!
3
+ # CCB - Mobile Has Arrived!
4
4
 
5
- **基于去中心化多 Agent 设计**
6
- **可见、可控的多 Agent 交互 TUI 工作台**
5
+ **A lightweight multi-agent TUI with a stable cross-provider collaboration layer**<br>
6
+ **Coordinate Codex, Claude, Gemini, and other CLI agents in visible, controllable workflows you can take over**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.0.19-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.1.1-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
- <img src="https://img.shields.io/badge/providers-15%20CLI%20families-0B7285.svg" alt="providers">
11
+ <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
13
13
 
14
14
  <p>
15
15
  <img src="https://img.shields.io/badge/Codex-111111?style=flat-square&logo=openai&logoColor=white" alt="Codex">
16
16
  <img src="https://img.shields.io/badge/Claude-D97757?style=flat-square&logo=anthropic&logoColor=white" alt="Claude">
17
17
  <img src="https://img.shields.io/badge/Gemini-4285F4?style=flat-square&logo=googlegemini&logoColor=white" alt="Gemini">
18
+ <img src="https://img.shields.io/badge/Grok-000000?style=flat-square&logo=x&logoColor=white" alt="Grok CLI">
18
19
  <img src="https://img.shields.io/badge/Kimi-111111?style=flat-square&logo=moonshotai&logoColor=white" alt="Kimi">
19
20
  <img src="https://img.shields.io/badge/MiMo-FF6900?style=flat-square&logo=xiaomi&logoColor=white" alt="MiMo">
20
21
  <img src="https://img.shields.io/badge/Qwen-6A5CFF?style=flat-square" alt="Qwen">
@@ -29,46 +30,46 @@
29
30
  <img src="https://img.shields.io/badge/Droid-3DDC84?style=flat-square&logo=android&logoColor=white" alt="Droid">
30
31
  </p>
31
32
 
32
- **中文** | [English](readme_en.md) | [日本語](readme_ja.md) | [Français](readme_fr.md) | [Deutsch](readme_de.md) | [العربية](readme_ar.md) | [Español](readme_es.md) | [Português](readme_pt.md) | [한국어](readme_ko.md) | [Русский](readme_ru.md)
33
+ [中文](README/zh.md) | **English** | [日本語](README/ja.md) | [Français](README/fr.md) | [Deutsch](README/de.md) | [العربية](README/ar.md) | [Español](README/es.md) | [Português](README/pt.md) | [한국어](README/ko.md) | [Русский](README/ru.md)
33
34
 
34
- [快速开始](#quick-start) · [Mobile App](#mobile-app) · [Rich 模式](#rich-mode) · [配置团队](#configure-agents) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
35
+ [Quick Start](#quick-start) · [Mobile App](#mobile-app) · [Rich Mode](#rich-mode) · [Configure Agents](#configure-agents) · [User Guide](docs/manuals/user-guide/) · [Developer Guide](docs/manuals/developer-guide/)
35
36
 
36
37
  <p align="center">
37
- <img src="assets/readme_v7/ccb-hero-zh-light.png" alt="CCB 可见多 Agent CLI 工作台" width="960">
38
+ <img src="assets/readme_v7/ccb-hero-en-light.png" alt="CCB visible multi-agent CLI workspace" width="960">
38
39
  </p>
39
40
 
40
41
  </div>
41
42
 
42
43
  <a id="why-ccb"></a>
43
44
 
44
- ## 为什么用 CCB
45
+ ## Why CCB?
45
46
 
46
- - 强稳定的 agent 间通信能力,支持 `A -> B -> C`、`A,B -> C`、`A -> B,C` 等复杂协作关系。
47
- - 每个 agent 都是完整原生终端,支持可见的界面排布和直接接管。
48
- - 后台 daemon 持续运行,可以脱离前台界面保持项目状态。
49
- - Hub 能力:一个命令同时并发运行多家 CLI provider。
50
- - 手机远程控制器:跨 provider 语音操控、文件传输和远程终端访问。
47
+ - Stable inter-agent communication for complex collaboration graphs such as `A -> B -> C`, `A,B -> C`, and `A -> B,C`.
48
+ - Every agent is a full native terminal with visible layout control and direct takeover.
49
+ - The background daemon keeps project state alive even when the foreground UI is closed.
50
+ - Hub capability: run multiple CLI providers concurrently from one command.
51
+ - Mobile remote controller: cross-provider voice control, file transfer, and remote terminal access.
51
52
 
52
53
  <a id="how-to-install"></a>
53
54
 
54
- ## 如何安装
55
+ ## How to Install
55
56
 
56
- 推荐使用 npm 安装或更新:
57
+ Install or update with npm:
57
58
 
58
59
  ```bash
59
60
  npm install -g @seemseam/ccb
60
61
  ```
61
62
 
62
- 安装完成后,后续更新直接使用 CCB 自带 updater
63
+ After CCB is installed, use CCB's updater:
63
64
 
64
65
  ```bash
65
66
  ccb update
66
67
  ```
67
68
 
68
69
  <details>
69
- <summary><b>GitHub release 包和源码安装兜底</b></summary>
70
+ <summary><b>GitHub release package and source install fallbacks</b></summary>
70
71
 
71
- 如果当前环境不方便使用 npm,可以到 [Releases](https://github.com/SeemSeam/claude_codex_bridge/releases) 下载与你的平台匹配的包,解压后安装:
72
+ If npm is not convenient in your environment, download the matching package from [Releases](https://github.com/SeemSeam/claude_codex_bridge/releases), unpack it, and install:
72
73
 
73
74
  ```bash
74
75
  tar -xzf ccb-*.tar.gz
@@ -76,7 +77,7 @@ cd ccb-*
76
77
  ./install.sh install
77
78
  ```
78
79
 
79
- 源码安装只建议开发或临时兜底使用:
80
+ Source install is intended only for development or temporary fallback:
80
81
 
81
82
  ```bash
82
83
  git clone https://github.com/SeemSeam/claude_codex_bridge.git
@@ -84,23 +85,23 @@ cd claude_codex_bridge
84
85
  ./install.sh install
85
86
  ```
86
87
 
87
- 源码安装会让全局 `ccb` / `ask` 链接回当前 checkout。普通用户更建议使用 npm 包。
88
+ Source install links global `ccb` / `ask` back to the checkout. Regular users should prefer the npm package.
88
89
 
89
90
  </details>
90
91
 
91
92
  <a id="quick-start"></a>
92
93
 
93
- ## 快速开始
94
+ ## Quick Start
94
95
 
95
- ### 1. 启动
96
+ ### 1. Launch
96
97
 
97
- 在工作目录执行:
98
+ Run this from your working directory:
98
99
 
99
100
  ```bash
100
101
  ccb
101
102
  ```
102
103
 
103
- 如果启动时提示无法自动创建 `.ccb` 或找不到项目锚点,需要手动创建 `.ccb` 作为项目锚点:
104
+ If startup reports that `.ccb` cannot be created automatically or that the project anchor is missing, create `.ccb` manually:
104
105
 
105
106
  ```bash
106
107
  mkdir -p .ccb
@@ -108,9 +109,19 @@ mkdir -p .ccb
108
109
 
109
110
  <a id="configure-agents"></a>
110
111
 
111
- ### 2. 创建项目配置
112
+ ### 2. Configure The Workspace
112
113
 
113
- 在项目根目录创建 `.ccb/ccb.config`。推荐使用 v2 `[windows]` 拓扑:window 内的 agent 排布由 `,` `;` 控制上下堆叠和左右分栏,例如 `A,B;C,D` 接近四宫格布局。
114
+ A blank project starts light: CCB opens one `main` window with a single agent named `demo`, selecting the first supported CLI available on the machine (Codex, Claude, Gemini, then other providers). It no longer mounts a multi-agent team by default.
115
+
116
+ Click the **⚙ Settings** icon at the top-left of the CCB sidebar to open the local configuration control panel. You can also run `ccb config ui` from the project directory.
117
+
118
+ <p align="center">
119
+ <img src="assets/readme_v7/config-control-panel.png" alt="CCB configuration control panel editing the default demo agent" width="960">
120
+ </p>
121
+
122
+ The panel edits windows, pane splits, providers, models, thinking levels, API overrides, workspaces, Rich mode, and sidebar settings. It validates changes before saving and supports reload dry-runs and guarded hot reload. Saving creates `.ccb/ccb.config` and pins the selected provider and topology for this project.
123
+
124
+ For an advanced multi-agent topology, edit it visually or create `.ccb/ccb.config` manually. In v2 `[windows]`, `,` and `;` control vertical stacking and horizontal splits inside each window, so `A,B;C,D` is close to a four-pane layout.
114
125
 
115
126
  ```toml
116
127
  version = 2
@@ -130,206 +141,221 @@ tips_height = "35%"
130
141
  comms_limit = 3
131
142
  ```
132
143
 
133
- 验证配置并启动工作台:
144
+ Validate the config and start the workspace:
134
145
 
135
146
  ```bash
136
147
  ccb config validate
137
148
  ccb
138
149
  ```
139
150
 
140
- ### 3. 开始协作
151
+ ### 3. Collaborate
141
152
 
142
- 你可以直接在某个 agent pane 里输入,也可以让 agent 之间协作:
153
+ You can type directly in any agent pane, or let agents collaborate:
143
154
 
144
155
  ```text
145
156
  /ask reviewer review the latest parser changes and list blocking issues.
146
157
  ```
147
158
 
148
- 也可以在工作编排中让 agent 自动调用 `/ask` 完成委派和交接。建议通过修改 agent 记忆或项目共享记忆 `.ccb/ccb_memory.md` 进行编排。
159
+ Agents can also call `/ask` during workflow orchestration to delegate and hand off work. Use agent memory or the project-wide shared memory file `.ccb/ccb_memory.md` for durable coordination.
149
160
 
150
161
  <a id="mobile-app"></a>
151
162
 
152
- ## 手机远程控制(Android
163
+ ## Mobile Remote Control (Android)
153
164
 
154
- 推荐使用手机控制 CCB:可以接入所有 CCB 项目,控制每个 agent,语音输入,并传递文件。
165
+ The recommended way to control CCB from a phone can connect to all CCB projects, control each agent, accept voice input, and transfer files.
155
166
 
156
167
  ```bash
157
168
  ccb update mobile
158
169
  ```
159
170
 
160
- 该命令会指导你完成安装和配置。
171
+ This command guides installation and configuration.
161
172
 
162
173
  <p align="center">
163
- <img src="assets/readme_v7/mobile-control-chat.jpg" alt="CCB Mobile agent 对话" width="180">
164
- <img src="assets/readme_v7/mobile-control-terminal.jpg" alt="CCB Mobile 终端控制" width="180">
165
- <img src="assets/readme_v7/mobile-control-files.jpg" alt="CCB Mobile 文件传输" width="180">
166
- <img src="assets/readme_v7/mobile-control-pairing.jpg" alt="CCB Mobile 配对和连接" width="180">
174
+ <img src="assets/readme_v7/mobile-control-chat.jpg" alt="CCB Mobile agent chat" width="180">
175
+ <img src="assets/readme_v7/mobile-control-terminal.jpg" alt="CCB Mobile terminal control" width="180">
176
+ <img src="assets/readme_v7/mobile-control-files.jpg" alt="CCB Mobile file transfer" width="180">
177
+ <img src="assets/readme_v7/mobile-control-pairing.jpg" alt="CCB Mobile pairing and connection" width="180">
167
178
  </p>
168
179
 
169
180
  <details>
170
- <summary><b>Mobile App 详情、安全边界和源码</b></summary>
181
+ <summary><b>Mobile App details, safety boundary, and source</b></summary>
171
182
 
172
- CCB 8.0.19 已把 Flutter CCB Mobile 源码放入 [`mobile/`](mobile/),并在 GitHub Release 中发布 Android APK
183
+ CCB 8.1.1 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
173
184
 
174
- - [下载 CCB Mobile v8.0.19 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.0.19/ccb-mobile-v8.0.19.apk)
175
- - App 源码:[`mobile/app`](mobile/app)
176
- - 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
185
+ - [Download CCB Mobile v8.1.1 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.1.1/ccb-mobile-v8.1.1.apk)
186
+ - App source: [`mobile/app`](mobile/app)
187
+ - Server gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
177
188
 
178
- 手机端定位是远程控制真实服务器上的 CCB 项目。它可以从 server-wide mobile gateway 获取所有已挂载项目,切换 window/agent,渲染 agent 对话上下文,以 pane-native 输入方式发送文本,打开 terminal 视图,并通过认证 gateway 上传/下载图片和文档附件。
189
+ The phone app is a remote controller for real CCB projects running on a server. It can discover mounted projects from the server-wide mobile gateway, switch windows and agents, render agent conversation context, send text through pane-native input, open a terminal view, and upload/download images and documents through the authenticated gateway.
179
190
 
180
- 安全边界:
191
+ Safety boundary:
181
192
 
182
- - CCB gateway 只绑定 loopback,例如 `127.0.0.1:8787`。
183
- - 远程访问使用 Tailscale Serve,不启用 Tailscale Funnel
184
- - CCB 不保存 Tailscale 密码、OAuth token、admin API token,也不会自动修改 tailnet ACL/grants
185
- - 手机只获得 pairing profile 授权的 scope,例如 viewcontentterminalfile upload file download
193
+ - The CCB gateway binds only to loopback, for example `127.0.0.1:8787`.
194
+ - Remote access uses Tailscale Serve, not Tailscale Funnel.
195
+ - CCB does not store Tailscale passwords, OAuth tokens, admin API tokens, or automatically modify tailnet ACLs/grants.
196
+ - The phone receives only the scopes authorized by the pairing profile, such as view, content, terminal, file upload, and file download.
186
197
 
187
198
  </details>
188
199
 
189
200
  <a id="rich-mode"></a>
190
201
 
191
- ## Rich 富媒体终端
202
+ ## Rich Media Terminal
192
203
 
193
- 在终端查看文件结构、打开文件、编辑文档和预览媒体内容。
204
+ Browse file trees, open files, edit documents, and preview media inside the terminal.
194
205
 
195
206
  <p align="center">
196
- <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich 富媒体工作台在 WezTerm 中使用 Yazi 预览" width="860">
207
+ <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich media workbench using Yazi preview in WezTerm" width="860">
197
208
  </p>
198
209
 
199
210
  ```bash
200
211
  ccb update rich
201
212
  ```
202
213
 
203
- rich 启用后,普通 `ccb` 会自动打开 rich WezTerm launcher,只有当当前已经处于 CCB 自己拉起的 rich WezTerm 中时才不会再次跳转;运行 `ccb uninstall rich` 可退回普通终端启动。
214
+ After rich mode is enabled, plain `ccb` opens the rich WezTerm launcher automatically unless it is already running inside a CCB-managed rich WezTerm session. Run `ccb uninstall rich` to return to normal terminal startup.
204
215
 
205
216
  <a id="agent-roles"></a>
206
217
 
207
- ## Agent Roles Spec 规范和角色库
218
+ ## Agent Roles Spec And Role Catalog
208
219
 
209
- CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):这是一个 host-neutral 的专业 agent 封装规范,可把 skills、记忆和工具依赖打包成可安装、可挂载、可卸载的 Role Pack。该仓库同时也是公开角色库。
220
+ CCB supports [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec), a host-neutral specification for packaging specialist agents. It can bundle skills, memory, and tool dependencies into installable, mountable, and removable Role Packs. That repository also serves as the public role catalog.
210
221
 
211
222
  <details>
212
- <summary><b>查看公开角色列表</b></summary>
223
+ <summary><b>View the public role catalog</b></summary>
213
224
 
214
- | Role | 基本功能 |
225
+ | Role | Purpose |
215
226
  | :--- | :--- |
216
- | `agentroles.ccb_self` | CCB 自维护、配置辅助、运行诊断、受保护恢复和工作流编排。 |
217
- | `agentroles.archi` | 架构审查、边界检查、耦合分析、可维护性风险和后续 gate 建议。 |
218
- | `agentroles.frontend_engineer` | 前端设计与实现、设计系统、可访问性、浏览器 QA 和受审查的 AGY 委派。 |
219
- | `agentroles.mobile_app_engineer` | iOSAndroidReact NativeExpoFlutterSwiftUIJetpack Compose 等移动端设计与实现。 |
220
- | `agentroles.mother` | Role 创建、Role source 审计、角色研究、蓝图设计和 Agent Roles 规范合规检查。 |
221
- | `agentroles.su_ccb` | SU-CCB 工作流操作,覆盖需求分析、计划、派发、审查 gate、归档和恢复。 |
227
+ | `agentroles.ccb_self` | CCB self-maintenance, config help, runtime diagnosis, protected recovery, and workflow orchestration. |
228
+ | `agentroles.archi` | Architecture review, boundary checks, coupling analysis, maintainability risks, and follow-up gate advice. |
229
+ | `agentroles.frontend_engineer` | Frontend design and implementation, design systems, accessibility, browser QA, and reviewed AGY delegation. |
230
+ | `agentroles.mobile_app_engineer` | Mobile design and implementation for iOS, Android, React Native, Expo, Flutter, SwiftUI, Jetpack Compose, and more. |
231
+ | `agentroles.mother` | Role creation, role source audit, role research, blueprint design, and Agent Roles spec compliance checks. |
232
+ | `agentroles.su_ccb` | SU-CCB workflow operations for requirement analysis, planning, dispatch, review gates, archiving, and recovery. |
222
233
 
223
234
  </details>
224
235
 
225
236
  <a id="config-memory"></a>
226
237
 
227
- ## 配置和共享记忆
238
+ ## Config And Shared Memory
228
239
 
229
- 如果你不确定应该如何分组、要几个 worker、哪些 agent worktree、哪些 agent 需要独立模型或 API,可以直接问当前工作台里的 `ccb_self`。它是 CCB 内置的 self-agent,理解 CCB 命令、配置权威层、roles、windows、reload 边界和常见恢复路径,并能用私有 `ccb-config` skill 和你讨论后生成配置方案。空白项目默认包含 `ccb_self`;已有自定义配置可以用 `ccb roles add agentroles.ccb_self:codex` 添加。
240
+ Use the **⚙ Settings** control panel for normal project configuration. If you want agent-assisted configuration and runtime diagnosis, `ccb_self` remains available as an optional Role Pack and can be added with `ccb roles add agentroles.ccb_self:codex`.
230
241
 
231
- `.ccb/ccb_memory.md` 是项目级共享记忆文档,适合记录团队协作规则、项目约束、长期上下文和 agent 交接约定。把跨 agent 的稳定信息放在这里,比把同一段说明复制到多个 provider 私有记忆里更可靠。
242
+ `.ccb/ccb_memory.md` is the project-wide shared memory document. Use it for team collaboration rules, project constraints, long-lived context, and agent handoff conventions. Stable cross-agent information belongs there instead of being copied into several provider-private memory files.
232
243
 
233
244
  <a id="contact"></a>
234
245
 
235
- ## 联系方式
246
+ ## Contact
236
247
 
237
248
  - Email: `bfly123@126.com`
238
249
  - [Telegram group & contact / TG 群与联系](https://t.me/+BKn03v8I_ehmYzRk)
239
- - 微信: `seemseam-com`
250
+ - WeChat: `seemseam-com`
240
251
 
241
252
  <p align="center">
242
- <img src="assets/weixin.jpg" alt="微信群" width="240">
253
+ <img src="assets/weixin.jpg" alt="WeChat group" width="240">
243
254
  </p>
244
255
 
245
256
  <a id="community"></a>
246
257
 
247
- ## 社区和致谢
258
+ ## Community And Credits
248
259
 
249
- 感谢 [Linux.do 社区](https://linux.do) 在测试、反馈和讨论中的支持。
260
+ Thanks to the [Linux.do community](https://linux.do) for testing, feedback, and discussion.
250
261
 
251
- 感谢 [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) 提供的 sidebar 思路和启发。
262
+ Thanks to [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) for sidebar ideas and inspiration.
252
263
 
253
264
  <a id="release-notes"></a>
254
265
 
255
- ## 新版本记录
266
+ ## Release Notes
256
267
 
257
268
  <details open>
258
- <summary><b>v8.0.19</b> - Mobile host 启动健康检查修复</summary>
269
+ <summary><b>v8.1.1</b> - Mobile realtime recovery and macOS installer resilience</summary>
270
+
271
+ - Added a bounded Mobile gateway SSE invalidation stream so project, activity, and conversation changes refresh authoritative state without active-view polling.
272
+ - Added bounded read-only Mobile snapshots, reconnect status and automatic recovery while retaining the selected host, project, agent, recent conversation state, and completion notifications.
273
+ - Mobile host startup now recognizes and safely adopts matching legacy gateway processes, avoiding duplicate listeners during upgrades.
274
+ - macOS release updates preserve healthy managed Python environments and retry `watchdog` installation through a configurable mirror after TLS or network failures.
275
+
276
+ </details>
277
+
278
+ <details>
279
+ <summary><b>v8.1.0</b> - Config control plane and lighter defaults</summary>
280
+
281
+ - Added a visual project configuration control panel, opened from the sidebar's top-left **⚙ Settings** action or with `ccb config ui`, with validation, diff review, save, reload dry-run, and guarded hot reload.
282
+ - Blank projects now mount exactly one agent named `demo`, selecting the first locally available supported CLI; explicit project and user configs still support any single- or multi-agent topology.
283
+ - Added managed Grok CLI integration, Kimi Code v0.23.1 readiness support, correct OpenCode fresh-session behavior, and reliable Claude/Gemini hook launcher execution.
284
+ - Improved CCB Mobile gateway profile persistence, paired-credential retention, project health caching, warm-list visibility, and terminal UI efficiency.
285
+ - Reorganized localized READMEs under `README/`, added the real config-control screenshot, and synchronized package, Mobile, workflow, and release metadata for 8.1.0.
286
+
287
+ </details>
288
+
289
+ <details>
290
+ <summary><b>v8.0.19</b> - Mobile host startup health-check fix</summary>
259
291
 
260
- - `ccb update mobile` server-wide loopback `/v1/health` 使用更宽松的单次请求超时和总启动等待窗口,避免挂载项目较多时误判后台 gateway 不健康。
261
- - 新增 regression test 覆盖健康响应晚于旧 0.5 秒请求超时时仍应启动成功。
262
- - `ccb update mobile` 默认 APK 下载链接、README、package metadata mobile app version metadata 对齐到 8.0.19
292
+ - `ccb update mobile` now uses more tolerant per-request and overall startup timeouts for the server-wide loopback `/v1/health` endpoint, avoiding false failures when many projects are mounted.
293
+ - Added a regression test covering health responses that arrive after the previous 0.5-second request timeout.
294
+ - The default APK URL, README, package metadata, and mobile app version metadata now point to 8.0.19.
263
295
 
264
296
  </details>
265
297
 
266
298
  <details>
267
- <summary><b>v8.0.18</b> - Codex auth 投影与 Mobile host health 修复</summary>
299
+ <summary><b>v8.0.18</b> - Codex auth projection and Mobile host health fixes</summary>
268
300
 
269
- - Codex managed `CODEX_HOME` materialize 阶段会同步 `auth.json`、`config.toml`、`company-codex-api-key`、`company-codex.config.toml`,以及 `config.toml` 中引用到的安全 auth/key/token sidecar 文件名。
270
- - 新增 `.ccb-auth-projection.json` 证据 manifest,只记录来源/目标存在性、大小和 SHA256,不保存密钥明文。
271
- - 显式 Codex API authority 会清理继承来的 auth sidecar,避免全局登录态和 agent-local API 配置混用。
272
- - WSL Codex 解析到 Windows interop 可执行文件时,`ccb doctor` 会标记 `reason=wsl_windows_interop_executable`。
273
- - server-wide mobile 项目发现会容忍 stale project 记录,避免单个失效项目拖垮整体列表。
274
- - README 角色列表改为折叠显示,并更新联系方式中的微信图片。
275
- - `ccb update mobile` 默认 APK 下载链接、README、package metadata 和 mobile app version metadata 对齐到 8.0.18。
301
+ - Managed Codex homes now project `auth.json`, `config.toml`, company API sidecars, and safe auth/key/token sidecar filenames referenced by `config.toml`.
302
+ - Added `.ccb-auth-projection.json` evidence manifests that record source and target presence, size, and SHA256 without storing secret values.
303
+ - Explicit Codex API authority clears inherited auth sidecars, WSL diagnostics identify Windows interop executables, and server-wide mobile discovery tolerates stale project records.
304
+ - The role catalog is now collapsed by default, the WeChat image is refreshed, and mobile release metadata points to 8.0.18.
276
305
 
277
306
  </details>
278
307
 
279
308
  <details>
280
- <summary><b>v8.0.17</b> - Ask 回复稳定性与 Mobile 更新修复</summary>
309
+ <summary><b>v8.0.17</b> - Ask reply reliability and Mobile update fixes</summary>
281
310
 
282
- - Codex ask 回复检测改为基于无进展时间,长 session 文件持续写入时不会按提交时间误失败。
283
- - 官方 session/log 缺失时返回可诊断的非成功状态,避免 silent stuck;明确 shutdown 时标记为 provider crashed。
284
- - Mobile frontdesk 消息提交改走 ccbd ask job,不再直接写 pane。
285
- - `ccb watch` 默认不再 10 秒超时,`ccb update mobile` 等长等待路径可以等到真实终态;显式 `CCB_WATCH_TIMEOUT_S` 仍会生效。
286
- - `ccb update mobile` 默认 APK 下载链接、README、package metadata 和 mobile app version metadata 对齐到 8.0.17。
311
+ - Codex ask completion now uses no-progress time, so actively growing long-session files do not fail based only on submission age.
312
+ - Missing official session or log evidence returns a diagnosable non-success state, while explicit shutdown is reported as a provider crash.
313
+ - Mobile frontdesk submissions use ccbd ask jobs, and `ccb watch` no longer defaults to a 10-second timeout.
287
314
 
288
315
  </details>
289
316
 
290
317
  <details>
291
- <summary><b>v8.0.16</b> - Mobile 重连与 pane 活动记录</summary>
318
+ <summary><b>v8.0.16</b> - Mobile reconnect and pane activity tracking</summary>
292
319
 
293
- - CCB Mobile Terminal 模式增加自动重连诊断与恢复路径,断线时会显示 Reconnecting,并在恢复后继续使用当前 agent pane
294
- - mobile gateway pane 输入路径记录项目活动,保证 mobile 项目列表最近使用排序能感知 Terminal 输入。
295
- - `ccb update mobile` 默认 APK 下载链接、README、package metadata 和 mobile release manifest 对齐到 8.0.16。
320
+ - CCB Mobile Terminal mode adds reconnect diagnostics and recovery while keeping the current agent pane selected.
321
+ - Pane-native mobile input now records project activity so project recency reflects Terminal usage.
296
322
 
297
323
  </details>
298
324
 
299
325
  <details>
300
- <summary><b>v8.0.12</b> - Release CI 可移植性与 README 多语言同步</summary>
326
+ <summary><b>v8.0.12</b> - Release CI portability and README localization</summary>
301
327
 
302
- - mobile host registry 测试现在把临时 Unix socket 放到短的 `/tmp/ccb-sock-*` 路径,避免 macOS CI 触发 `AF_UNIX path too long`。
303
- - `ccb update mobile`、README 链接、package metadata mobile release manifest 对齐到 8.0.12 APK
304
- - 中文 README 现在是 GitHub README;英文迁移到 `readme_en.md`,并新增日语、法语、德语、阿拉伯语、西班牙语、葡萄牙语、韩语和俄语版本,所有语言保持同一章节结构。
328
+ - Mobile host registry tests now place temporary Unix sockets under a short `/tmp/ccb-sock-*` path, avoiding `AF_UNIX path too long` failures on macOS CI.
329
+ - `ccb update mobile`, README links, package metadata, and the mobile release manifest now point to the 8.0.12 APK.
330
+ - v8.0.12 introduced a multilingual README set with a shared section structure; localized files now live under [`README/`](README/), with Chinese at [`README/zh.md`](README/zh.md).
305
331
 
306
332
  </details>
307
333
 
308
334
  <details>
309
- <summary><b>v8.0.0</b> - CCB Mobile Monorepo 发布</summary>
335
+ <summary><b>v8.0.0</b> - CCB Mobile Monorepo release</summary>
310
336
 
311
- - Flutter CCB Mobile 源码正式进入本仓库,并在 GitHub Release 中发布 Android APK
312
- - 新增 server-wide mobile 项目发现、配对、认证 gateway 路由、pane-native 消息输入、对话上下文渲染、terminal 访问,以及图片/文档上传下载能力。
313
- - `ccb update mobile` 提升为 Tailscale Tailnet onboarding 的统一入口,同时保持 gateway 仅监听 loopback,不启用 Funnel、不保存 token、不自动修改 ACL/grants
337
+ - The Flutter CCB Mobile source officially moved into this repository, with the Android APK published through GitHub Releases.
338
+ - Added server-wide mobile project discovery, pairing, authenticated gateway routes, pane-native message input, conversation context rendering, terminal access, and image/document upload and download.
339
+ - Promoted `ccb update mobile` into the unified Tailscale Tailnet onboarding entrypoint while keeping the gateway loopback-only, avoiding Funnel, not storing tokens, and not automatically modifying ACLs/grants.
314
340
 
315
341
  </details>
316
342
 
317
343
  <details>
318
- <summary><b>v7.7.0</b> - Runtime Accelerator 发布加固</summary>
344
+ <summary><b>v7.7.0</b> - Runtime Accelerator release hardening</summary>
319
345
 
320
- - Release artifacts 现在会携带可选 Rust `ccb-runtime-accelerator`,安装版 Codex agent 在预期存在 sidecar 时不再静默退回 Python 热路径。
321
- - 当项目路径导致 Unix socket 路径过长时,accelerator socket 会自动落到短的 per-user runtime socket root
322
- - 加固 callback repair Codex binding cache invalidation,并记录完整回归、长 idle Codex soakClaude callback 和混合 provider 集成测试证据。
346
+ - Release artifacts now include the optional Rust `ccb-runtime-accelerator`; installed Codex agents no longer silently fall back to the Python hot path when the sidecar is expected.
347
+ - When a project path makes the Unix socket path too long, the accelerator socket automatically moves to a short per-user runtime socket root.
348
+ - Hardened callback repair and Codex binding cache invalidation, with recorded regression, long-idle Codex soak, Claude callback, and mixed-provider integration evidence.
323
349
 
324
350
  </details>
325
351
 
326
352
  <details>
327
- <summary><b>v7.6.19</b> - 长任务 ask 默认等待策略</summary>
353
+ <summary><b>v7.6.19</b> - Long-running ask default wait policy</summary>
328
354
 
329
- - 普通长时间 `ask` 默认继续等待真实 provider/completion 结果,不再仅因 heartbeat 诊断自动 terminalize `incomplete/heartbeat_timeout`。
330
- - CodexClaudeGemini pane-backed no-terminal timeout 默认改为显式 opt-in,仍保留显式 reliability timeout 策略。
331
- - 已用 32 分钟 source-runtime ask smoke 验证:任务超过 30 分钟仍保持 running,随后以 `result_message` 完成,未出现 `heartbeat_timeout` `incomplete` 证据。
355
+ - Regular long-running `ask` calls now continue waiting for real provider/completion results instead of terminalizing as `incomplete/heartbeat_timeout` only because of heartbeat diagnostics.
356
+ - Codex, Claude, and Gemini pane-backed no-terminal timeouts are now explicit opt-in by default, while explicit reliability timeout policies remain available.
357
+ - A 32-minute source-runtime ask smoke confirmed that a task can remain running for more than 30 minutes, then complete with `result_message`, without `heartbeat_timeout` or `incomplete` evidence.
332
358
 
333
359
  </details>
334
360
 
335
- 完整历史请看 [CHANGELOG.md](CHANGELOG.md)
361
+ See the full history in [CHANGELOG.md](CHANGELOG.md).
package/VERSION CHANGED
@@ -1 +1 @@
1
- 8.0.19
1
+ 8.1.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "8.0.19",
4
- "description": "Visible, controllable multi-agent CLI workspace for Codex, Claude, Gemini, Kimi, MiMo, Qwen, Cursor, Copilot, Crush, Kiro, Pi, Z.ai, OpenCode, Antigravity, and Droid.",
3
+ "version": "8.1.1",
4
+ "description": "Lightweight multi-agent TUI and stable cross-provider collaboration layer for Codex, Claude, Gemini, Grok, Kimi, DeepSeek, and other CLI agents.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",
7
7
  "repository": {
@@ -17,7 +17,9 @@
17
17
  "codex",
18
18
  "claude",
19
19
  "gemini",
20
+ "grok",
20
21
  "kimi",
22
+ "deepseek",
21
23
  "mimo",
22
24
  "qwen",
23
25
  "cursor",
@@ -43,8 +45,8 @@
43
45
  "bin/ctx-transfer.js",
44
46
  "bin/ccb-npm-install.js",
45
47
  "bin/ccb-npm-runner.js",
46
- "README*.md",
47
- "readme_*.md",
48
+ "README.md",
49
+ "README/*.md",
48
50
  "LICENSE",
49
51
  "VERSION"
50
52
  ],