|
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) |
@@ -74,10 +74,10 @@ Build project-local teams with roles, pane layout, provider state, worktree isol |
74 | 74 | <details> |
75 | 75 | <summary><b>Latest release highlights</b></summary> |
76 | 76 |
|
77 | | -- **Managed ask skills inherit cleanly**: Claude skills/commands and Droid skills now route through CCB projected assets, matching Codex's inherited-skill model without copy-sync drift. |
78 | | -- **Droid gets a managed FACTORY_HOME**: each managed Droid agent has a project-scoped Factory home and session root, so Droid session readers follow the managed session log after restart or rotation. |
79 | | -- **Ask replies are concise by default**: `ccb ask` injects reply guidance, with `--compact` for distilled answers and `--silence` for silent-on-success checks. |
80 | | -- **Provider storage diagnostics recognize the new projections**: projected Claude and Droid skill assets are classified as managed projected config rather than unknown residue. |
| 77 | +- **Managed Claude follows your active Claude Code version**: CCB now detects the source-home `~/.local/bin/claude` symlink and uses that active version inside managed Claude homes. |
| 78 | +- **Claude binaries are still cached safely**: the active source version is copied into the CCB provider cache, and managed `.local/bin/claude` points at the cached copy. |
| 79 | +- **Shared-cache fallback remains intact**: when the standard source-home active-version layout is missing, CCB keeps the existing shared-cache routing behavior. |
| 80 | +- **Startup routing applies the preference automatically**: Claude provider workspace preparation passes the source home into binary-cache routing during managed startup. |
81 | 81 |
|
82 | 82 | See [Release Notes](#release-notes) for the full history. |
83 | 83 |
|
@@ -306,6 +306,16 @@ Thanks to the [Linux.do community](https://linux.do) for testing, feedback, and |
306 | 306 | 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. |
307 | 307 |
|
308 | 308 | <details open> |
| 309 | +<summary><b>v6.1.20</b> - Claude Active Version Cache Release</summary> |
| 310 | + |
| 311 | +- Detects the source home's active Claude Code symlink under `~/.local/bin/claude` and prefers that version for managed Claude startup. |
| 312 | +- Copies the active source-home Claude version into the CCB provider cache, then points managed `.local/bin/claude` at the cached active version. |
| 313 | +- Preserves previous shared-cache fallback behavior when the source active-version layout is unavailable. |
| 314 | +- Updates provider workspace preparation and the Claude binary-cache contract to document the source-home active-version preference. |
| 315 | + |
| 316 | +</details> |
| 317 | + |
| 318 | +<details> |
309 | 319 | <summary><b>v6.1.19</b> - Managed Ask Skill Projection Release</summary> |
310 | 320 |
|
311 | 321 | - Routes inherited Claude `skills/` and `commands/` through CCB projected assets instead of copy-sync, so system-installed ask skills reach managed Claude agents without duplicating provider homes. |
|
0 commit comments