@seemseam/ccb 7.6.2 → 7.6.3
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 +14 -1
- package/README_zh.md +14 -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.3-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-14%20CLI%20families-0B7285.svg" alt="providers">
|
|
12
12
|
</p>
|
|
@@ -641,6 +641,19 @@ v7 highlights:
|
|
|
641
641
|
- Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
|
|
642
642
|
|
|
643
643
|
<details open>
|
|
644
|
+
<summary><b>v7.6.3</b> - macOS CI Green Patch</summary>
|
|
645
|
+
|
|
646
|
+
- Fixes macOS temporary-root detection for install guards by recognizing the
|
|
647
|
+
resolved `${TMPDIR:-/tmp}` parent used by GitHub Actions runners.
|
|
648
|
+
- Aligns doctor temporary implementation detection with macOS `/tmp` symlink
|
|
649
|
+
behavior, preventing false red CI on `/private/tmp` and
|
|
650
|
+
`/private/var/folders/...` paths.
|
|
651
|
+
- Keeps the v7.6.2 rich workbench and tmux single-status-row fixes intact for
|
|
652
|
+
user install testing.
|
|
653
|
+
|
|
654
|
+
</details>
|
|
655
|
+
|
|
656
|
+
<details>
|
|
644
657
|
<summary><b>v7.6.2</b> - Rich Workbench Hotfix</summary>
|
|
645
658
|
|
|
646
659
|
- Allows `rich` in `.ccb/ccb.config` as a tool/layout alias without requiring
|
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.3-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-14%20CLI%20families-0B7285.svg" alt="providers">
|
|
12
12
|
</p>
|
|
@@ -630,6 +630,19 @@ v7 线重点:
|
|
|
630
630
|
- 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
|
|
631
631
|
|
|
632
632
|
<details open>
|
|
633
|
+
<summary><b>v7.6.3</b> - macOS CI 绿灯补丁</summary>
|
|
634
|
+
|
|
635
|
+
- install guard 现在会识别 GitHub Actions macOS runner 使用的
|
|
636
|
+
`${TMPDIR:-/tmp}` canonical parent,避免 `/private/var/folders/...` 临时
|
|
637
|
+
路径被误放行。
|
|
638
|
+
- doctor 的 temporary implementation 检测同步兼容 macOS `/tmp` symlink
|
|
639
|
+
行为,避免 `/private/tmp` 和 `/private/var/folders/...` 路径导致 CI 误红。
|
|
640
|
+
- 保留 v7.6.2 已发布的 rich workbench 与 tmux 单行 status 修复,供用户安装
|
|
641
|
+
实测。
|
|
642
|
+
|
|
643
|
+
</details>
|
|
644
|
+
|
|
645
|
+
<details>
|
|
633
646
|
<summary><b>v7.6.2</b> - Rich Workbench 热修复</summary>
|
|
634
647
|
|
|
635
648
|
- `.ccb/ccb.config` 现在可以把 `rich` 当作工具/layout alias 使用,不需要
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.6.
|
|
1
|
+
7.6.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.3",
|
|
4
4
|
"description": "Visible, controllable multi-agent CLI workspace for Codex, Claude, Gemini, Kimi, MiMo, Qwen, Cursor, Copilot, Crush, Kiro, Pi, OpenCode, Antigravity, and Droid.",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",
|