@seemseam/ccb 7.7.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Visible, controllable multi-agent cooperative TUI workspace**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-7.7.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.0.0-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
11
  <img src="https://img.shields.io/badge/providers-15%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -31,7 +31,7 @@
31
31
 
32
32
  **English** | [中文](README_zh.md)
33
33
 
34
- [Quick Start](#quick-start) · [v7 UI](#v7-ui-tour) · [Rich Mode](#rich-mode-new) · [Configure Agents](#configure-your-agent-team) · [Mobile Gateway Alpha](docs/mobile-cloudflare-alpha.md) · [User Guide](docs/manuals/user-guide/) · [Developer Guide](docs/manuals/developer-guide/)
34
+ [Quick Start](#quick-start) · [v7 UI](#v7-ui-tour) · [Rich Mode](#rich-mode-new) · [Mobile App](#mobile-app) · [Configure Agents](#configure-your-agent-team) · [User Guide](docs/manuals/user-guide/) · [Developer Guide](docs/manuals/developer-guide/)
35
35
 
36
36
  <p align="center">
37
37
  <img src="assets/readme_v7/ccb-hero-en.png" alt="CCB v7 visible multi-agent CLI workspace" width="960">
@@ -79,6 +79,18 @@ Mix CLIs per agent in `.ccb/ccb.config`; actual availability depends on the loca
79
79
 
80
80
  ## Quick Start
81
81
 
82
+ ## Repository Layout
83
+
84
+ This repository now carries both the CCB core and the mobile controller source:
85
+
86
+ - core CLI, ccbd, mobile gateway, and Python tests live at the repository root;
87
+ - Flutter mobile app source, mobile tools, and mobile planning docs live under
88
+ [`mobile/`](mobile/).
89
+
90
+ The mobile app remains a separate build surface inside the monorepo. Core
91
+ commands such as `ccb update mobile` should consume released mobile artifacts
92
+ or the mobile release manifest, not Android build outputs checked into source.
93
+
82
94
  ### 1. Install or update
83
95
 
84
96
  New installs should use the npm package:
@@ -101,6 +113,16 @@ ccb update rich
101
113
 
102
114
  After rich is enabled, plain `ccb` opens the rich WezTerm launcher unless it is already running inside a CCB-managed rich WezTerm; use `ccb uninstall rich` to return to the normal terminal startup.
103
115
 
116
+ Install or refresh the optional mobile controller setup:
117
+
118
+ ```bash
119
+ ccb update mobile
120
+ ```
121
+
122
+ This command checks the local mobile gateway prerequisites, guides Tailscale
123
+ login/Serve setup when needed, keeps the gateway loopback-only, and prints the
124
+ current Android APK download link plus pairing steps.
125
+
104
126
  <details>
105
127
  <summary><b>GitHub release package and source install fallbacks</b></summary>
106
128
 
@@ -196,6 +218,46 @@ Run `ccb update rich` to install the optional rich workbench; it bundles Yazi wh
196
218
  <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich workbench with Yazi preview in WezTerm" width="860">
197
219
  </p>
198
220
 
221
+ <a id="mobile-app"></a>
222
+
223
+ ### Mobile App (Android Alpha)
224
+
225
+ CCB 8.0.0 includes the Flutter CCB Mobile source under [`mobile/`](mobile/)
226
+ and publishes an Android APK as a GitHub Release asset:
227
+
228
+ - [Download CCB Mobile v8.0.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.0.0/ccb-mobile-v8.0.0.apk)
229
+ - App source: [`mobile/app`](mobile/app)
230
+ - Server/gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
231
+
232
+ The mobile app is a remote controller for real server-side CCB projects. It can
233
+ discover all mounted CCB projects exposed by the server-wide mobile gateway,
234
+ switch windows and agents, render the agent transcript, send text as pane-native
235
+ input, open terminal views, and upload/download image or document attachments
236
+ through the authenticated gateway.
237
+
238
+ Recommended first-time setup:
239
+
240
+ ```bash
241
+ ccb update mobile
242
+ ```
243
+
244
+ Then follow the printed steps:
245
+
246
+ 1. Install and sign in to Tailscale on the desktop/server and the phone.
247
+ 2. Start the loopback-only CCB Mobile gateway and Tailscale Serve command shown
248
+ by CCB.
249
+ 3. Install the APK on Android.
250
+ 4. Open CCB Mobile and scan the pairing QR.
251
+
252
+ Security boundaries:
253
+
254
+ - The CCB gateway remains bound to loopback, such as `127.0.0.1:8787`.
255
+ - Tailscale Serve is used for tailnet access; Tailscale Funnel is not enabled.
256
+ - CCB does not store Tailscale passwords, OAuth tokens, admin API tokens, or
257
+ alter tailnet ACLs/grants.
258
+ - The phone only receives the scopes granted by the pairing profile, such as
259
+ view, content, terminal, file upload, and file download.
260
+
199
261
  ### Agent Roles Spec And Role Catalog
200
262
 
201
263
  CCB supports the [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec), a host-neutral way to package specialist agents as portable Role Packs. The same repository also acts as the public role catalog.
@@ -709,6 +771,20 @@ v7 highlights:
709
771
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
710
772
 
711
773
  <details open>
774
+ <summary><b>v8.0.0</b> - CCB Mobile Monorepo Release</summary>
775
+
776
+ - Ships the Flutter CCB Mobile source inside this repository and publishes the
777
+ Android APK as a GitHub Release asset.
778
+ - Adds server-wide mobile project discovery, pairing, authenticated gateway
779
+ routes, pane-native message input, transcript rendering, terminal access, and
780
+ image/document upload and download support.
781
+ - Promotes `ccb update mobile` as the guided setup entry for Tailscale Tailnet
782
+ onboarding while preserving loopback-only gateway binding and avoiding Funnel,
783
+ token storage, or ACL/grant automation.
784
+
785
+ </details>
786
+
787
+ <details>
712
788
  <summary><b>v7.7.0</b> - Runtime Accelerator Release Hardening</summary>
713
789
 
714
790
  - Ships the optional Rust `ccb-runtime-accelerator` in release artifacts, so
package/README_zh.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **可见、可控的多 Agent 合作TUI工作台**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-7.7.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.0.0-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
11
  <img src="https://img.shields.io/badge/providers-15%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -31,7 +31,7 @@
31
31
 
32
32
  **中文** | [English](README.md)
33
33
 
34
- [快速开始](#快速开始) · [v7 界面](#v7-界面速览) · [Rich 模式](#rich-mode-new) · [配置团队](#配置-agent-团队) · [Mobile Gateway Alpha](docs/mobile-cloudflare-alpha.zh.md) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
34
+ [快速开始](#快速开始) · [v7 界面](#v7-界面速览) · [Rich 模式](#rich-mode-new) · [Mobile App](#mobile-app) · [配置团队](#配置-agent-团队) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
35
35
 
36
36
  <p align="center">
37
37
  <img src="assets/readme_v7/ccb-hero-zh.png" alt="CCB v7 可见多 Agent CLI 工作台" width="960">
@@ -101,6 +101,15 @@ ccb update rich
101
101
 
102
102
  rich 启用后,普通 `ccb` 会自动打开 rich WezTerm launcher,只有当当前已经处于 CCB 自己拉起的 rich WezTerm 中时才不会再次跳转;运行 `ccb uninstall rich` 可退回普通终端启动。
103
103
 
104
+ 可选手机控制端用下面的入口安装或刷新本机侧配置:
105
+
106
+ ```bash
107
+ ccb update mobile
108
+ ```
109
+
110
+ 该命令会检查 mobile gateway 依赖,按需引导 Tailscale 登录/Serve 配置,
111
+ 保持 gateway 仅监听 loopback,并打印当前 Android APK 下载链接和扫码配对步骤。
112
+
104
113
  <details>
105
114
  <summary><b>GitHub release 包和源码安装兜底</b></summary>
106
115
 
@@ -197,6 +206,44 @@ ccb
197
206
  <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich 富媒体工作台在 WezTerm 中使用 Yazi 预览" width="860">
198
207
  </p>
199
208
 
209
+ <a id="mobile-app"></a>
210
+
211
+ ### Mobile App(Android Alpha)
212
+
213
+ CCB 8.0.0 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),
214
+ 并在 GitHub Release 中发布 Android APK:
215
+
216
+ - [下载 CCB Mobile v8.0.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.0.0/ccb-mobile-v8.0.0.apk)
217
+ - App 源码:[`mobile/app`](mobile/app)
218
+ - 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
219
+
220
+ 手机端定位是远程控制真实服务器上的 CCB 项目。它可以从 server-wide
221
+ mobile gateway 获取所有已挂载项目,切换 window/agent,渲染 agent
222
+ 对话上下文,以 pane-native 输入方式发送文本,打开 terminal 视图,并通过
223
+ 认证 gateway 上传/下载图片和文档附件。
224
+
225
+ 首次配置建议:
226
+
227
+ ```bash
228
+ ccb update mobile
229
+ ```
230
+
231
+ 然后按终端提示:
232
+
233
+ 1. 在桌面/服务器和手机上安装并登录同一个 Tailscale tailnet。
234
+ 2. 启动 CCB 打印的 loopback-only Mobile gateway 和 Tailscale Serve 命令。
235
+ 3. 在 Android 手机上安装 APK。
236
+ 4. 打开 CCB Mobile,扫描配对二维码。
237
+
238
+ 安全边界:
239
+
240
+ - CCB gateway 只绑定 loopback,例如 `127.0.0.1:8787`。
241
+ - 远程访问使用 Tailscale Serve,不启用 Tailscale Funnel。
242
+ - CCB 不保存 Tailscale 密码、OAuth token、admin API token,也不会自动修改
243
+ tailnet ACL/grants。
244
+ - 手机只获得 pairing profile 授权的 scope,例如 view、content、terminal、
245
+ file upload 和 file download。
246
+
200
247
  ### Agent Roles Spec 规范和角色库
201
248
 
202
249
  CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):这是一个 host-neutral 的专业 agent 封装规范,可把专业角色打包成可安装、可挂载、可卸载的 Role Pack。该仓库同时也是公开角色库。
@@ -695,6 +742,19 @@ v7 线重点:
695
742
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
696
743
 
697
744
  <details open>
745
+ <summary><b>v8.0.0</b> - CCB Mobile Monorepo 发布</summary>
746
+
747
+ - Flutter 版 CCB Mobile 源码正式进入本仓库,并在 GitHub Release 中发布
748
+ Android APK。
749
+ - 新增 server-wide mobile 项目发现、配对、认证 gateway 路由、pane-native
750
+ 消息输入、对话上下文渲染、terminal 访问,以及图片/文档上传下载能力。
751
+ - 将 `ccb update mobile` 提升为 Tailscale Tailnet onboarding 的统一入口,
752
+ 同时保持 gateway 仅监听 loopback,不启用 Funnel、不保存 token、不自动修改
753
+ ACL/grants。
754
+
755
+ </details>
756
+
757
+ <details>
698
758
  <summary><b>v7.7.0</b> - Runtime Accelerator 发布加固</summary>
699
759
 
700
760
  - Release artifacts 现在会携带可选 Rust `ccb-runtime-accelerator`,安装版
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.7.0
1
+ 8.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.7.0",
3
+ "version": "8.0.0",
4
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.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",