@seemseam/ccb 7.6.14 → 7.6.15

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.14-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.15-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>
@@ -708,6 +708,20 @@ v7 highlights:
708
708
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
709
709
 
710
710
  <details open>
711
+ <summary><b>v7.6.15</b> - Codex Diagnostics And Sidebar Focus</summary>
712
+
713
+ - Redirects managed Codex `logs_2.sqlite` diagnostic writes to temporary
714
+ storage by default and blocks diagnostic log inserts, while diagnostics mode
715
+ can restore the original database path for troubleshooting.
716
+ - Falls back to the in-place diagnostic trigger path when the temporary SQLite
717
+ symlink cannot be installed.
718
+ - Fixes sidebar clicks for agents in other tmux windows by selecting the target
719
+ window before selecting the pane, with pane-id fallback when window metadata
720
+ is missing.
721
+
722
+ </details>
723
+
724
+ <details>
711
725
  <summary><b>v7.6.14</b> - Mobile Gateway Alpha And Codex Diagnostics</summary>
712
726
 
713
727
  - Adds the mobile gateway alpha surface: authenticated pairing, focus routes,
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.14-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.15-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>
@@ -694,6 +694,18 @@ v7 线重点:
694
694
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
695
695
 
696
696
  <details open>
697
+ <summary><b>v7.6.15</b> - Codex 诊断与 Sidebar Focus 修复</summary>
698
+
699
+ - managed Codex 默认把 `logs_2.sqlite` 诊断写入重定向到临时存储,并阻断
700
+ diagnostic log insert;diagnostics 模式可恢复原始数据库路径用于排查。
701
+ - 如果临时 SQLite symlink 无法安装,会回退到 in-place diagnostic trigger
702
+ 路径,避免启动失败。
703
+ - 修复 sidebar 点击其他 tmux window 中 agent 的聚焦路径:先选择目标
704
+ window,再选择 pane;缺少 window 元数据时继续保留 pane id 兜底。
705
+
706
+ </details>
707
+
708
+ <details>
697
709
  <summary><b>v7.6.14</b> - Mobile Gateway Alpha 与 Codex 诊断治理</summary>
698
710
 
699
711
  - 新增 Mobile Gateway Alpha 能力:认证 pairing、focus routes、terminal
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.14
1
+ 7.6.15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.14",
3
+ "version": "7.6.15",
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",