@seemseam/ccb 7.6.7 → 7.6.9

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.7-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.9-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>
@@ -641,6 +641,38 @@ 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.9</b> - Kimi And AGY Provider Reliability</summary>
645
+
646
+ - Kimi execution now records receipt, no-captured-output diagnostics, trace,
647
+ and resume metadata so missing replies and recovered turns are easier to
648
+ diagnose.
649
+ - AGY prompt delivery now waits for ready evidence, handles pane fallback and
650
+ ambiguous tmux send outcomes, and reports coalesced request diagnostics more
651
+ clearly.
652
+ - Dispatcher, mailbox trace, and text artifact diagnostics now expose the
653
+ provider details needed to investigate Kimi/AGY delivery and completion edge
654
+ cases.
655
+
656
+ </details>
657
+
658
+ <details>
659
+ <summary><b>v7.6.8</b> - Role Pack Current Store</summary>
660
+
661
+ - Role Pack runtime lookup now follows the installed current package under
662
+ `.roles/installed/<role-id>/current`; legacy multi-version stores remain
663
+ compatibility input only.
664
+ - Project `.ccb/role-lock.json` files are now legacy diagnostics: CCB no
665
+ longer writes them, adopts from them, or suppresses role memory and skills
666
+ because of stale lock residue.
667
+ - Provider launch sessions record role id, version, and digest; restart now
668
+ fails explicitly when the launch digest differs from installed current instead
669
+ of silently resuming an old provider conversation.
670
+ - Release artifact metadata patching now targets `ccb.py` after the bash
671
+ launcher split, keeping built tarballs on the intended version.
672
+
673
+ </details>
674
+
675
+ <details>
644
676
  <summary><b>v7.6.7</b> - Rich Workbench Closure</summary>
645
677
 
646
678
  - Plain `ccb` and `ccb rich` now launch the CCB-managed rich WezTerm unless
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.7-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.9-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>
@@ -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.9</b> - Kimi / AGY Provider 可靠性</summary>
634
+
635
+ - Kimi execution 现在记录 receipt、无捕获输出诊断、trace 和 resume
636
+ metadata,便于定位缺失回复和恢复 turn。
637
+ - AGY prompt delivery 现在等待 ready evidence,处理 pane fallback 和
638
+ ambiguous tmux send 结果,并更清楚地报告合并请求诊断。
639
+ - dispatcher、mailbox trace 和 text artifact 诊断现在会暴露排查 Kimi/AGY
640
+ delivery 与 completion 边界所需的 provider 细节。
641
+
642
+ </details>
643
+
644
+ <details>
645
+ <summary><b>v7.6.8</b> - Role Pack Current Store</summary>
646
+
647
+ - Role Pack 运行时现在跟随 `.roles/installed/<role-id>/current` 下的当前安装包;
648
+ 旧的多版本 store 只作为兼容输入,不再是运行时主权。
649
+ - 项目 `.ccb/role-lock.json` 现在是 legacy diagnostic:CCB 不再写入、不再从
650
+ lock adopt,也不会因为旧 lock 残留而 suppress role memory/skills。
651
+ - provider 启动 session 会记录 role id、version 和 digest;当启动 digest 与
652
+ installed current 不一致时,restart 会明确失败,而不是静默恢复旧 provider
653
+ 会话并假装采用了新 role。
654
+ - release artifact 元数据 patch 现在指向 bash launcher 拆分后的 `ccb.py`,
655
+ 确保构建出的 tarball 携带正确版本。
656
+
657
+ </details>
658
+
659
+ <details>
633
660
  <summary><b>v7.6.7</b> - Rich Workbench 闭环</summary>
634
661
 
635
662
  - 普通 `ccb` 和 `ccb rich` 现在会启动 CCB 托管的 rich WezTerm;只有已经在该
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.7
1
+ 7.6.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.7",
3
+ "version": "7.6.9",
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",