@seemseam/ccb 8.0.5 → 8.0.6

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.5-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.0.6-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>
@@ -222,10 +222,10 @@ Run `ccb update rich` to install the optional rich workbench; it bundles Yazi wh
222
222
 
223
223
  ### Mobile App (Android Alpha)
224
224
 
225
- CCB 8.0.5 includes the Flutter CCB Mobile source under [`mobile/`](mobile/)
225
+ CCB 8.0.6 includes the Flutter CCB Mobile source under [`mobile/`](mobile/)
226
226
  and publishes an Android APK as a GitHub Release asset:
227
227
 
228
- - [Download CCB Mobile v8.0.5 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.5/ccb-mobile-v8.0.5.apk)
228
+ - [Download CCB Mobile v8.0.6 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.6/ccb-mobile-v8.0.6.apk)
229
229
  - App source: [`mobile/app`](mobile/app)
230
230
  - Server/gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
231
231
 
@@ -770,7 +770,7 @@ v7 highlights:
770
770
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
771
771
 
772
772
  <details open>
773
- <summary><b>v8.0.5</b> - CCB Mobile Real Project Chat Stabilization</summary>
773
+ <summary><b>v8.0.6</b> - CCB Mobile Real Project Chat Stabilization</summary>
774
774
 
775
775
  - Improves Android CCB Mobile real-project pane-native chat, status recovery,
776
776
  terminal stream handling, QR/manual pairing, input ergonomics, localization,
@@ -778,8 +778,11 @@ v7 highlights:
778
778
  - Includes the latest server-wide project listing, native provider transcript,
779
779
  provider runtime status, and mobile terminal pane input fixes from the CCB
780
780
  source line.
781
+ - Uses a compact terminal pairing QR in `ccb update mobile`, keeps the original
782
+ CCB Mobile bridge icon identity, and makes camera-unavailable scanner fallback
783
+ actionable instead of showing native plugin errors.
781
784
  - Synchronizes VERSION, package metadata, mobile app version metadata, README
782
- links, workflow defaults, and APK download URLs for 8.0.5.
785
+ links, workflow defaults, and APK download URLs for 8.0.6.
783
786
 
784
787
  </details>
785
788
 
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.5-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.0.6-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>
@@ -210,10 +210,10 @@ ccb
210
210
 
211
211
  ### Mobile App(Android Alpha)
212
212
 
213
- CCB 8.0.5 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),
213
+ CCB 8.0.6 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),
214
214
  并在 GitHub Release 中发布 Android APK:
215
215
 
216
- - [下载 CCB Mobile v8.0.5 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.5/ccb-mobile-v8.0.5.apk)
216
+ - [下载 CCB Mobile v8.0.6 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.6/ccb-mobile-v8.0.6.apk)
217
217
  - App 源码:[`mobile/app`](mobile/app)
218
218
  - 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
219
219
 
@@ -742,14 +742,16 @@ v7 线重点:
742
742
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
743
743
 
744
744
  <details open>
745
- <summary><b>v8.0.5</b> - CCB Mobile 真实项目对话稳定性</summary>
745
+ <summary><b>v8.0.6</b> - CCB Mobile 真实项目对话稳定性</summary>
746
746
 
747
747
  - 改进 Android CCB Mobile 真实项目 pane-native 对话、状态恢复、
748
748
  terminal stream、扫码/手动配对、输入体验、多语言和时间线噪音过滤。
749
749
  - 合入 CCB source 线上的 server-wide 项目列表、原生 provider transcript、
750
750
  provider runtime status 和 mobile terminal pane input 修复。
751
+ - `ccb update mobile` 改用紧凑终端配对二维码,保持原始 CCB Mobile 桥形图标,
752
+ 并把相机不可用时的扫码失败改成可操作 fallback,避免展示 native 插件错误。
751
753
  - 同步 VERSION、package metadata、mobile app version metadata、README 链接、
752
- workflow 默认值和 APK 下载链接到 8.0.5
754
+ workflow 默认值和 APK 下载链接到 8.0.6
753
755
 
754
756
  </details>
755
757
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 8.0.5
1
+ 8.0.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "8.0.5",
3
+ "version": "8.0.6",
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",