@seemseam/ccb 8.0.3 → 8.0.4
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 +13 -3
- package/README_zh.md +13 -3
- package/VERSION +1 -1
- package/package.json +1 -1
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.0.4-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.
|
|
225
|
+
CCB 8.0.4 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.
|
|
228
|
+
- [Download CCB Mobile v8.0.4 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.4/ccb-mobile-v8.0.4.apk)
|
|
229
229
|
- App source: [`mobile/app`](mobile/app)
|
|
230
230
|
- Server/gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
|
|
231
231
|
|
|
@@ -770,6 +770,16 @@ 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.4</b> - CCB Mobile Project List Stability</summary>
|
|
774
|
+
|
|
775
|
+
- Accelerates `/v1/projects` for server-wide mobile gateways by checking
|
|
776
|
+
mounted project health concurrently while preserving registry order.
|
|
777
|
+
- Reduces noisy BrokenPipe/connection-reset tracebacks when a phone disconnects
|
|
778
|
+
or times out while a response is being written.
|
|
779
|
+
|
|
780
|
+
</details>
|
|
781
|
+
|
|
782
|
+
<details>
|
|
773
783
|
<summary><b>v8.0.3</b> - npm Release Metadata Fix</summary>
|
|
774
784
|
|
|
775
785
|
- Fixes npm provenance metadata so `@seemseam/ccb` publishes from the canonical
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.0.4-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.
|
|
213
|
+
CCB 8.0.4 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),
|
|
214
214
|
并在 GitHub Release 中发布 Android APK:
|
|
215
215
|
|
|
216
|
-
- [下载 CCB Mobile v8.0.
|
|
216
|
+
- [下载 CCB Mobile v8.0.4 APK](https://github.com/bfly123/claude_code_bridge/releases/download/v8.0.4/ccb-mobile-v8.0.4.apk)
|
|
217
217
|
- App 源码:[`mobile/app`](mobile/app)
|
|
218
218
|
- 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
|
|
219
219
|
|
|
@@ -742,6 +742,16 @@ v7 线重点:
|
|
|
742
742
|
- 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
|
|
743
743
|
|
|
744
744
|
<details open>
|
|
745
|
+
<summary><b>v8.0.4</b> - CCB Mobile 项目列表稳定性</summary>
|
|
746
|
+
|
|
747
|
+
- server-wide mobile gateway 的 `/v1/projects` 现在会并发检查已挂载项目健康状态,
|
|
748
|
+
同时保持 registry 顺序,避免项目较多时手机端加载超时或连接中断。
|
|
749
|
+
- 手机断开或超时时,mobile gateway 不再为普通 BrokenPipe/connection reset
|
|
750
|
+
写出刷 traceback。
|
|
751
|
+
|
|
752
|
+
</details>
|
|
753
|
+
|
|
754
|
+
<details>
|
|
745
755
|
<summary><b>v8.0.3</b> - npm Release Metadata 修复</summary>
|
|
746
756
|
|
|
747
757
|
- 修复 npm provenance metadata,使 `@seemseam/ccb` 的发布仓库与 GitHub
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
8.0.
|
|
1
|
+
8.0.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.4",
|
|
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",
|