| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-03-30 | 552 Bytes | |
| entire_linux_amd64.tar.gz | 2026-03-30 | 9.9 MB | |
| entire_windows_arm64.zip | 2026-03-30 | 9.0 MB | |
| entire_darwin_amd64.tar.gz | 2026-03-30 | 10.2 MB | |
| entire_darwin_arm64.tar.gz | 2026-03-30 | 9.2 MB | |
| entire_linux_arm64.tar.gz | 2026-03-30 | 9.0 MB | |
| entire_windows_amd64.zip | 2026-03-30 | 10.1 MB | |
| README.md | 2026-03-30 | 3.7 kB | |
| v0.5.2 source code.tar.gz | 2026-03-30 | 1.5 MB | |
| v0.5.2 source code.zip | 2026-03-30 | 1.8 MB | |
| Totals: 10 Items | 60.7 MB | 1 | |
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!