@seemseam/ccb 7.6.16 → 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.16-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,17 @@ 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>
711
723
  <summary><b>v7.6.16</b> - Codex SQLite Migration Recovery</summary>
712
724
 
713
725
  - Fixes the managed Codex `logs_2.sqlite` redirect so CCB no longer
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.16-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,17 @@ 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>
697
709
  <summary><b>v7.6.16</b> - Codex SQLite Migration 恢复修复</summary>
698
710
 
699
711
  - 修复 managed Codex `logs_2.sqlite` redirect:CCB 不再预创建 Codex 自有
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.16
1
+ 7.6.17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.16",
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",