@seemseam/ccb 7.6.17 → 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 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.17-orange.svg" alt="version">
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,32 @@ 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>
726
+ <summary><b>v7.6.18</b> - CCB UI Theme Preference</summary>
727
+
728
+ - Adds `ccb theme` as the top-level theme switch for CCB-owned tmux/sidebar UI,
729
+ with `+` and `-` cycling across dark and light palettes.
730
+ - Adds readable light-mode tmux status, pane border, sidebar, activity, and
731
+ comms status colors for light terminal backgrounds.
732
+ - Makes generated rich WezTerm profiles follow the same global CCB theme
733
+ preference on the next launch/reload.
734
+
735
+ </details>
736
+
737
+ <details>
712
738
  <summary><b>v7.6.17</b> - Codex Log Symlink Target Repair</summary>
713
739
 
714
740
  - Repairs managed Codex `logs_2.sqlite` temp symlink targets when
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.17-orange.svg" alt="version">
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,31 @@ 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>
711
+ <summary><b>v7.6.18</b> - CCB UI 主题偏好</summary>
712
+
713
+ - 新增顶层 `ccb theme` 主题切换命令,可调整 CCB 自有 tmux/sidebar UI,
714
+ 并支持用 `+` / `-` 在深色和浅色 palette 间循环。
715
+ - 新增适合浅色 terminal 背景的 tmux status、pane border、sidebar、agent
716
+ 活动状态和 comms 状态配色。
717
+ - 生成的 rich WezTerm profile 会读取同一个全局 CCB 主题偏好,并在下次
718
+ 打开或 reload 时同步主题。
719
+
720
+ </details>
721
+
722
+ <details>
698
723
  <summary><b>v7.6.17</b> - Codex Log Symlink Target 修复</summary>
699
724
 
700
725
  - 当 `/tmp/ccb-codex-logs-*` 清理导致 managed Codex `logs_2.sqlite` 临时
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.17
1
+ 7.6.19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.17",
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",