@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_ar.md → README/ar.md} +41 -21
- package/{readme_de.md → README/de.md} +41 -21
- package/{readme_es.md → README/es.md} +41 -21
- package/{readme_fr.md → README/fr.md} +41 -21
- package/{readme_ja.md → README/ja.md} +41 -21
- package/{readme_ko.md → README/ko.md} +41 -21
- package/{readme_pt.md → README/pt.md} +41 -21
- package/{readme_ru.md → README/ru.md} +41 -21
- package/{README_zh.md → README/zh.md} +101 -22
- package/README.md +138 -112
- package/VERSION +1 -1
- package/package.json +6 -4
- package/readme_en.md +0 -288
package/README.md
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
# CCB
|
|
3
|
+
# CCB - Mobile Has Arrived!
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
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.
|
|
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-
|
|
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
|
-
|
|
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
|
-
[
|
|
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-
|
|
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
|
-
##
|
|
45
|
+
## Why CCB?
|
|
45
46
|
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
- Hub
|
|
50
|
-
-
|
|
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
|
-
|
|
57
|
+
Install or update with npm:
|
|
57
58
|
|
|
58
59
|
```bash
|
|
59
60
|
npm install -g @seemseam/ccb
|
|
60
61
|
```
|
|
61
62
|
|
|
62
|
-
|
|
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
|
|
70
|
+
<summary><b>GitHub release package and source install fallbacks</b></summary>
|
|
70
71
|
|
|
71
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
163
|
+
## Mobile Remote Control (Android)
|
|
153
164
|
|
|
154
|
-
|
|
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
|
|
164
|
-
<img src="assets/readme_v7/mobile-control-terminal.jpg" alt="CCB Mobile
|
|
165
|
-
<img src="assets/readme_v7/mobile-control-files.jpg" alt="CCB Mobile
|
|
166
|
-
<img src="assets/readme_v7/mobile-control-pairing.jpg" alt="CCB Mobile
|
|
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
|
|
181
|
+
<summary><b>Mobile App details, safety boundary, and source</b></summary>
|
|
171
182
|
|
|
172
|
-
CCB 8.
|
|
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
|
-
- [
|
|
175
|
-
- App
|
|
176
|
-
-
|
|
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
|
-
|
|
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
|
|
183
|
-
-
|
|
184
|
-
- CCB
|
|
185
|
-
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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` |
|
|
218
|
-
| `agentroles.frontend_engineer` |
|
|
219
|
-
| `agentroles.mobile_app_engineer` | iOS
|
|
220
|
-
| `agentroles.mother` | Role
|
|
221
|
-
| `agentroles.su_ccb` | SU-CCB
|
|
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
|
-
|
|
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`
|
|
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
|
-
-
|
|
250
|
+
- WeChat: `seemseam-com`
|
|
240
251
|
|
|
241
252
|
<p align="center">
|
|
242
|
-
<img src="assets/weixin.jpg" alt="
|
|
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
|
-
|
|
260
|
+
Thanks to the [Linux.do community](https://linux.do) for testing, feedback, and discussion.
|
|
250
261
|
|
|
251
|
-
|
|
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.
|
|
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`
|
|
261
|
-
-
|
|
262
|
-
-
|
|
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
|
|
299
|
+
<summary><b>v8.0.18</b> - Codex auth projection and Mobile host health fixes</summary>
|
|
268
300
|
|
|
269
|
-
- Codex
|
|
270
|
-
-
|
|
271
|
-
-
|
|
272
|
-
-
|
|
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
|
|
309
|
+
<summary><b>v8.0.17</b> - Ask reply reliability and Mobile update fixes</summary>
|
|
281
310
|
|
|
282
|
-
- Codex ask
|
|
283
|
-
-
|
|
284
|
-
- Mobile frontdesk
|
|
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
|
|
318
|
+
<summary><b>v8.0.16</b> - Mobile reconnect and pane activity tracking</summary>
|
|
292
319
|
|
|
293
|
-
- CCB Mobile Terminal
|
|
294
|
-
- mobile
|
|
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
|
|
326
|
+
<summary><b>v8.0.12</b> - Release CI portability and README localization</summary>
|
|
301
327
|
|
|
302
|
-
-
|
|
303
|
-
- `ccb update mobile
|
|
304
|
-
-
|
|
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
|
|
335
|
+
<summary><b>v8.0.0</b> - CCB Mobile Monorepo release</summary>
|
|
310
336
|
|
|
311
|
-
- Flutter
|
|
312
|
-
-
|
|
313
|
-
-
|
|
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
|
|
344
|
+
<summary><b>v7.7.0</b> - Runtime Accelerator release hardening</summary>
|
|
319
345
|
|
|
320
|
-
- Release artifacts
|
|
321
|
-
-
|
|
322
|
-
-
|
|
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> -
|
|
353
|
+
<summary><b>v7.6.19</b> - Long-running ask default wait policy</summary>
|
|
328
354
|
|
|
329
|
-
-
|
|
330
|
-
- Codex
|
|
331
|
-
-
|
|
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
|
-
|
|
361
|
+
See the full history in [CHANGELOG.md](CHANGELOG.md).
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
8.
|
|
1
|
+
8.1.1
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "8.
|
|
4
|
-
"description": "
|
|
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
|
|
47
|
-
"
|
|
48
|
+
"README.md",
|
|
49
|
+
"README/*.md",
|
|
48
50
|
"LICENSE",
|
|
49
51
|
"VERSION"
|
|
50
52
|
],
|