@seemseam/ccb 8.0.16 → 8.0.17
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 +14 -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.17-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.17 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](mobile/),并在 GitHub Release 中发布 Android APK:
|
|
173
173
|
|
|
174
|
-
- [下载 CCB Mobile v8.0.
|
|
174
|
+
- [下载 CCB Mobile v8.0.17 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.0.17/ccb-mobile-v8.0.17.apk)
|
|
175
175
|
- App 源码:[`mobile/app`](mobile/app)
|
|
176
176
|
- 服务端 gateway 源码:[`lib/mobile_gateway`](lib/mobile_gateway)
|
|
177
177
|
|
|
@@ -250,6 +250,17 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
|
|
|
250
250
|
## 新版本记录
|
|
251
251
|
|
|
252
252
|
<details open>
|
|
253
|
+
<summary><b>v8.0.17</b> - Ask 回复稳定性与 Mobile 更新修复</summary>
|
|
254
|
+
|
|
255
|
+
- Codex ask 回复检测改为基于无进展时间,长 session 文件持续写入时不会按提交时间误失败。
|
|
256
|
+
- 官方 session/log 缺失时返回可诊断的非成功状态,避免 silent stuck;明确 shutdown 时标记为 provider crashed。
|
|
257
|
+
- Mobile frontdesk 消息提交改走 ccbd ask job,不再直接写 pane。
|
|
258
|
+
- `ccb watch` 默认不再 10 秒超时,`ccb update mobile` 等长等待路径可以等到真实终态;显式 `CCB_WATCH_TIMEOUT_S` 仍会生效。
|
|
259
|
+
- `ccb update mobile` 默认 APK 下载链接、README、package metadata 和 mobile app version metadata 对齐到 8.0.17。
|
|
260
|
+
|
|
261
|
+
</details>
|
|
262
|
+
|
|
263
|
+
<details>
|
|
253
264
|
<summary><b>v8.0.16</b> - Mobile 重连与 pane 活动记录</summary>
|
|
254
265
|
|
|
255
266
|
- CCB Mobile Terminal 模式增加自动重连诊断与恢复路径,断线时会显示 Reconnecting,并在恢复后继续使用当前 agent pane。
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
8.0.
|
|
1
|
+
8.0.17
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.17",
|
|
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",
|