Added
- New
entire labscommand discovery for surfacing experimental commands (#1130) entire labs reviewcommand — runs configured review skills inside an agent session, with single- and multi-agent picker flows, a Bubble Tea live dashboard, an optional cross-agent synthesis verdict, andentire review attachfor post-hoc tagging. Reviews are recorded in checkpoint metadata so future commits know the code was reviewed (#993, #1105, #1106, #1107, #1111, #1112)entire recapcommand, with an interactive TUI for browsing recaps (#1015, #1113)- kubectl-style external command resolution:
entire <name>falls through toentire-<name>on PATH (#1104) - Managed plugin install directory and
ENTIRE_PLUGIN_DATA_DIRfor plugin discovery (#1121)
Changed
- Checkpoint commit signing now uses go-git's program signer for custom signing setups (#1128)
- Checkpoints v2 (work in progress): dual-write to v1 and v2 during the transition; migration speedups via fast-path checks and rerun de-duplication; clearer completion message after the progress bar (#1108, #1109, #1110, #1114)
Fixed
entire attachnow preservesBaseCommitand the active session phase (#1102)- Copilot CLI direct-prompt runs no longer fire session hooks unsafely (#1100)
entire labs reviewregressions: missing checkpoint context and review-flow correctness (#1132)- v2 transcripts are no longer sliced in final step (#1120)
- Checkpoint signing: the orphan "Initialize metadata branch" commit is now signed (#1119)
- Checkpoints v2 migration: generation packing fix (#1124)
Housekeeping
- Refreshed
security-and-privacy.mdagainst current source (#1097) - Cursor-cli E2E stabilization (#1101, #1103)
- Dependency bumps: go-dependencies group (
mattn/go-isatty0.0.20 → 0.0.22,go-git/x/plugin/objectsigner/auto→ 0.1.0),go-git/go-git/v66.0.0-alpha.2 → 6.0.0-alpha.3 (#1122, #1129, #1131)
Thanks
Thanks to @rkfir-dn for fixing entire attach so it preserves session base commit and active phase!
Thanks to @LudovicTOURMAN for adding that the initial commit for the metadata tree will now be signed according to signing settings too!