@seemseam/ccb 7.6.6 → 7.6.8

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.6-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.8-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>
@@ -30,7 +30,7 @@
30
30
 
31
31
  **English** | [中文](README_zh.md)
32
32
 
33
- [Quick Start](#quick-start) · [v7 UI](#v7-ui-tour) · [Configure Agents](#configure-your-agent-team) · [User Guide](docs/manuals/user-guide/) · [Developer Guide](docs/manuals/developer-guide/)
33
+ [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
34
 
35
35
  <p align="center">
36
36
  <img src="assets/readme_v7/ccb-hero-en.png" alt="CCB v7 visible multi-agent CLI workspace" width="960">
@@ -89,7 +89,7 @@ Install or refresh the optional rich media workbench; it bundles verified binari
89
89
  ccb update rich
90
90
  ```
91
91
 
92
- After rich is enabled, plain `ccb` opens the rich WezTerm launcher when needed; use `ccb uninstall rich` to return to the normal terminal startup.
92
+ After rich is enabled, plain `ccb` opens the rich WezTerm launcher unless it is already running inside a CCB-managed rich WezTerm; use `ccb uninstall rich` to return to the normal terminal startup.
93
93
 
94
94
  <details>
95
95
  <summary><b>GitHub release package and source install fallbacks</b></summary>
@@ -182,10 +182,10 @@ Agents can also call `/ask` from workflow orchestration to delegate and hand off
182
182
 
183
183
  ### Rich Mode (NEW!)
184
184
 
185
- Run `ccb update rich` to install the optional rich workbench; it bundles Yazi where possible, uses WezTerm for the rich terminal surface, and gives Markdown rendering plus image/PDF/video previews. After installation, plain `ccb` automatically opens this rich launcher outside WezTerm; `ccb rich` remains available as an explicit launcher.
185
+ Run `ccb update rich` to install the optional rich workbench; it bundles Yazi where possible, uses WezTerm for the rich terminal surface, and gives Markdown rendering plus image/PDF/video previews. After installation, plain `ccb` automatically opens this rich launcher unless it is already running inside a CCB-managed rich WezTerm; `ccb rich` remains available as an explicit launcher.
186
186
 
187
187
  <p align="center">
188
- <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich workbench with Yazi Markdown preview in WezTerm" width="860">
188
+ <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich workbench with Yazi preview in WezTerm" width="860">
189
189
  </p>
190
190
 
191
191
  ### Contact
@@ -641,6 +641,36 @@ v7 highlights:
641
641
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
642
642
 
643
643
  <details open>
644
+ <summary><b>v7.6.8</b> - Role Pack Current Store</summary>
645
+
646
+ - Role Pack runtime lookup now follows the installed current package under
647
+ `.roles/installed/<role-id>/current`; legacy multi-version stores remain
648
+ compatibility input only.
649
+ - Project `.ccb/role-lock.json` files are now legacy diagnostics: CCB no
650
+ longer writes them, adopts from them, or suppresses role memory and skills
651
+ because of stale lock residue.
652
+ - Provider launch sessions record role id, version, and digest; restart now
653
+ fails explicitly when the launch digest differs from installed current instead
654
+ of silently resuming an old provider conversation.
655
+ - Release artifact metadata patching now targets `ccb.py` after the bash
656
+ launcher split, keeping built tarballs on the intended version.
657
+
658
+ </details>
659
+
660
+ <details>
661
+ <summary><b>v7.6.7</b> - Rich Workbench Closure</summary>
662
+
663
+ - Plain `ccb` and `ccb rich` now launch the CCB-managed rich WezTerm unless
664
+ already inside that managed rich session; ordinary external WezTerm sessions
665
+ no longer suppress rich auto-start.
666
+ - Runtime entrypoints share the `_ccb-python` launcher, keeping installed and
667
+ source command execution pinned to the intended Python interpreter.
668
+ - Built-in defaults keep `ccb_self` in its own `claude` window, while ordinary
669
+ default startup still avoids standalone Neovim tool windows.
670
+
671
+ </details>
672
+
673
+ <details>
644
674
  <summary><b>v7.6.6</b> - Role Store Home Pinning</summary>
645
675
 
646
676
  - Pins role store lookup outside managed provider homes so provider session
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.6-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.8-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>
@@ -30,7 +30,7 @@
30
30
 
31
31
  **中文** | [English](README.md)
32
32
 
33
- [快速开始](#快速开始) · [v7 界面](#v7-界面速览) · [配置团队](#配置-agent-团队) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
33
+ [快速开始](#快速开始) · [v7 界面](#v7-界面速览) · [Rich 模式](#rich-mode-new) · [配置团队](#配置-agent-团队) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
34
34
 
35
35
  <p align="center">
36
36
  <img src="assets/readme_v7/ccb-hero-zh.png" alt="CCB v7 可见多 Agent CLI 工作台" width="960">
@@ -89,7 +89,7 @@ ccb update
89
89
  ccb update rich
90
90
  ```
91
91
 
92
- rich 启用后,普通 `ccb` 会在需要时自动打开 rich WezTerm launcher;运行 `ccb uninstall rich` 可退回普通终端启动。
92
+ rich 启用后,普通 `ccb` 会自动打开 rich WezTerm launcher,只有当当前已经处于 CCB 自己拉起的 rich WezTerm 中时才不会再次跳转;运行 `ccb uninstall rich` 可退回普通终端启动。
93
93
 
94
94
  <details>
95
95
  <summary><b>GitHub release 包和源码安装兜底</b></summary>
@@ -183,10 +183,10 @@ ccb
183
183
 
184
184
  ### Rich 模式(NEW!)
185
185
 
186
- 运行 `ccb update rich` 安装可选富媒体工作台;它会尽量封装 Yazi 等二进制,并用 WezTerm 承载富媒体终端界面,提供 Markdown 渲染和图片/PDF/视频预览。安装后,普通 `ccb` WezTerm 外会自动打开 rich launcher;`ccb rich` 仍可作为显式启动入口。
186
+ 运行 `ccb update rich` 安装可选富媒体工作台;它会尽量封装 Yazi 等二进制,并用 WezTerm 承载富媒体终端界面,提供 Markdown 渲染和图片/PDF/视频预览。安装后,普通 `ccb` 会自动打开 rich launcher,只有当当前已经处于 CCB 自己拉起的 rich WezTerm 中时才不会再次跳转;`ccb rich` 仍可作为显式启动入口。
187
187
 
188
188
  <p align="center">
189
- <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich 富媒体工作台在 WezTerm 中使用 Yazi 预览 Markdown" width="860">
189
+ <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich 富媒体工作台在 WezTerm 中使用 Yazi 预览" width="860">
190
190
  </p>
191
191
 
192
192
  ### 联系方式
@@ -630,6 +630,33 @@ v7 线重点:
630
630
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
631
631
 
632
632
  <details open>
633
+ <summary><b>v7.6.8</b> - Role Pack Current Store</summary>
634
+
635
+ - Role Pack 运行时现在跟随 `.roles/installed/<role-id>/current` 下的当前安装包;
636
+ 旧的多版本 store 只作为兼容输入,不再是运行时主权。
637
+ - 项目 `.ccb/role-lock.json` 现在是 legacy diagnostic:CCB 不再写入、不再从
638
+ lock adopt,也不会因为旧 lock 残留而 suppress role memory/skills。
639
+ - provider 启动 session 会记录 role id、version 和 digest;当启动 digest 与
640
+ installed current 不一致时,restart 会明确失败,而不是静默恢复旧 provider
641
+ 会话并假装采用了新 role。
642
+ - release artifact 元数据 patch 现在指向 bash launcher 拆分后的 `ccb.py`,
643
+ 确保构建出的 tarball 携带正确版本。
644
+
645
+ </details>
646
+
647
+ <details>
648
+ <summary><b>v7.6.7</b> - Rich Workbench 闭环</summary>
649
+
650
+ - 普通 `ccb` 和 `ccb rich` 现在会启动 CCB 托管的 rich WezTerm;只有已经在该
651
+ CCB 托管 rich 会话内时才跳过自动启动,普通外部 WezTerm 不再误判为 rich。
652
+ - 运行入口统一走 `_ccb-python` launcher,让安装版和源码版命令都固定到预期
653
+ Python 解释器。
654
+ - 内置默认配置继续把 `ccb_self` 放在独立 `claude` window,同时普通默认启动
655
+ 不恢复 standalone Neovim tool window。
656
+
657
+ </details>
658
+
659
+ <details>
633
660
  <summary><b>v7.6.6</b> - Role Store Home Pinning</summary>
634
661
 
635
662
  - role store lookup 现在会固定在 managed provider home 之外,provider session
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.6
1
+ 7.6.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.6",
3
+ "version": "7.6.8",
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",