@seemseam/ccb 7.6.14 → 7.6.16

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.16-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,32 @@ 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.16</b> - Codex SQLite Migration Recovery</summary>
712
+
713
+ - Fixes the managed Codex `logs_2.sqlite` redirect so CCB no longer
714
+ pre-creates Codex-owned SQLite schema; Codex runs its own migrations first.
715
+ - Installs the CCB diagnostic insert-block trigger only after Codex has created
716
+ the log database and `_sqlx_migrations` records.
717
+ - Repairs bad temporary log databases left by the intermediate policy by moving
718
+ them aside and letting Codex recreate them through the normal migration path.
719
+
720
+ </details>
721
+
722
+ <details>
723
+ <summary><b>v7.6.15</b> - Codex Diagnostics And Sidebar Focus</summary>
724
+
725
+ - Redirects managed Codex `logs_2.sqlite` diagnostic writes to temporary
726
+ storage by default and blocks diagnostic log inserts, while diagnostics mode
727
+ can restore the original database path for troubleshooting.
728
+ - Falls back to the in-place diagnostic trigger path when the temporary SQLite
729
+ symlink cannot be installed.
730
+ - Fixes sidebar clicks for agents in other tmux windows by selecting the target
731
+ window before selecting the pane, with pane-id fallback when window metadata
732
+ is missing.
733
+
734
+ </details>
735
+
736
+ <details>
711
737
  <summary><b>v7.6.14</b> - Mobile Gateway Alpha And Codex Diagnostics</summary>
712
738
 
713
739
  - 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.16-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,30 @@ v7 线重点:
694
694
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
695
695
 
696
696
  <details open>
697
+ <summary><b>v7.6.16</b> - Codex SQLite Migration 恢复修复</summary>
698
+
699
+ - 修复 managed Codex `logs_2.sqlite` redirect:CCB 不再预创建 Codex 自有
700
+ SQLite schema,改为等待 Codex 自己完成 migration。
701
+ - 只有在 Codex 创建 log database 和 `_sqlx_migrations` 记录后,才安装 CCB
702
+ 的 diagnostic insert-block trigger。
703
+ - 对中间问题版本留下的异常临时 log database 做自愈:先挪到备份,再让
704
+ Codex 通过正常 migration 路径重新创建。
705
+
706
+ </details>
707
+
708
+ <details>
709
+ <summary><b>v7.6.15</b> - Codex 诊断与 Sidebar Focus 修复</summary>
710
+
711
+ - managed Codex 默认把 `logs_2.sqlite` 诊断写入重定向到临时存储,并阻断
712
+ diagnostic log insert;diagnostics 模式可恢复原始数据库路径用于排查。
713
+ - 如果临时 SQLite symlink 无法安装,会回退到 in-place diagnostic trigger
714
+ 路径,避免启动失败。
715
+ - 修复 sidebar 点击其他 tmux window 中 agent 的聚焦路径:先选择目标
716
+ window,再选择 pane;缺少 window 元数据时继续保留 pane id 兜底。
717
+
718
+ </details>
719
+
720
+ <details>
697
721
  <summary><b>v7.6.14</b> - Mobile Gateway Alpha 与 Codex 诊断治理</summary>
698
722
 
699
723
  - 新增 Mobile Gateway Alpha 能力:认证 pairing、focus routes、terminal
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.14
1
+ 7.6.16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.14",
3
+ "version": "7.6.16",
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",