@seemseam/ccb 7.6.5 → 7.6.6

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.5-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.6-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>
@@ -185,7 +185,7 @@ Agents can also call `/ask` from workflow orchestration to delegate and hand off
185
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.
186
186
 
187
187
  <p align="center">
188
- <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich workbench with Yazi PDF preview in WezTerm" width="860">
188
+ <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich workbench with Yazi Markdown preview in WezTerm" width="860">
189
189
  </p>
190
190
 
191
191
  ### Contact
@@ -641,6 +641,19 @@ 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.6</b> - Role Store Home Pinning</summary>
645
+
646
+ - Pins role store lookup outside managed provider homes so provider session
647
+ `HOME` rewrites no longer make role checks search provider-local `.roles`
648
+ directories.
649
+ - Preserves `AGENT_ROLES_STORE` through CCB launch boundaries and falls back to
650
+ the real source/account home role store when no explicit store is set.
651
+ - Missing role diagnostics now print the resolved role store path, making
652
+ provider-home drift easier to identify.
653
+
654
+ </details>
655
+
656
+ <details>
644
657
  <summary><b>v7.6.5</b> - Rich WezTerm IME</summary>
645
658
 
646
659
  - Enables IME support in the generated rich WezTerm config and maps
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.5-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.6-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>
@@ -186,7 +186,7 @@ ccb
186
186
  运行 `ccb update rich` 安装可选富媒体工作台;它会尽量封装 Yazi 等二进制,并用 WezTerm 承载富媒体终端界面,提供 Markdown 渲染和图片/PDF/视频预览。安装后,普通 `ccb` 在 WezTerm 外会自动打开 rich launcher;`ccb rich` 仍可作为显式启动入口。
187
187
 
188
188
  <p align="center">
189
- <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich 富媒体工作台在 WezTerm 中使用 Yazi 预览 PDF" width="860">
189
+ <img src="assets/readme_v7/rich-workbench.png" alt="CCB rich 富媒体工作台在 WezTerm 中使用 Yazi 预览 Markdown" width="860">
190
190
  </p>
191
191
 
192
192
  ### 联系方式
@@ -630,6 +630,18 @@ v7 线重点:
630
630
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
631
631
 
632
632
  <details open>
633
+ <summary><b>v7.6.6</b> - Role Store Home Pinning</summary>
634
+
635
+ - role store lookup 现在会固定在 managed provider home 之外,provider session
636
+ 改写 `HOME` 时不再误查 provider-local `.roles` 目录。
637
+ - CCB 启动边界会保留 `AGENT_ROLES_STORE`;未显式设置时回退到真实
638
+ source/account home 下的 role store。
639
+ - 缺失 role 的诊断会打印解析后的 role store 路径,便于定位 provider-home
640
+ 漂移问题。
641
+
642
+ </details>
643
+
644
+ <details>
633
645
  <summary><b>v7.6.5</b> - Rich WezTerm 输入法</summary>
634
646
 
635
647
  - 生成的 rich WezTerm 配置现在会启用 IME,并把 `XMODIFIERS=@im=...`
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.5
1
+ 7.6.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.5",
3
+ "version": "7.6.6",
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",