Releases: bfly123/claude_code_bridge
Releases · bfly123/claude_code_bridge
CCB v6.0.0
CCB v6.0.0 is the new Linux release focused on infinite parallel agents, native agent-to-agent communication, and a simplified user command surface.
Highlights:
- Infinite parallel agents runtime with visible split-pane concurrency
- Simplified public CLI: ccb, ccb -s, ccb -n, ccb kill, ccb kill -f
- Native communication flows built around ask all and ask agent_name
- Compact .ccb/ccb.config with explicit worktree mode via agent:provider(worktree)
- Linux/WSL-only release-based update flow for ccb update
- Stronger Gemini multi-round completion detection
- Explicit major-upgrade confirmation before replacing a pre-v6 install with v6+
Upgrade notes:
- On the first ccb run in a pre-v6 project, CCB preserves .ccb/ccb.config, clears old runtime state under .ccb, and rebuilds locally.
- ccb update in 6.x installs the GitHub release asset on Linux/WSL instead of source archives.
- Older source-era installs should migrate explicitly instead of following main automatically.