|
7 | 7 | <img src="https://img.shields.io/badge/Every_Model_Controllable-CF1322?style=for-the-badge" alt="Every Model Controllable"> |
8 | 8 | </p> |
9 | 9 |
|
10 | | -[]() |
| 10 | +[]() |
11 | 11 | []() |
12 | 12 |
|
13 | 13 | **English** | [Chinese](README_zh.md) |
@@ -89,7 +89,7 @@ See [Release Notes](#release-notes) for the full history. |
89 | 89 | ```bash |
90 | 90 | ccb # Start default agents from .ccb/ccb.config |
91 | 91 | ccb -s # Safe start: keep configured/manual permission behavior |
92 | | -ccb -n # Rebuild .ccb except ccb.config, then start fresh |
| 92 | +ccb -n # Rebuild runtime state; keep config and managed agent history |
93 | 93 | ccb kill # Stop this project's background runtime |
94 | 94 | ccb kill -f # Force cleanup before rebuilding state |
95 | 95 | ``` |
@@ -338,6 +338,16 @@ Thanks to the [Linux.do community](https://linux.do) for testing, feedback, and |
338 | 338 | Historical note: older release notes below may mention `askd`, legacy flags, or removed commands. Those references are kept only as changelog history and do not redefine the current CLI surface. |
339 | 339 |
|
340 | 340 | <details open> |
| 341 | +<summary><b>v6.3.0</b> - Native Sidebar Control Release</summary> |
| 342 | + |
| 343 | +- Adds the native Rust `ccb-agent-sidebar` helper with per-window project view, fixed gray sidebar identity, colored agent status symbols, and mouse/keyboard focus switching. |
| 344 | +- Adds window/sidebar topology support while keeping the default no-config layout as one `main` window with `agent1`, `agent2`, and `agent3`. |
| 345 | +- Adds comms retry, cancel, and clear actions through ccbd-owned RPCs, with recoverability metadata in `project_view`. |
| 346 | +- Carries tmux window names and ids through runtime attach, startup results, `ps`, project view, and pane identity for stable cross-window focus. |
| 347 | + |
| 348 | +</details> |
| 349 | + |
| 350 | +<details> |
341 | 351 | <summary><b>v6.2.9</b> - Callback Visibility And Diagnostics Release</summary> |
342 | 352 |
|
343 | 353 | - Shows `callback_pending` for delegated callback root jobs while the child chain is still running, then resolves `ask get` and `watch` to the final message-bureau reply after continuation. |
@@ -927,7 +937,7 @@ Historical note: older release notes below may mention `askd`, legacy flags, or |
927 | 937 | - **Safe Agent Churn**: Adding agents no longer disturbs existing worktrees; removing or renaming worktree agents retires clean branches and blocks on dirty or unmerged ones |
928 | 938 |
|
929 | 939 | **🛠 Recovery & Reset Hardening:** |
930 | | -- **Config-Preserving Reset**: `ccb -n` rebuilds project runtime state while keeping `.ccb/ccb.config` |
| 940 | +- **History-Preserving Reset**: `ccb -n` rebuilds project runtime state while keeping `.ccb/ccb.config`, project memory, and same-name managed agent history |
931 | 941 | - **Stale Registration Cleanup**: Start and reset now prune missing registered git worktrees before rematerialization |
932 | 942 | - **Kill Warnings**: `ccb kill` warns clearly when a worktree agent still has unmerged or dirty state |
933 | 943 |
|
|
0 commit comments