@seemseam/ccb 7.6.18 → 7.6.19
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 +15 -1
- package/README_zh.md +14 -1
- package/VERSION +1 -1
- package/package.json +1 -1
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.6.19-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.6.19</b> - Long-Running Ask Wait Policy</summary>
|
|
713
|
+
|
|
714
|
+
- Keeps ordinary long-running `ask` jobs waiting by default instead of
|
|
715
|
+
terminalizing them as `incomplete/heartbeat_timeout` from heartbeat
|
|
716
|
+
diagnostics alone.
|
|
717
|
+
- Makes Codex, Claude, and Gemini pane-backed no-terminal timeouts opt-in by
|
|
718
|
+
default while preserving explicit reliability timeout policies.
|
|
719
|
+
- Validated with a 32-minute source-runtime ask smoke: the job stayed running
|
|
720
|
+
past 30 minutes, then completed with `result_message` and no
|
|
721
|
+
`heartbeat_timeout`/`incomplete` evidence.
|
|
722
|
+
|
|
723
|
+
</details>
|
|
724
|
+
|
|
725
|
+
<details>
|
|
712
726
|
<summary><b>v7.6.18</b> - CCB UI Theme Preference</summary>
|
|
713
727
|
|
|
714
728
|
- Adds `ccb theme` as the top-level theme switch for CCB-owned tmux/sidebar UI,
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.6.19-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,19 @@ v7 线重点:
|
|
|
695
695
|
- 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
|
|
696
696
|
|
|
697
697
|
<details open>
|
|
698
|
+
<summary><b>v7.6.19</b> - 长任务 ask 默认等待策略</summary>
|
|
699
|
+
|
|
700
|
+
- 普通长时间 `ask` 默认继续等待真实 provider/completion 结果,不再仅因
|
|
701
|
+
heartbeat 诊断自动 terminalize 为 `incomplete/heartbeat_timeout`。
|
|
702
|
+
- Codex、Claude、Gemini 的 pane-backed no-terminal timeout 默认改为显式
|
|
703
|
+
opt-in,仍保留显式 reliability timeout 策略。
|
|
704
|
+
- 已用 32 分钟 source-runtime ask smoke 验证:任务超过 30 分钟仍保持
|
|
705
|
+
running,随后以 `result_message` 完成,未出现 `heartbeat_timeout` 或
|
|
706
|
+
`incomplete` 证据。
|
|
707
|
+
|
|
708
|
+
</details>
|
|
709
|
+
|
|
710
|
+
<details>
|
|
698
711
|
<summary><b>v7.6.18</b> - CCB UI 主题偏好</summary>
|
|
699
712
|
|
|
700
713
|
- 新增顶层 `ccb theme` 主题切换命令,可调整 CCB 自有 tmux/sidebar UI,
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.6.
|
|
1
|
+
7.6.19
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.19",
|
|
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",
|