| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ccb-linux-x86_64.tar.gz | 2026-05-30 | 17.5 MB | |
| ccb-macos-universal.tar.gz | 2026-05-30 | 17.9 MB | |
| SHA256SUMS | 2026-05-30 | 183 Bytes | |
| ccb-agent-sidebar-linux-x86_64.tar.gz | 2026-05-30 | 457.8 kB | |
| ccb-agent-sidebar-linux-x86_64.tar.gz.sha256 | 2026-05-30 | 167 Bytes | |
| README.md | 2026-05-30 | 1.0 kB | |
| v7.1.0 source code.tar.gz | 2026-05-30 | 17.0 MB | |
| v7.1.0 source code.zip | 2026-05-30 | 18.1 MB | |
| Totals: 8 Items | 71.0 MB | 0 | |
v7.1.0 - Dynamic Reload Release
- Adds explicit hot reload for
.ccb/ccb.config: useccb reload --dry-runto preview the daemon-side plan andccb reloadto apply supported changes. - Dynamically adds agents and windows under the existing
ccbddaemon without interrupting unrelated panes. - Dynamically unloads removed idle agents and idle windows while preserving remaining agent panes.
- Rejects busy or unsafe changes, including busy unloads, provider replacement, agent moves, and arbitrary reshapes, without killing existing panes.
- Surfaces config signature drift as reload-pending diagnostics so users can review and apply safe changes explicitly.
Validation before publish:
- focused reload/config/sidebar tests -> 214 passed
- Rust sidebar tests -> 57 passed
python -m compileall -q lib ccb scripts bin-> passedgit diff --check-> passed- full
pytest -q-> 2257 passed - release prepare checker -> OK, warnings only
- local Linux release preview -> version v7.1.0, commit 3d3b3a7, sidebar helper smoke passed