@seemseam/ccb 7.6.12 → 7.6.14

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 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-7.6.12-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.14-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>
@@ -31,7 +31,7 @@
31
31
 
32
32
  **English** | [中文](README_zh.md)
33
33
 
34
- [Quick Start](#quick-start) · [v7 UI](#v7-ui-tour) · [Rich Mode](#rich-mode-new) · [Configure Agents](#configure-your-agent-team) · [User Guide](docs/manuals/user-guide/) · [Developer Guide](docs/manuals/developer-guide/)
34
+ [Quick Start](#quick-start) · [v7 UI](#v7-ui-tour) · [Rich Mode](#rich-mode-new) · [Configure Agents](#configure-your-agent-team) · [Mobile Gateway Alpha](docs/mobile-cloudflare-alpha.md) · [User Guide](docs/manuals/user-guide/) · [Developer Guide](docs/manuals/developer-guide/)
35
35
 
36
36
  <p align="center">
37
37
  <img src="assets/readme_v7/ccb-hero-en.png" alt="CCB v7 visible multi-agent CLI workspace" width="960">
@@ -147,8 +147,6 @@ review = "reviewer:claude, qa:gemini"
147
147
  mode = "every_window"
148
148
  width = "15%"
149
149
  bottom_height = 20
150
-
151
- [ui.sidebar.view]
152
150
  agents_height = "50%"
153
151
  comms_height = "15%"
154
152
  tips_height = "35%"
@@ -395,7 +393,7 @@ The built-in default is a v2 `[windows]` config with `agent1`, `agent2`, `agent3
395
393
  | Window grouping | `[windows]` | Group agents into tmux windows such as `main`, `work`, `review`, or `research`. |
396
394
  | Agent name and provider | `main:codex`, `reviewer:claude` | Names are used by the UI, ask routing, and memory files; provider decides which CLI starts. |
397
395
  | Workspace isolation | `worker1:codex(worktree)` | Gives implementation agents isolated git worktrees to reduce accidental overlap. |
398
- | Sidebar behavior | `[ui.sidebar]` | Controls whether the sidebar appears in every window, plus width and Comms height. |
396
+ | Sidebar behavior | `[ui.sidebar]` | Controls whether the sidebar appears in every window, its left/right position, width, and Comms height. |
399
397
  | Tool windows | `[tool_windows.<name>]` | Add managed non-agent windows such as the rich workbench; they appear as one sidebar row and are not `ask` targets. |
400
398
  | Per-agent model/API | `[agents.<name>]` | Configure `model`, `key`, `url`, and related agent-local overrides. |
401
399
  | Role Pack binding | `agentroles.archi:codex` | Bind a reusable role package through a window leaf; role assets are installed once and projected into the derived agent. |
@@ -500,8 +498,6 @@ review = "reviewer:claude, qa:gemini"
500
498
  mode = "every_window"
501
499
  width = "15%"
502
500
  bottom_height = 20
503
-
504
- [ui.sidebar.view]
505
501
  agents_height = "50%"
506
502
  comms_height = "15%"
507
503
  tips_height = "35%"
@@ -712,6 +708,39 @@ v7 highlights:
712
708
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
713
709
 
714
710
  <details open>
711
+ <summary><b>v7.6.14</b> - Mobile Gateway Alpha And Codex Diagnostics</summary>
712
+
713
+ - Adds the mobile gateway alpha surface: authenticated pairing, focus routes,
714
+ terminal open/resume/history routes, websocket terminal frames, public route
715
+ metadata, and device revocation commands.
716
+ - Adds right-side sidebar placement and flattened `[ui.sidebar]` rendering while
717
+ keeping legacy `[ui.sidebar.view]` input compatible.
718
+ - Supports multiple local agents sharing one Role Pack role id without
719
+ collapsing them into a single runtime identity.
720
+ - Reduces Codex diagnostic SQLite churn by filtering TRACE/DEBUG log rows by
721
+ default while preserving INFO/ERROR rows; `CCB_CODEX_DIAGNOSTIC_LOGS=1`
722
+ disables the filter.
723
+
724
+ </details>
725
+
726
+ <details>
727
+ <summary><b>v7.6.13</b> - Provider Profile Overlay Fixes</summary>
728
+
729
+ - Codex plugin overrides now resolve in the intended order: inherited source
730
+ config, `provider_profile.plugins`, then `CCB_CODEX_PLUGIN_OVERRIDES_JSON` /
731
+ `CCB_CODEX_PLUGIN_OVERRIDES`.
732
+ - Codex agents without an inherited `config.toml` now still materialize
733
+ `provider_profile.plugins` into managed `config.toml`.
734
+ - Claude `provider_profile.mcp_servers` now works even when the source
735
+ `.claude.json` does not exist, and `enabled = false` clears stale managed MCP
736
+ servers from the agent trust file.
737
+ - Callback continuations now preserve the upstream finalization target, and
738
+ inherited ask skills remind agents not to answer callback continuations before
739
+ upstream results are available.
740
+
741
+ </details>
742
+
743
+ <details>
715
744
  <summary><b>v7.6.12</b> - Claude MCP And Hook Inheritance</summary>
716
745
 
717
746
  - Managed Claude agents now inherit Claude Code MCP configuration from the
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-7.6.12-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.14-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>
@@ -31,7 +31,7 @@
31
31
 
32
32
  **中文** | [English](README.md)
33
33
 
34
- [快速开始](#快速开始) · [v7 界面](#v7-界面速览) · [Rich 模式](#rich-mode-new) · [配置团队](#配置-agent-团队) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
34
+ [快速开始](#快速开始) · [v7 界面](#v7-界面速览) · [Rich 模式](#rich-mode-new) · [配置团队](#配置-agent-团队) · [Mobile Gateway Alpha](docs/mobile-cloudflare-alpha.zh.md) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
35
35
 
36
36
  <p align="center">
37
37
  <img src="assets/readme_v7/ccb-hero-zh.png" alt="CCB v7 可见多 Agent CLI 工作台" width="960">
@@ -148,8 +148,6 @@ review = "reviewer:claude, qa:gemini"
148
148
  mode = "every_window"
149
149
  width = "15%"
150
150
  bottom_height = 20
151
-
152
- [ui.sidebar.view]
153
151
  agents_height = "50%"
154
152
  comms_height = "15%"
155
153
  tips_height = "35%"
@@ -391,7 +389,7 @@ CCB 配置有三层,优先级从低到高:
391
389
  | window 分组 | `[windows]` | 把 agent 分到 `main`、`work`、`review`、`research` 等 tmux window。 |
392
390
  | agent 名称和 provider | `main:codex`、`reviewer:claude` | 名称用于界面、ask 路由和记忆文件;provider 决定启动哪家 CLI。 |
393
391
  | 工作区隔离 | `worker1:codex(worktree)` | 给实现类 agent 独立 git worktree,降低互相覆盖的风险。 |
394
- | sidebar 行为 | `[ui.sidebar]` | 控制 sidebar 是否每个 window 都显示、宽度和 Comms 高度。 |
392
+ | sidebar 行为 | `[ui.sidebar]` | 控制 sidebar 是否每个 window 都显示、左右位置、宽度和 Comms 高度。 |
395
393
  | 工具 window | `[tool_windows.<name>]` | 添加 rich 富媒体工作台这类非 agent 托管 window;sidebar 只显示一行,不是 `ask` 目标。 |
396
394
  | 单 agent 模型/API | `[agents.<name>]` | 可为不同 agent 配 `model`、`key`、`url` 等。 |
397
395
  | Role Pack 绑定 | `agentroles.archi:codex` | 通过 window leaf 绑定可复用角色包;role 资产统一安装,再投影到解析出的 agent。 |
@@ -488,8 +486,6 @@ review = "reviewer:claude, qa:gemini"
488
486
  mode = "every_window"
489
487
  width = "15%"
490
488
  bottom_height = 20
491
-
492
- [ui.sidebar.view]
493
489
  agents_height = "50%"
494
490
  comms_height = "15%"
495
491
  tips_height = "35%"
@@ -698,6 +694,37 @@ v7 线重点:
698
694
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
699
695
 
700
696
  <details open>
697
+ <summary><b>v7.6.14</b> - Mobile Gateway Alpha 与 Codex 诊断治理</summary>
698
+
699
+ - 新增 Mobile Gateway Alpha 能力:认证 pairing、focus routes、terminal
700
+ open/resume/history routes、websocket terminal frames、public route metadata
701
+ 和设备撤销命令。
702
+ - 新增 sidebar 右侧放置能力,并把 canonical `[ui.sidebar]` 渲染扁平化;
703
+ legacy `[ui.sidebar.view]` 输入继续兼容。
704
+ - 支持多个本地 agent 共用同一个 Role Pack role id,不再被折叠成单一运行时身份。
705
+ - 降低 Codex diagnostic SQLite 写盘抖动:默认过滤 TRACE/DEBUG 日志行并保留
706
+ INFO/ERROR;设置 `CCB_CODEX_DIAGNOSTIC_LOGS=1` 可关闭过滤。
707
+
708
+ </details>
709
+
710
+ <details>
711
+ <summary><b>v7.6.13</b> - Provider Profile Overlay 修复</summary>
712
+
713
+ - Codex plugin override 现在按预期顺序解析:继承的 source config、
714
+ `provider_profile.plugins`,最后是
715
+ `CCB_CODEX_PLUGIN_OVERRIDES_JSON` / `CCB_CODEX_PLUGIN_OVERRIDES` 环境覆盖。
716
+ - 没有继承 `config.toml` 的 Codex agent 现在也会把
717
+ `provider_profile.plugins` 写入 managed `config.toml`。
718
+ - Claude `provider_profile.mcp_servers` 现在即使 source `.claude.json`
719
+ 不存在也会生效,`enabled = false` 会清理 agent trust file 里的 stale
720
+ managed MCP server。
721
+ - callback continuation 现在会保留明确的 upstream finalization target;
722
+ 继承的 ask skills 也会提醒 agent 在 upstream 结果可用前不要提前回答
723
+ callback continuation。
724
+
725
+ </details>
726
+
727
+ <details>
701
728
  <summary><b>v7.6.12</b> - Claude MCP 与 Hook 继承</summary>
702
729
 
703
730
  - managed Claude agent 现在会从 source `.claude.json` 继承 Claude Code MCP
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.12
1
+ 7.6.14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.12",
3
+ "version": "7.6.14",
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",