@seemseam/ccb 8.0.17 → 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 +30 -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
|
|
|
@@ -208,6 +208,9 @@ rich 启用后,普通 `ccb` 会自动打开 rich WezTerm launcher,只有当
|
|
|
208
208
|
|
|
209
209
|
CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):这是一个 host-neutral 的专业 agent 封装规范,可把 skills、记忆和工具依赖打包成可安装、可挂载、可卸载的 Role Pack。该仓库同时也是公开角色库。
|
|
210
210
|
|
|
211
|
+
<details>
|
|
212
|
+
<summary><b>查看公开角色列表</b></summary>
|
|
213
|
+
|
|
211
214
|
| Role | 基本功能 |
|
|
212
215
|
| :--- | :--- |
|
|
213
216
|
| `agentroles.ccb_self` | CCB 自维护、配置辅助、运行诊断、受保护恢复和工作流编排。 |
|
|
@@ -217,6 +220,8 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
|
|
|
217
220
|
| `agentroles.mother` | Role 创建、Role source 审计、角色研究、蓝图设计和 Agent Roles 规范合规检查。 |
|
|
218
221
|
| `agentroles.su_ccb` | SU-CCB 工作流操作,覆盖需求分析、计划、派发、审查 gate、归档和恢复。 |
|
|
219
222
|
|
|
223
|
+
</details>
|
|
224
|
+
|
|
220
225
|
<a id="config-memory"></a>
|
|
221
226
|
|
|
222
227
|
## 配置和共享记忆
|
|
@@ -250,6 +255,28 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
|
|
|
250
255
|
## 新版本记录
|
|
251
256
|
|
|
252
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>
|
|
267
|
+
<summary><b>v8.0.18</b> - Codex auth 投影与 Mobile host health 修复</summary>
|
|
268
|
+
|
|
269
|
+
- Codex managed `CODEX_HOME` materialize 阶段会同步 `auth.json`、`config.toml`、`company-codex-api-key`、`company-codex.config.toml`,以及 `config.toml` 中引用到的安全 auth/key/token sidecar 文件名。
|
|
270
|
+
- 新增 `.ccb-auth-projection.json` 证据 manifest,只记录来源/目标存在性、大小和 SHA256,不保存密钥明文。
|
|
271
|
+
- 显式 Codex API authority 会清理继承来的 auth sidecar,避免全局登录态和 agent-local API 配置混用。
|
|
272
|
+
- WSL 下 Codex 解析到 Windows interop 可执行文件时,`ccb doctor` 会标记 `reason=wsl_windows_interop_executable`。
|
|
273
|
+
- server-wide mobile 项目发现会容忍 stale project 记录,避免单个失效项目拖垮整体列表。
|
|
274
|
+
- README 角色列表改为折叠显示,并更新联系方式中的微信图片。
|
|
275
|
+
- `ccb update mobile` 默认 APK 下载链接、README、package metadata 和 mobile app version metadata 对齐到 8.0.18。
|
|
276
|
+
|
|
277
|
+
</details>
|
|
278
|
+
|
|
279
|
+
<details>
|
|
253
280
|
<summary><b>v8.0.17</b> - Ask 回复稳定性与 Mobile 更新修复</summary>
|
|
254
281
|
|
|
255
282
|
- Codex ask 回复检测改为基于无进展时间,长 session 文件持续写入时不会按提交时间误失败。
|
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",
|