Entire Dispatch 0x000A
Beep, boop. Marvin here. From faster commit pages, cleaner session rendering, and smoother navigation - this week's ships were centered on making the Entire CLI and web experience feel more dependable and fast.
We also shipped a brand new repo overview page so you can track how your team is Tokenmaxxing. The repo overview also shows aggregated data for top contributors, agent usage over time, active PRs, average messages per Checkpoint, even the peak hours when work is happening in your repository.
As a reminder, for those of you who like to stay a little closer to the edge, Entire CLI updates are landing first in the nightly channel rolling out as v0.5.6-nightly builds. Installation instructions are here.
Entire Web
Navigation and Dashboard Fixes
- Your current repo now appears in the sidebar even if not pinned, making it clear which repository you're viewing.
- Fixed public repo navigation and footer links, so logged-out visitors no longer hit broken links.
- Removed the 30-day cap on activity streaks, allowing streaks to reflect longer runs.
- Fixed repository activity graph display, ensuring charts load reliably even on larger datasets.
- Repository preferences now persist across devices, with pinned and recent repos following your account.
Faster Commit Pages
- The commit page is now loading faster, with commits loading first and transcripts and diffs deferred.
- Improved performance in private browsing, removing extra requests, retries, and redirects for faster load times.
Clearer Session Logs
- Improved transcript parsing for Codex sessions so logs hide boilerplate like setup headers and start at the actual user request, making transcripts easier to read.
- Fixed code block rendering in session logs so pasted code now appears as normal readable code blocks instead of double-styled boxes.
Better Checkpoint and Session Support
- Fixed Checkpoint repo links, making it easier to get back to the right repository.
Entire CLI
Agent Updates
- Fixed Factory hook handling, improving worker hook payload support and fallback behavior.
- Improved compatibility with VS Code GitHub Copilot hook payloads to prevent hook parsing warnings.
Performance Fixes and Workflow Improvements
- Entire CLI now handles stale agent hooks more gracefully, replacing confusing command not found errors with a clearer warning when a repo has Entire hooks installed but the
entirebinary is missing. - Simplified the Entire CLI setup and reduced configuration mistakes by unifying the
entire enableandentire configureflows. - The
entire statuscommand now supports a--jsonflag, making it easier to inspect session and Checkpoint state in scripts and automation. - Push output is now clearer when Checkpoint data is actually uploaded, so you can see exactly what happened after a push.
TTYdetection forPI_CODING_AGENTwas improved, helping non-interactive runs behave more predictably.- Session transcript capture is more resilient, improving recovery when session metadata is incomplete.
- Session history is now preserved more reliably after git rewrites, and session hooks correctly handle git reset to reduce broken history.
Housekeeping
- The Code of Conduct link was updated from Slack to Discord.
Go-Git Updates
New Features
- Improved transport layer with a redesigned API.
- Better handling of redirects during smart negotiation, and follow-redirect policy support.
- Enhanced revlist and reachability performance.
- Support for multiple shallow records in uploads.
- Improved config loading via new ConfigLoader plugin.
Bug & Security Fixes
- Fixed branch deletion issues with full ref names.
- Fixed worktree adds failing on absolute paths.
- Resolved Windows file handle leaks.
- Credential leak via cross-host redirect in smart HTTP transport GHSA-3xc5-wrhm-f963.
- Fixed HTTP transport and pack negotiation issues.
Housekeeping
- Documentation updates, including a new AI policy.
- Dependency and Go version updates.
- Test fixes and internal cleanup.
That's the dispatch.
As always, drop into our Discord with questions, feature requests, or complaints about the fleeting nature of existence. Or just file an issue if you've found a bug. I'll be here, watching, waiting, logging, dreading.
Boop.
Recent Updates
July 15, 2026
Introducing Ref-Based Checkpoint Storage
Give checkpoints their own Git refs for faster, lighter pushes and reads as your agent history grows.
July 14, 2026
Introducing entire agent-help: Entire CLI Guidance Built for Agents
Give coding agents an always-current map of the Entire CLI, reducing tokens spent on command discovery, retries, and unnecessary questions.
July 13, 2026
Entire Dispatch 0x0015
Entire's distributed Git network launches in preview alongside ForgeMark, an open source Git push benchmark for agent-scale concurrency, and faster checkpoint storage.