@seemseam/ccb 7.5.2 → 7.5.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 +54 -22
- package/README_zh.md +51 -22
- package/VERSION +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,31 +6,11 @@
|
|
|
6
6
|
**Visible, controllable multi-agent cooperative TUI workspace**
|
|
7
7
|
|
|
8
8
|
<p>
|
|
9
|
-
<img src="https://img.shields.io/badge/version-7.5.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.5.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>
|
|
13
13
|
|
|
14
|
-
**English** | [中文](README_zh.md)
|
|
15
|
-
|
|
16
|
-
[Quick Start](#quick-start) · [v7 UI](#v7-ui-tour) · [Configure Agents](#configure-your-agent-team) · [User Guide](docs/manuals/user-guide/) · [Developer Guide](docs/manuals/developer-guide/)
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<img src="assets/readme_v7/ccb-hero-en.png" alt="CCB v7 visible multi-agent CLI workspace" width="960">
|
|
20
|
-
</p>
|
|
21
|
-
|
|
22
|
-
</div>
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
## Why CCB?
|
|
27
|
-
|
|
28
|
-
| See the work | Mix providers | Keep control |
|
|
29
|
-
| :--- | :--- | :--- |
|
|
30
|
-
| Every agent is a real terminal with layout control. | Run multiple CLIs concurrently from one command. | Stable background communication for multi-line task orchestration. |
|
|
31
|
-
|
|
32
|
-
## Supported CLIs
|
|
33
|
-
|
|
34
14
|
<p>
|
|
35
15
|
<img src="https://img.shields.io/badge/Codex-111111?style=flat-square&logo=openai&logoColor=white" alt="Codex">
|
|
36
16
|
<img src="https://img.shields.io/badge/Claude-D97757?style=flat-square&logo=anthropic&logoColor=white" alt="Claude">
|
|
@@ -48,10 +28,45 @@
|
|
|
48
28
|
<img src="https://img.shields.io/badge/Droid-3DDC84?style=flat-square&logo=android&logoColor=white" alt="Droid">
|
|
49
29
|
</p>
|
|
50
30
|
|
|
51
|
-
|
|
31
|
+
**English** | [中文](README_zh.md)
|
|
32
|
+
|
|
33
|
+
[Quick Start](#quick-start) · [v7 UI](#v7-ui-tour) · [Configure Agents](#configure-your-agent-team) · [User Guide](docs/manuals/user-guide/) · [Developer Guide](docs/manuals/developer-guide/)
|
|
34
|
+
|
|
35
|
+
<p align="center">
|
|
36
|
+
<img src="assets/readme_v7/ccb-hero-en.png" alt="CCB v7 visible multi-agent CLI workspace" width="960">
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Supported CLIs
|
|
44
|
+
|
|
45
|
+
Mix CLIs per agent in `.ccb/ccb.config`; actual availability depends on the local CLI installation and account access.
|
|
46
|
+
|
|
47
|
+
- Codex (`codex`)
|
|
48
|
+
- Claude (`claude`)
|
|
49
|
+
- Gemini (`gemini`)
|
|
50
|
+
- Kimi (`kimi`)
|
|
51
|
+
- MiMo (`mimo`)
|
|
52
|
+
- Qwen (`qwen`)
|
|
53
|
+
- Cursor (`cursor`)
|
|
54
|
+
- GitHub Copilot CLI (`copilot`)
|
|
55
|
+
- Crush (`crush`)
|
|
56
|
+
- Kiro CLI (`kiro`)
|
|
57
|
+
- Pi (`pi`)
|
|
58
|
+
- OpenCode (`opencode`)
|
|
59
|
+
- Antigravity (`agy`)
|
|
60
|
+
- Droid (`droid`)
|
|
52
61
|
|
|
53
62
|
**New role specification**: package skills, memory, and tool dependencies into self-contained Role Packs, then create hot-loadable and removable specialist agents.
|
|
54
63
|
|
|
64
|
+
## Why CCB?
|
|
65
|
+
|
|
66
|
+
| See the work | Mix providers | Keep control |
|
|
67
|
+
| :--- | :--- | :--- |
|
|
68
|
+
| Every agent is a real terminal with layout control. | Run multiple CLIs concurrently from one command. | Stable background communication for multi-line task orchestration. |
|
|
69
|
+
|
|
55
70
|
## Quick Start
|
|
56
71
|
|
|
57
72
|
### 1. Install or update
|
|
@@ -616,6 +631,23 @@ v7 highlights:
|
|
|
616
631
|
- Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
|
|
617
632
|
|
|
618
633
|
<details open>
|
|
634
|
+
<summary><b>v7.5.3</b> - Kimi Runtime Reliability And Hindsight Compatibility</summary>
|
|
635
|
+
|
|
636
|
+
- Adds Kimi runtime hardening without changing other provider execution paths:
|
|
637
|
+
Kimi can fall back to stable pane evidence for K2.7 Code when the native turn
|
|
638
|
+
log does not expose a completed reply in time.
|
|
639
|
+
- Makes Kimi Hindsight memory opt-in at the CCB execution boundary. It activates
|
|
640
|
+
only when `.hindsight/kimi.json`, `.hindsight/codex.json`,
|
|
641
|
+
`HINDSIGHT_API_URL`, or `HINDSIGHT_BANK_ID` is configured, and failures remain
|
|
642
|
+
non-blocking provider diagnostics.
|
|
643
|
+
- Accepts both `HINDSIGHT_API_KEY` and `HINDSIGHT_API_TOKEN` for the Kimi
|
|
644
|
+
bridge and the `scripts/hindsight` helper.
|
|
645
|
+
- Documents the supported provider surface more clearly in the README while
|
|
646
|
+
keeping unrelated provider behavior unchanged.
|
|
647
|
+
|
|
648
|
+
</details>
|
|
649
|
+
|
|
650
|
+
<details>
|
|
619
651
|
<summary><b>v7.5.2</b> - Native CLI Provider Wave</summary>
|
|
620
652
|
|
|
621
653
|
- Adds built-in optional provider ids for Qwen Code (`qwen`), Cursor Agent
|
package/README_zh.md
CHANGED
|
@@ -6,31 +6,11 @@
|
|
|
6
6
|
**可见、可控的多 Agent 合作TUI工作台**
|
|
7
7
|
|
|
8
8
|
<p>
|
|
9
|
-
<img src="https://img.shields.io/badge/version-7.5.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.5.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>
|
|
13
13
|
|
|
14
|
-
**中文** | [English](README.md)
|
|
15
|
-
|
|
16
|
-
[快速开始](#快速开始) · [v7 界面](#v7-界面速览) · [配置团队](#配置-agent-团队) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
|
|
17
|
-
|
|
18
|
-
<p align="center">
|
|
19
|
-
<img src="assets/readme_v7/ccb-hero-zh.png" alt="CCB v7 可见多 Agent CLI 工作台" width="960">
|
|
20
|
-
</p>
|
|
21
|
-
|
|
22
|
-
</div>
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
## 为什么用 CCB?
|
|
27
|
-
|
|
28
|
-
| 看得见 | 混合 provider | 项目级控制 |
|
|
29
|
-
| :--- | :--- | :--- |
|
|
30
|
-
| 每个 agent 都是真实终端,支持界面排布设计。 | 一个命令同时并发运行多 CLI。 | 稳定后台通信,支持多线并发任务编排。 |
|
|
31
|
-
|
|
32
|
-
## 支持的 CLI
|
|
33
|
-
|
|
34
14
|
<p>
|
|
35
15
|
<img src="https://img.shields.io/badge/Codex-111111?style=flat-square&logo=openai&logoColor=white" alt="Codex">
|
|
36
16
|
<img src="https://img.shields.io/badge/Claude-D97757?style=flat-square&logo=anthropic&logoColor=white" alt="Claude">
|
|
@@ -48,10 +28,45 @@
|
|
|
48
28
|
<img src="https://img.shields.io/badge/Droid-3DDC84?style=flat-square&logo=android&logoColor=white" alt="Droid">
|
|
49
29
|
</p>
|
|
50
30
|
|
|
51
|
-
|
|
31
|
+
**中文** | [English](README.md)
|
|
32
|
+
|
|
33
|
+
[快速开始](#快速开始) · [v7 界面](#v7-界面速览) · [配置团队](#配置-agent-团队) · [使用文档](docs/manuals/user-guide/) · [开发文档](docs/manuals/developer-guide/)
|
|
34
|
+
|
|
35
|
+
<p align="center">
|
|
36
|
+
<img src="assets/readme_v7/ccb-hero-zh.png" alt="CCB v7 可见多 Agent CLI 工作台" width="960">
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 支持的 CLI
|
|
44
|
+
|
|
45
|
+
可在 `.ccb/ccb.config` 中按 agent 混用不同 CLI;实际可用性取决于本机 CLI 安装和账号权限。
|
|
46
|
+
|
|
47
|
+
- Codex(`codex`)
|
|
48
|
+
- Claude(`claude`)
|
|
49
|
+
- Gemini(`gemini`)
|
|
50
|
+
- Kimi(`kimi`)
|
|
51
|
+
- MiMo(`mimo`)
|
|
52
|
+
- Qwen(`qwen`)
|
|
53
|
+
- Cursor(`cursor`)
|
|
54
|
+
- GitHub Copilot CLI(`copilot`)
|
|
55
|
+
- Crush(`crush`)
|
|
56
|
+
- Kiro CLI(`kiro`)
|
|
57
|
+
- Pi(`pi`)
|
|
58
|
+
- OpenCode(`opencode`)
|
|
59
|
+
- Antigravity(`agy`)
|
|
60
|
+
- Droid(`droid`)
|
|
52
61
|
|
|
53
62
|
**全新角色规范**:可把 skills、记忆和工具依赖封装进自封闭 Role Pack,快速生成可热加载、可卸载的专业 agent。
|
|
54
63
|
|
|
64
|
+
## 为什么用 CCB?
|
|
65
|
+
|
|
66
|
+
| 看得见 | 混合 provider | 项目级控制 |
|
|
67
|
+
| :--- | :--- | :--- |
|
|
68
|
+
| 每个 agent 都是真实终端,支持界面排布设计。 | 一个命令同时并发运行多 CLI。 | 稳定后台通信,支持多线并发任务编排。 |
|
|
69
|
+
|
|
55
70
|
## 快速开始
|
|
56
71
|
|
|
57
72
|
### 1. 安装或更新
|
|
@@ -605,6 +620,20 @@ v7 线重点:
|
|
|
605
620
|
- 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
|
|
606
621
|
|
|
607
622
|
<details open>
|
|
623
|
+
<summary><b>v7.5.3</b> - Kimi 运行可靠性与 Hindsight 兼容性</summary>
|
|
624
|
+
|
|
625
|
+
- 增强 Kimi 运行路径,但不改变其他 provider 的执行路径:当 native turn
|
|
626
|
+
log 没有及时暴露完成回复时,Kimi 可对 K2.7 Code 使用稳定 pane 证据兜底。
|
|
627
|
+
- Kimi Hindsight 记忆改为 CCB 执行边界上的显式 opt-in:只有配置
|
|
628
|
+
`.hindsight/kimi.json`、`.hindsight/codex.json`、`HINDSIGHT_API_URL` 或
|
|
629
|
+
`HINDSIGHT_BANK_ID` 时才启用,失败时只记录 provider diagnostics,不阻塞任务。
|
|
630
|
+
- Kimi bridge 和 `scripts/hindsight` helper 同时兼容 `HINDSIGHT_API_KEY` 与
|
|
631
|
+
`HINDSIGHT_API_TOKEN`。
|
|
632
|
+
- README 更明确展示支持的 provider surface,同时保持无关 provider 行为不变。
|
|
633
|
+
|
|
634
|
+
</details>
|
|
635
|
+
|
|
636
|
+
<details>
|
|
608
637
|
<summary><b>v7.5.2</b> - Native CLI Provider Wave</summary>
|
|
609
638
|
|
|
610
639
|
- 新增 Qwen Code(`qwen`)、Cursor Agent(`cursor`)、GitHub
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.5.
|
|
1
|
+
7.5.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.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",
|