@seemseam/ccb 7.6.13 → 7.6.15
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 +33 -7
- package/README_zh.md +29 -7
- package/VERSION +1 -1
- package/package.json +1 -1
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.6.15-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,
|
|
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,36 @@ 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.15</b> - Codex Diagnostics And Sidebar Focus</summary>
|
|
712
|
+
|
|
713
|
+
- Redirects managed Codex `logs_2.sqlite` diagnostic writes to temporary
|
|
714
|
+
storage by default and blocks diagnostic log inserts, while diagnostics mode
|
|
715
|
+
can restore the original database path for troubleshooting.
|
|
716
|
+
- Falls back to the in-place diagnostic trigger path when the temporary SQLite
|
|
717
|
+
symlink cannot be installed.
|
|
718
|
+
- Fixes sidebar clicks for agents in other tmux windows by selecting the target
|
|
719
|
+
window before selecting the pane, with pane-id fallback when window metadata
|
|
720
|
+
is missing.
|
|
721
|
+
|
|
722
|
+
</details>
|
|
723
|
+
|
|
724
|
+
<details>
|
|
725
|
+
<summary><b>v7.6.14</b> - Mobile Gateway Alpha And Codex Diagnostics</summary>
|
|
726
|
+
|
|
727
|
+
- Adds the mobile gateway alpha surface: authenticated pairing, focus routes,
|
|
728
|
+
terminal open/resume/history routes, websocket terminal frames, public route
|
|
729
|
+
metadata, and device revocation commands.
|
|
730
|
+
- Adds right-side sidebar placement and flattened `[ui.sidebar]` rendering while
|
|
731
|
+
keeping legacy `[ui.sidebar.view]` input compatible.
|
|
732
|
+
- Supports multiple local agents sharing one Role Pack role id without
|
|
733
|
+
collapsing them into a single runtime identity.
|
|
734
|
+
- Reduces Codex diagnostic SQLite churn by filtering TRACE/DEBUG log rows by
|
|
735
|
+
default while preserving INFO/ERROR rows; `CCB_CODEX_DIAGNOSTIC_LOGS=1`
|
|
736
|
+
disables the filter.
|
|
737
|
+
|
|
738
|
+
</details>
|
|
739
|
+
|
|
740
|
+
<details>
|
|
715
741
|
<summary><b>v7.6.13</b> - Provider Profile Overlay Fixes</summary>
|
|
716
742
|
|
|
717
743
|
- Codex plugin overrides now resolve in the intended order: inherited source
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.6.15-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
|
|
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,32 @@ v7 线重点:
|
|
|
698
694
|
- 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
|
|
699
695
|
|
|
700
696
|
<details open>
|
|
697
|
+
<summary><b>v7.6.15</b> - Codex 诊断与 Sidebar Focus 修复</summary>
|
|
698
|
+
|
|
699
|
+
- managed Codex 默认把 `logs_2.sqlite` 诊断写入重定向到临时存储,并阻断
|
|
700
|
+
diagnostic log insert;diagnostics 模式可恢复原始数据库路径用于排查。
|
|
701
|
+
- 如果临时 SQLite symlink 无法安装,会回退到 in-place diagnostic trigger
|
|
702
|
+
路径,避免启动失败。
|
|
703
|
+
- 修复 sidebar 点击其他 tmux window 中 agent 的聚焦路径:先选择目标
|
|
704
|
+
window,再选择 pane;缺少 window 元数据时继续保留 pane id 兜底。
|
|
705
|
+
|
|
706
|
+
</details>
|
|
707
|
+
|
|
708
|
+
<details>
|
|
709
|
+
<summary><b>v7.6.14</b> - Mobile Gateway Alpha 与 Codex 诊断治理</summary>
|
|
710
|
+
|
|
711
|
+
- 新增 Mobile Gateway Alpha 能力:认证 pairing、focus routes、terminal
|
|
712
|
+
open/resume/history routes、websocket terminal frames、public route metadata
|
|
713
|
+
和设备撤销命令。
|
|
714
|
+
- 新增 sidebar 右侧放置能力,并把 canonical `[ui.sidebar]` 渲染扁平化;
|
|
715
|
+
legacy `[ui.sidebar.view]` 输入继续兼容。
|
|
716
|
+
- 支持多个本地 agent 共用同一个 Role Pack role id,不再被折叠成单一运行时身份。
|
|
717
|
+
- 降低 Codex diagnostic SQLite 写盘抖动:默认过滤 TRACE/DEBUG 日志行并保留
|
|
718
|
+
INFO/ERROR;设置 `CCB_CODEX_DIAGNOSTIC_LOGS=1` 可关闭过滤。
|
|
719
|
+
|
|
720
|
+
</details>
|
|
721
|
+
|
|
722
|
+
<details>
|
|
701
723
|
<summary><b>v7.6.13</b> - Provider Profile Overlay 修复</summary>
|
|
702
724
|
|
|
703
725
|
- Codex plugin override 现在按预期顺序解析:继承的 source config、
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.6.
|
|
1
|
+
7.6.15
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.15",
|
|
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",
|