@seemseam/ccb 7.6.15 → 7.6.17

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.15-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.17-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>
@@ -217,6 +217,7 @@ CCB supports the [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec
217
217
  ### Contact
218
218
 
219
219
  - Email: `bfly123@126.com`
220
+ - **[Telegram group & contact](https://t.me/+BKn03v8I_ehmYzRk)**
220
221
  - WeChat: `seemseam-com`
221
222
 
222
223
  <p align="center">
@@ -708,6 +709,29 @@ v7 highlights:
708
709
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
709
710
 
710
711
  <details open>
712
+ <summary><b>v7.6.17</b> - Codex Log Symlink Target Repair</summary>
713
+
714
+ - Repairs managed Codex `logs_2.sqlite` temp symlink targets when
715
+ `/tmp/ccb-codex-logs-*` cleanup removes the target directory between starts.
716
+ - Falls back by removing an unrecoverable broken symlink and restoring the local
717
+ backup before Codex initializes its SQLite databases.
718
+ - Adds regression coverage for the missing symlink target parent startup path.
719
+
720
+ </details>
721
+
722
+ <details>
723
+ <summary><b>v7.6.16</b> - Codex SQLite Migration Recovery</summary>
724
+
725
+ - Fixes the managed Codex `logs_2.sqlite` redirect so CCB no longer
726
+ pre-creates Codex-owned SQLite schema; Codex runs its own migrations first.
727
+ - Installs the CCB diagnostic insert-block trigger only after Codex has created
728
+ the log database and `_sqlx_migrations` records.
729
+ - Repairs bad temporary log databases left by the intermediate policy by moving
730
+ them aside and letting Codex recreate them through the normal migration path.
731
+
732
+ </details>
733
+
734
+ <details>
711
735
  <summary><b>v7.6.15</b> - Codex Diagnostics And Sidebar Focus</summary>
712
736
 
713
737
  - Redirects managed Codex `logs_2.sqlite` diagnostic writes to temporary
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.15-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.17-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>
@@ -218,6 +218,7 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
218
218
  ### 联系方式
219
219
 
220
220
  - Email: `bfly123@126.com`
221
+ - **[Telegram group & contact / TG 群与联系](https://t.me/+BKn03v8I_ehmYzRk)**
221
222
  - 微信: `seemseam-com`
222
223
 
223
224
  <p align="center">
@@ -694,6 +695,29 @@ v7 线重点:
694
695
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
695
696
 
696
697
  <details open>
698
+ <summary><b>v7.6.17</b> - Codex Log Symlink Target 修复</summary>
699
+
700
+ - 当 `/tmp/ccb-codex-logs-*` 清理导致 managed Codex `logs_2.sqlite` 临时
701
+ symlink target 目录消失时,启动前会自动重建 target parent。
702
+ - 如果坏 symlink 无法修复,CCB 会先移除 symlink 并恢复本地备份,再让
703
+ Codex 初始化自己的 SQLite 数据库。
704
+ - 增加缺失 symlink target parent 启动路径的回归测试。
705
+
706
+ </details>
707
+
708
+ <details>
709
+ <summary><b>v7.6.16</b> - Codex SQLite Migration 恢复修复</summary>
710
+
711
+ - 修复 managed Codex `logs_2.sqlite` redirect:CCB 不再预创建 Codex 自有
712
+ SQLite schema,改为等待 Codex 自己完成 migration。
713
+ - 只有在 Codex 创建 log database 和 `_sqlx_migrations` 记录后,才安装 CCB
714
+ 的 diagnostic insert-block trigger。
715
+ - 对中间问题版本留下的异常临时 log database 做自愈:先挪到备份,再让
716
+ Codex 通过正常 migration 路径重新创建。
717
+
718
+ </details>
719
+
720
+ <details>
697
721
  <summary><b>v7.6.15</b> - Codex 诊断与 Sidebar Focus 修复</summary>
698
722
 
699
723
  - managed Codex 默认把 `logs_2.sqlite` 诊断写入重定向到临时存储,并阻断
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.15
1
+ 7.6.17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.15",
3
+ "version": "7.6.17",
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",