@seemseam/ccb 7.6.8 → 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.8-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,21 @@ 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>
644
659
  <summary><b>v7.6.8</b> - Role Pack Current Store</summary>
645
660
 
646
661
  - Role Pack runtime lookup now follows the installed current package under
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.8-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,18 @@ 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>
633
645
  <summary><b>v7.6.8</b> - Role Pack Current Store</summary>
634
646
 
635
647
  - Role Pack 运行时现在跟随 `.roles/installed/<role-id>/current` 下的当前安装包;
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.8
1
+ 7.6.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.8",
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",