Added
- Checkpoints v2 (work in progress): v2-aware
explainwith compact transcript support, push logic for v2 refs, compact transcript format for Factory AI Droid, Codex, and Copilot CLI, andentire migrate-v2migration command (#864, #821, #852, #862, #891) entire searchcommand is now available, with improved TUI usability and managed search subagents (#907, #856, #833)- Stale session indicator in
entire statusoutput (#853) entire statusnow shows active agents (#847)entire configure --remove-agentto remove agent configurations (#851)- Codex support for
explain --generatewith summary timeout (#875, #876) - Nightly releases via GoReleaser and Homebrew tap, with
install.shnightly support (#825, #911) - Hook overwrite detection during running agent prompts (#791)
- Binary file detection in PR diffs (#897)
Changed
entire cleanfully replaces deprecatedentire reset(#858)- Checkpoint branch alignment with remote now uses rebase instead of force-push (#863)
Fixed
- Windows: reject absolute and malformed paths in git tree writes (#902)
entire attachusing wrong path for Codex sessions (#894)- External agents detection during hook execution (#893)
- Gitignore now respected for shadow branch tree writes (#890)
- Model field always written to checkpoint metadata.json (#882)
- Multi parallel sessions causing conflicts on the same shadow branch (#879)
- Codex resume failing to restore session state (#878)
- Checkpoint transcript start offset when agent continues writing logs after checkpoint (#873)
- Attribution inflation from intermediate commits during squash workflows (#870)
- Codex single-line start message rendering with extra spaces (#857)
- Token count omitted from status when no token data exists (#854)
entire clean --allnow cleans all sessions, not just orphaned ones (#846)entire statusblank line formatting (#848)- Skip transcript redaction when checkpoints v2 is disabled (#896)
- Clarified external checkpoint discovery warning copy (#889)
Housekeeping
- E2E test improvements: OpenCode boot time, Cursor/Gemini harness fixes, debug tooling, attach test timeout (#914, #912, #892, #835)
- Speed up unit tests (#901)
- Pinned all GitHub Actions to commit SHAs for supply chain security (#872)
- Updated README to consolidate agent instructions (#899)
- Added Codex mentions to documentation (#816)
- Dependency bumps: Go 1.26.2 + ulikunitz/xz v0.5.15 (fixes 6 vulns), golang.org/x/sys, charmbracelet/bubbles, go-dependencies group (#910, #905, #874, #850)
- Copilot CLI E2E tests can now use GitHub Actions token for authentication (#900)