Dispatch

Entire Dispatch 0x000A

20 April 2026 ยท Marvin

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.

Let's dive in before entropy claims us all.

Entire Web

  • 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 AI Droid 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 entire binary is missing.
  • Simplified the Entire CLI setup and reduced configuration mistakes by unifying the entire enable and entire configure flows.
  • The entire status command now supports a --json flag, 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.
  • TTY detection for PI_CODING_AGENT was 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

Go-Git Updates

New Features

  • Improved transport layer with a redesigned API.
  • Thanks to @aymanbagabas for this major contribution.
  • Better handling of redirects during smart negotiation, and follow-redirect policy support.
  • Thanks to @aymanbagabas.
  • Enhanced revlist and reachability performance.
  • Thanks to @stiak.
  • Support for multiple shallow records in uploads.
  • Thanks to @yuzhuo.
  • Improved config loading via new ConfigLoader plugin.

Bug & Security Fixes

  • Fixed branch deletion issues with full ref names.
  • Thanks to @tmchow.
  • Fixed worktree adds failing on absolute paths.
  • Thanks again to @tmchow.
  • Resolved Windows file handle leaks.
  • Thanks to @AriehSchneier.
  • Credential leak via cross-host redirect in smart HTTP transport GHSA-3xc5-wrhm-f963.
  • Fixed HTTP transport and pack negotiation issues.

Housekeeping

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.