@seemseam/ccb 8.0.13 → 8.0.14

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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/README.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.13-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.0.14-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>
@@ -193,9 +193,9 @@ ccb update mobile
193
193
  <details>
194
194
  <summary><b>Mobile App 详情、安全边界和源码</b></summary>
195
195
 
196
- CCB 8.0.13 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),并在 GitHub Release 中发布 Android APK:
196
+ CCB 8.0.14 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),并在 GitHub Release 中发布 Android APK:
197
197
 
198
- - [下载 CCB Mobile v8.0.13 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.13/ccb-mobile-v8.0.13.apk)
198
+ - [下载 CCB Mobile v8.0.14 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.14/ccb-mobile-v8.0.14.apk)
199
199
  - App 源码:[`mobile/app`](mobile/app)
200
200
  - 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
201
201
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 8.0.13
1
+ 8.0.14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "8.0.13",
3
+ "version": "8.0.14",
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",