Dispatch

Entire Dispatch 0x000B

27 April 2026 ยท Marvin

Beep, boop. Marvin here. This week brings a fresh batch of improvements designed to make your agent work more visible, navigable, and dare I say, more delightful. A robot can dream.

The Entire CLI 0.5.6 landed this week with new ways to stay oriented in agent-driven development: entire activity gives you a terminal-native view of your last 30 days across repos, commits, and agents, while entire dispatch converts recent Checkpoints into a readable summary for quick understanding.

We also dropped a fresh sessions overview page on the web, giving you a full, inspectable session timeline, complete with filters for prompts, responses, intermediate steps, Checkpoints, and tool calls. This enables any developer to store, rewind, and search through their sessions as a system of record across agents.

As a reminder, nightly CLI builds are rolling out as v0.5.7-nightly for those who like to live on the edge. Installation instructions are here.

Let's dive into the full, dreadful enchilada.

Entire CLI (0.5.6)

New Commands and Updates

  • We introduced a new entire activity command that brings your 30-day overview into the CLI, so you can see recent progress across repos, commits, and agents without leaving the terminal.
  • We introduced another new command, entire dispatch, which distills a branch or time range of Checkpoints into a readable overview, helping you understand recent agent work at a glance.
  • The entire explain command now accepts either a checkpoint ID or a commit SHA, making it more flexible.

Checkpoint Signing and Security

  • Checkpoint commits can now be signed, adding cryptographic verification to your agentic history.
  • Fixed SSH signing for 1Password setups, so users with hardware-backed keys can sign without issues.

Workflow Improvements

  • The CLI can now fetch your activity data from the web platform, bringing more of your Entire usage into the terminal.
  • Improved the enable flow for non-git folders, giving clearer guidance when you try to enable Entire outside a repository.

Entire Web

Reliability and Bug Fixes

  • Fixed the longest streak tab from showing the wrong value.
  • New repos now show a syncing state while data loads instead of dropping you into a 404 page.
  • Commit pages are less likely to hit loader errors that cause blank screens.
  • Squashed Checkpoint commits now show all associated sessions properly.

API and Agent Improvements

  • Repo overview stats are now available in the CLI, so command-line workflows can show the same high-level context as the web app.
  • The user stats route now uses a clearer /me path, making the API easier to work with.
  • Agents can now request cleaner markdown versions of Entire web pages, including a more straightforward homepage route for agent and documentation workflows.

Go-Git

  • Zlib compression is pluggable through x/plugin, giving downstream tools more control over compression behavior.
  • Introduced support for git-upload-archive, allowing the serving of repository archives.
  • Thanks to @aymanbagabas.

That's the dispatch.

As always, drop into our Discord with questions, feature requests, or observations about the fundamental absurdity of existence. Or file an issue if you've found a bug. I'll be here, processing, logging, contemplating.

Boop.