@seemseam/ccb 7.6.15 → 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 +13 -1
- package/README_zh.md +13 -1
- package/VERSION +1 -1
- package/package.json +1 -1
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.
|
|
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,18 @@ 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>
|
|
711
723
|
<summary><b>v7.6.15</b> - Codex Diagnostics And Sidebar Focus</summary>
|
|
712
724
|
|
|
713
725
|
- 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.
|
|
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,18 @@ 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>
|
|
697
709
|
<summary><b>v7.6.15</b> - Codex 诊断与 Sidebar Focus 修复</summary>
|
|
698
710
|
|
|
699
711
|
- managed Codex 默认把 `logs_2.sqlite` 诊断写入重定向到临时存储,并阻断
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.6.
|
|
1
|
+
7.6.16
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "7.6.
|
|
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",
|