@seemseam/ccb 8.0.8 → 8.0.10

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-8.0.8-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.0.10-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>
@@ -227,10 +227,10 @@ The command walks through local setup and pairing.
227
227
  <details>
228
228
  <summary><b>Mobile App details, security boundaries, and source</b></summary>
229
229
 
230
- CCB 8.0.8 includes the Flutter CCB Mobile source under [`mobile/`](mobile/)
230
+ CCB 8.0.10 includes the Flutter CCB Mobile source under [`mobile/`](mobile/)
231
231
  and publishes an Android APK as a GitHub Release asset:
232
232
 
233
- - [Download CCB Mobile v8.0.8 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.8/ccb-mobile-v8.0.8.apk)
233
+ - [Download CCB Mobile v8.0.10 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.10/ccb-mobile-v8.0.10.apk)
234
234
  - App source: [`mobile/app`](mobile/app)
235
235
  - Server/gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
236
236
 
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-8.0.8-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.0.10-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>
@@ -120,10 +120,10 @@ ccb update mobile
120
120
  <details>
121
121
  <summary><b>Mobile App 详情、安全边界和源码</b></summary>
122
122
 
123
- CCB 8.0.8 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),
123
+ CCB 8.0.10 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),
124
124
  并在 GitHub Release 中发布 Android APK:
125
125
 
126
- - [下载 CCB Mobile v8.0.8 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.8/ccb-mobile-v8.0.8.apk)
126
+ - [下载 CCB Mobile v8.0.10 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.10/ccb-mobile-v8.0.10.apk)
127
127
  - App 源码:[`mobile/app`](mobile/app)
128
128
  - 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
129
129
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 8.0.8
1
+ 8.0.10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "8.0.8",
3
+ "version": "8.0.10",
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",