@seemseam/ccb 8.0.18 → 8.0.19
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.19-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.19 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),并在 GitHub Release 中发布 Android APK:
|
|
173
173
|
|
|
174
|
-
- [下载 CCB Mobile v8.0.
|
|
174
|
+
- [下载 CCB Mobile v8.0.19 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.0.19/ccb-mobile-v8.0.19.apk)
|
|
175
175
|
- App 源码:[`mobile/app`](mobile/app)
|
|
176
176
|
- 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
|
|
177
177
|
|
|
@@ -255,6 +255,15 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
|
|
|
255
255
|
## 新版本记录
|
|
256
256
|
|
|
257
257
|
<details open>
|
|
258
|
+
<summary><b>v8.0.19</b> - Mobile host 启动健康检查修复</summary>
|
|
259
|
+
|
|
260
|
+
- `ccb update mobile` 对 server-wide loopback `/v1/health` 使用更宽松的单次请求超时和总启动等待窗口,避免挂载项目较多时误判后台 gateway 不健康。
|
|
261
|
+
- 新增 regression test 覆盖健康响应晚于旧 0.5 秒请求超时时仍应启动成功。
|
|
262
|
+
- `ccb update mobile` 默认 APK 下载链接、README、package metadata 和 mobile app version metadata 对齐到 8.0.19。
|
|
263
|
+
|
|
264
|
+
</details>
|
|
265
|
+
|
|
266
|
+
<details>
|
|
258
267
|
<summary><b>v8.0.18</b> - Codex auth 投影与 Mobile host health 修复</summary>
|
|
259
268
|
|
|
260
269
|
- Codex managed `CODEX_HOME` materialize 阶段会同步 `auth.json`、`config.toml`、`company-codex-api-key`、`company-codex.config.toml`,以及 `config.toml` 中引用到的安全 auth/key/token sidecar 文件名。
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
8.0.
|
|
1
|
+
8.0.19
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.19",
|
|
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",
|