| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ccb-linux-x86_64.tar.gz | 2026-05-27 | 17.4 MB | |
| ccb-macos-universal.tar.gz | 2026-05-27 | 17.8 MB | |
| SHA256SUMS | 2026-05-27 | 183 Bytes | |
| ccb-agent-sidebar-linux-x86_64.tar.gz | 2026-05-27 | 461.5 kB | |
| ccb-agent-sidebar-linux-x86_64.tar.gz.sha256 | 2026-05-27 | 167 Bytes | |
| README.md | 2026-05-27 | 1.1 kB | |
| v7.0.10 source code.tar.gz | 2026-05-27 | 16.9 MB | |
| v7.0.10 source code.zip | 2026-05-27 | 17.9 MB | |
| Totals: 8 Items | 70.4 MB | 0 | |
v7.0.10
- Keeps the native sidebar as a stable three-panel view: Tree
1/3, compact Comms1/4, and Tips5/12. - Expands default Tips for projects without custom tips, covering pane movement and resize, window switching, copy mode, paste, and help.
- Preserves the top-right
↻and×controls:×runs project-levelccb kill, whileqandEscexit only the sidebar. - Keeps CCB-managed tmux Vim controls:
mode-keys vi, copy-modev/C-v/y,prefix+h/j/k/l, andprefix+H/J/K/L. - Adds optional
[ui.sidebar.view]config for UI-only tree height, compact Comms, and Tips text without changing managed topology.
Validation:
cargo test --manifest-path tools/ccb-agent-sidebar/Cargo.toml-> 53 passedpytest -q test/test_v2_config_loader.py test/test_ccbd_project_view.py test/test_v2_project_namespace_backend.py test/test_v2_project_namespace_state.py test/test_v2_runtime_launch.py-> 213 passedpytest -q-> 2121 passedpython -m compileall -q lib ccb scripts,cargo fmt --check,git diff --check-> passed- Local Linux release preview built and verified with
ccb --print-version-> v7.0.10