Added
- Codex CLI agent integration with lifecycle hooks, e2e runner, transcript parsing, and token tracking. note: subagent tracking is not yet supported due to missing
pre-task/post-taskhooks in codex (#772, #794) - Windows support: cross-platform path handling, CRLF-safe git parsing, detached process spawning, and
WINDOWS.mdguide (#766) - Checkpoints v2 (work in progress): dual-write behind
checkpoints_v2feature flag with/mainand/full/currentref layout, generation rotation to bound transcript growth, and unifiedtranscript.jsonlcondensation for Claude Code and OpenCode (#742, #759, #781, #788) entire configure --checkpoint-remotefor setting the checkpoint remote interactively (#798)entire logoutcommand to remove stored credentials (#740)- E2E triage CI workflow with Slack integration for automated failure analysis (#741)
- Diagnostic logging for checkpoint linking failures and session content filtering (#785)
Changed
- Redirect questions and support links from GitHub Discussions to Discord (#761)
Fixed
- Cursor mid-turn condensation and Gemini interactive prompt hang (#780)
- Copilot CLI E2E fixes: Edit mode handling, subagent reliability, slash command dismissal (#782, #797)
- Attribution handling for long sessions (#792)
- Cross-platform
files_touchedpath normalization withfilepath.ToSlash(#803) - OpenCode system-reminder messages appearing in transcript parser (#671)
- External agent plugin discovery during git hook execution, ensuring token usage data in metadata (#716)
- Local-dev hooks path resolution for non-Claude agents (#745)
- Gemini subagent commits missing
Entire-Checkpointtrailer inprepare-commit-msg(#780) - E2E timing flakiness with hardened assertions and carry-forward checkpoint condensation (#787)
Housekeeping
- Windows-compatible external agent name derivation and binary discovery (#729)
- Linux PATH instruction for
go installin README (#764) - Bumped go-git to fix
index decoder: invalid checksumon some repos using theTREEextension (#801) - Dependency bumps: posthog-go 1.11.2, go-keyring 0.2.8, slackapi/slack-github-action 3.0.1 (#786, #755, #695)
Thanks
Thanks to @keyu98 for Windows-compatible agent name derivation and fixing external agent plugin discovery in git hooks! Thanks to @sheikhlimon for the Linux install docs, @erezrokah for the CLAUDE.md fix, and @mvanhorn for fixing OpenCode transcript parsing!