@seemseam/ccb 7.5.3 → 7.6.0
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 +21 -6
- package/README_zh.md +18 -6
- 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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.6.0-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-14%20CLI%20families-0B7285.svg" alt="providers">
|
|
12
12
|
</p>
|
|
@@ -312,7 +312,7 @@ CCB resolves config in three layers, from lowest to highest priority:
|
|
|
312
312
|
3. Project config at `.ccb/ccb.config`.
|
|
313
313
|
|
|
314
314
|
Higher layers replace lower layers as a whole; they are not merged. The project authority file is `.ccb/ccb.config`. The old `.ccb_config/ccb.config` path is legacy migration evidence only.
|
|
315
|
-
The built-in default is a v2 `[windows]` config with `agent1`, `agent2`, `agent3`,
|
|
315
|
+
The built-in default is a v2 `[windows]` config with `agent1`, `agent2`, `agent3`, and `ccb_self`. The default `ccb_self` agent uses `codex` and is bound to `agentroles.ccb_self`.
|
|
316
316
|
|
|
317
317
|
`.ccb/ccb.config` mainly controls:
|
|
318
318
|
|
|
@@ -440,10 +440,10 @@ command = "ccb-nvim"
|
|
|
440
440
|
label = "neovim"
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
|
|
444
|
-
If `nvim` is not already on `PATH`, provisioning
|
|
445
|
-
The managed profile defaults to ASCII icons so terminals without Nerd Font support do not show unreadable boxes. To opt back into LazyVim glyph icons, launch with `CCB_LAZYVIM_ICON_STYLE=glyph ccb
|
|
446
|
-
Use `ccb tools doctor
|
|
443
|
+
Rich workbench tools, including the managed Neovim profile, are installed and updated explicitly with `ccb update rich`. Ordinary `install.sh install`, `ccb update`, and `ccb tools ... neovim` do not provision standalone Neovim; the public Neovim tool route now directs users to `ccb update rich`.
|
|
444
|
+
If `nvim` is not already on `PATH`, rich provisioning may download the official Neovim release tarball for Linux/macOS and verifies the release sha256 before activating it. It does not write `~/.config/nvim`.
|
|
445
|
+
The managed profile defaults to ASCII icons so terminals without Nerd Font support do not show unreadable boxes. To opt back into LazyVim glyph icons, launch the rich workbench with `CCB_LAZYVIM_ICON_STYLE=glyph ccb rich`.
|
|
446
|
+
Use `ccb tools doctor workbench --profile rich` to verify the installed rich bundle. `ccb rich` launches only an already installed and enabled rich bundle; run `ccb update rich` first if the bundle is missing or disabled.
|
|
447
447
|
|
|
448
448
|
#### Per-agent model, API key, or base URL
|
|
449
449
|
|
|
@@ -631,6 +631,21 @@ v7 highlights:
|
|
|
631
631
|
- Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
|
|
632
632
|
|
|
633
633
|
<details open>
|
|
634
|
+
<summary><b>v7.6.0</b> - Rich Workbench Lifecycle</summary>
|
|
635
|
+
|
|
636
|
+
- Makes rich workbench an explicit optional bundle installed with
|
|
637
|
+
`ccb update rich`.
|
|
638
|
+
- Keeps ordinary `install.sh install` and `ccb update` focused on CCB itself;
|
|
639
|
+
they no longer auto-provision standalone Neovim.
|
|
640
|
+
- Public `ccb tools ... neovim` routes now refuse standalone provisioning and
|
|
641
|
+
point users to `ccb update rich`; `ccb rich` launches only an installed and
|
|
642
|
+
enabled rich bundle.
|
|
643
|
+
- Restores the CCB tmux status bar to one line by removing the old second-line
|
|
644
|
+
copy hint.
|
|
645
|
+
|
|
646
|
+
</details>
|
|
647
|
+
|
|
648
|
+
<details>
|
|
634
649
|
<summary><b>v7.5.3</b> - Kimi Runtime Reliability And Hindsight Compatibility</summary>
|
|
635
650
|
|
|
636
651
|
- Adds Kimi runtime hardening without changing other provider execution paths:
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.6.0-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-14%20CLI%20families-0B7285.svg" alt="providers">
|
|
12
12
|
</p>
|
|
@@ -308,7 +308,7 @@ CCB 配置有三层,优先级从低到高:
|
|
|
308
308
|
3. 项目配置 `.ccb/ccb.config`。
|
|
309
309
|
|
|
310
310
|
更高层会整体替换低层,不做局部合并。当前项目的权威配置文件是 `.ccb/ccb.config`;旧路径 `.ccb_config/ccb.config` 只应作为迁移参考。
|
|
311
|
-
内置默认配置是 v2 `[windows]` 拓扑,包含 `agent1`、`agent2`、`agent3
|
|
311
|
+
内置默认配置是 v2 `[windows]` 拓扑,包含 `agent1`、`agent2`、`agent3` 和 `ccb_self`。默认 `ccb_self` 使用 `codex` 并绑定 `agentroles.ccb_self`。
|
|
312
312
|
|
|
313
313
|
`.ccb/ccb.config` 主要配置这些内容:
|
|
314
314
|
|
|
@@ -431,10 +431,10 @@ command = "ccb-nvim"
|
|
|
431
431
|
label = "neovim"
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
|
|
435
|
-
如果 `PATH` 里没有 `nvim`,provisioning
|
|
436
|
-
托管 profile 默认使用 ASCII 图标,避免没有 Nerd Font 的终端出现方块/乱码。确认终端字体支持 Nerd Font 时,可用 `CCB_LAZYVIM_ICON_STYLE=glyph ccb
|
|
437
|
-
用 `ccb tools doctor
|
|
434
|
+
Rich workbench 工具(包括托管 Neovim profile)现在通过 `ccb update rich` 显式安装和更新。普通 `install.sh install`、`ccb update` 和 `ccb tools ... neovim` 不再 provision standalone Neovim;公开 Neovim 工具路由会提示使用 `ccb update rich`。
|
|
435
|
+
如果 `PATH` 里没有 `nvim`,rich provisioning 可能下载 Linux/macOS 官方 Neovim release tarball,并校验 release sha256 后再启用;不会写入 `~/.config/nvim`。
|
|
436
|
+
托管 profile 默认使用 ASCII 图标,避免没有 Nerd Font 的终端出现方块/乱码。确认终端字体支持 Nerd Font 时,可用 `CCB_LAZYVIM_ICON_STYLE=glyph ccb rich` 恢复 LazyVim 图标。
|
|
437
|
+
用 `ccb tools doctor workbench --profile rich` 验证已安装的 rich bundle。`ccb rich` 只启动已经安装并启用的 rich bundle;如果 bundle 缺失或禁用,请先运行 `ccb update rich`。
|
|
438
438
|
|
|
439
439
|
#### 给 agent 单独配置模型、API key 或 base URL
|
|
440
440
|
|
|
@@ -620,6 +620,18 @@ v7 线重点:
|
|
|
620
620
|
- 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
|
|
621
621
|
|
|
622
622
|
<details open>
|
|
623
|
+
<summary><b>v7.6.0</b> - Rich Workbench 生命周期</summary>
|
|
624
|
+
|
|
625
|
+
- Rich workbench 变为显式可选 bundle,统一通过 `ccb update rich` 安装和更新。
|
|
626
|
+
- 普通 `install.sh install` 和 `ccb update` 只处理 CCB 本体,不再自动
|
|
627
|
+
provision standalone Neovim。
|
|
628
|
+
- 公开 `ccb tools ... neovim` 路由会拒绝 standalone provisioning 并提示
|
|
629
|
+
`ccb update rich`;`ccb rich` 只启动已经安装并启用的 rich bundle。
|
|
630
|
+
- CCB tmux 状态栏恢复为单行,移除旧的第二行复制提示。
|
|
631
|
+
|
|
632
|
+
</details>
|
|
633
|
+
|
|
634
|
+
<details>
|
|
623
635
|
<summary><b>v7.5.3</b> - Kimi 运行可靠性与 Hindsight 兼容性</summary>
|
|
624
636
|
|
|
625
637
|
- 增强 Kimi 运行路径,但不改变其他 provider 的执行路径:当 native turn
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.6.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.0",
|
|
4
4
|
"description": "Visible, controllable multi-agent CLI workspace for Codex, Claude, Gemini, Kimi, MiMo, Qwen, Cursor, Copilot, Crush, Kiro, Pi, OpenCode, Antigravity, and Droid.",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",
|