@seemseam/ccb 8.0.15 → 8.0.16
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 +12 -3
- package/VERSION +1 -1
- 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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.0.16-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>
|
|
@@ -169,9 +169,9 @@ ccb update mobile
|
|
|
169
169
|
<details>
|
|
170
170
|
<summary><b>Mobile App 详情、安全边界和源码</b></summary>
|
|
171
171
|
|
|
172
|
-
CCB 8.0.
|
|
172
|
+
CCB 8.0.16 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),并在 GitHub Release 中发布 Android APK:
|
|
173
173
|
|
|
174
|
-
- [下载 CCB Mobile v8.0.
|
|
174
|
+
- [下载 CCB Mobile v8.0.16 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.0.16/ccb-mobile-v8.0.16.apk)
|
|
175
175
|
- App 源码:[`mobile/app`](mobile/app)
|
|
176
176
|
- 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
|
|
177
177
|
|
|
@@ -250,6 +250,15 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
|
|
|
250
250
|
## 新版本记录
|
|
251
251
|
|
|
252
252
|
<details open>
|
|
253
|
+
<summary><b>v8.0.16</b> - Mobile 重连与 pane 活动记录</summary>
|
|
254
|
+
|
|
255
|
+
- CCB Mobile Terminal 模式增加自动重连诊断与恢复路径,断线时会显示 Reconnecting,并在恢复后继续使用当前 agent pane。
|
|
256
|
+
- mobile gateway 在 pane 输入路径记录项目活动,保证 mobile 项目列表最近使用排序能感知 Terminal 输入。
|
|
257
|
+
- `ccb update mobile` 默认 APK 下载链接、README、package metadata 和 mobile release manifest 对齐到 8.0.16。
|
|
258
|
+
|
|
259
|
+
</details>
|
|
260
|
+
|
|
261
|
+
<details>
|
|
253
262
|
<summary><b>v8.0.12</b> - Release CI 可移植性与 README 多语言同步</summary>
|
|
254
263
|
|
|
255
264
|
- mobile host registry 测试现在把临时 Unix socket 放到短的 `/tmp/ccb-sock-*` 路径,避免 macOS CI 触发 `AF_UNIX path too long`。
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
8.0.
|
|
1
|
+
8.0.16
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.16",
|
|
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",
|