Added
entire trail(work in progress): trail context is now injected into the model when trails are enabled, anentire trail deletesubcommand was added, andentire trail create --branchdefaults to the checked-out branch, alongside command-behavior fixes (#1435, #1455, #1456, #1447)- Interactive resume picker for stopped/idle sessions (#1445)
entire repo mirror collaboratorswithadd/remove/listsubcommands (#1458)ENTIRE_TOKENsupport, along with git-remote-entire push reliability fixes (#1438)
Changed
- Auth was hardened by removing static fallbacks, the legacy store, and the v1 provider (#1410)
- External agent transcripts are now compacted for
--full/--verbosedisplay (#1421) - Runner configs moved from
.entire/runners/v2to.entire/runners(#1442) entire repo createnow stamps a usableentire://remote in its JSON output (#1441)
Fixed
- Fixed dot-dot-prefixed repo path filtering and prevented checkpoint symlink target disclosure (#1395, #1415)
entire auth statusdates are now stable across timezones (#1407)- Restored the keyring timeout and corrected stale auth fallback comments (#1430)
- Existence checks on Entire-owned paths now use
os.Lstat(#1449) entire searchnow supports Entire mirror remotes (#1452)- Control-plane commands now handle cross-jurisdiction routing (#1457)
Housekeeping
- Tests now isolate the token store and git config so spawned binaries skip the keychain, and the trail test build was repaired after the auth-fallback removal (#1450, #1448, #1436)
- Parallelized pure agent tests and standardized git test repository setup (#1406, #1390)
- Copilot E2E now detects the trust dialog case-insensitively (#1446)
- Dependency bumps (#1432, #1437)
Thanks
Thanks to @stale2000 for fixing dot-dot-prefixed repo path filtering, preventing checkpoint symlink target disclosure, keeping entire auth status dates stable across timezones, and improving the test suite!