@seemseam/ccb 7.6.17 → 7.6.18

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