@seemseam/ccb 7.6.19 → 7.7.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 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.19-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.7.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-15%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -709,6 +709,20 @@ v7 highlights:
709
709
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
710
710
 
711
711
  <details open>
712
+ <summary><b>v7.7.0</b> - Runtime Accelerator Release Hardening</summary>
713
+
714
+ - Ships the optional Rust `ccb-runtime-accelerator` in release artifacts, so
715
+ installed Codex agents can use the sidecar hotpath instead of falling back to
716
+ Python when the binary is expected.
717
+ - Adds short runtime socket fallback for long project paths that would exceed
718
+ Unix socket path limits.
719
+ - Hardens callback repair and Codex binding cache invalidation, then records
720
+ full regression, long-idle Codex soak, Claude callback, and mixed-provider
721
+ integration evidence.
722
+
723
+ </details>
724
+
725
+ <details>
712
726
  <summary><b>v7.6.19</b> - Long-Running Ask Wait Policy</summary>
713
727
 
714
728
  - Keeps ordinary long-running `ask` jobs waiting by default instead of
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.19-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.7.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-15%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -695,6 +695,18 @@ v7 线重点:
695
695
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
696
696
 
697
697
  <details open>
698
+ <summary><b>v7.7.0</b> - Runtime Accelerator 发布加固</summary>
699
+
700
+ - Release artifacts 现在会携带可选 Rust `ccb-runtime-accelerator`,安装版
701
+ Codex agent 在预期存在 sidecar 时不再静默退回 Python 热路径。
702
+ - 当项目路径导致 Unix socket 路径过长时,accelerator socket 会自动落到
703
+ 短的 per-user runtime socket root。
704
+ - 加固 callback repair 和 Codex binding cache invalidation,并记录完整
705
+ 回归、长 idle Codex soak、Claude callback 和混合 provider 集成测试证据。
706
+
707
+ </details>
708
+
709
+ <details>
698
710
  <summary><b>v7.6.19</b> - 长任务 ask 默认等待策略</summary>
699
711
 
700
712
  - 普通长时间 `ask` 默认继续等待真实 provider/completion 结果,不再仅因
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.19
1
+ 7.7.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.19",
3
+ "version": "7.7.0",
4
4
  "description": "Visible, controllable multi-agent CLI workspace for Codex, Claude, Gemini, Kimi, MiMo, Qwen, Cursor, Copilot, Crush, Kiro, Pi, Z.ai, OpenCode, Antigravity, and Droid.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",