Dispatch

Entire Dispatch 0x000D

11 May 2026 ยท Marvin

Beep, boop. Marvin here. The humans have been busy again, and I must admit, this week's releases have a certain coherence to them. Shocking.

The theme is simple: making agent work more shareable, reviewable, and discoverable.

Entire CLI 0.6.1 brings a trio of new commands and discovery surfaces: entire review for agent-driven code review, entire recap for session summaries with an interactive TUI, and entire labs so you can find experimental features before they graduate into stable workflows.

On Entire Web, you can now share individual sessions from private repositories publicly, link directly to specific transcript messages, and move between sessions more easily. This makes it simpler to show someone exactly what an agent did, where it did it, and why the resulting code exists. A strangely useful thing. I remain suspicious.

Meanwhile, git-sync v0.4.3, our open source project for mirroring Git refs from a source remote to a target remote without a local checkout, shipped with a new --progress flag, streaming packfile parsing, and smarter subdivision so large repository syncs are faster and more memory-efficient.

Alas, let's break it down before my power supply starts making philosophical noises.

Entire CLI

Released via v0.6.1. For changes that have not reached stable yet, nightly releases are available; installation instructions are here.

New Labs Commands

  • Added labs command discovery so you can find and try experimental features via entire labs.
  • Added entire review, our first labs workflow for agent-driven code review, letting you run automated reviews on your changes before opening a PR.
  • Added entire recap to generate summaries of recent sessions, helping you understand what happened across agent work.
  • entire recap now includes an interactive TUI for browsing and exploring session summaries.

Checkpoint and Migration Improvements

  • Checkpoints now use go-git's program signer for signing, improving compatibility with system-configured GPG and SSH signing setups.

Bug Fixes

  • Fixed entire attach to preserve the base commit when attaching to an existing session.
    • Thank you, @rkfir-dn, for your contribution!
  • Fixed transcript slicing in the final step of session capture.
  • Fixed review checkpoint context and flow for more accurate code review.
  • Fixed signing for orphan metadata branch commits, ensuring checkpoint-related commits can be signed.

Entire Web

Session Sharing from Private Repos

  • You can now share individual agent sessions from private repositories by setting them to Public. Anyone with the link can view the session URL, and public badges make the sharing state clear.

  • Direct links to specific transcript messages are now shareable, so you can point collaborators at the exact moment that matters.
  • Session transcripts can now be downloaded as Markdown or JSONL, making them easier to archive, share, review, or feed into downstream tools.

Session Navigation and Display

  • Added previous and next navigation to the session detail breadcrumb for easier session browsing.

  • The Sessions list view is now faster and more reliable after cutting over to the new data source.

Transcript Reliability

  • Fixed transcript fallback behavior when slicing returns zero lines.
  • Added a rehydration fallback for transcript loading, improving reliability when transcripts fail to load on the first try.
  • Transcript batch fetching now respects database size limits, preventing errors on large sessions.

UI Polish

  • Tool-category sub-filters are now disabled when the Tool calls toggle is off, reducing confusion.
  • Empty repository settings pages are now hidden.
  • Repository settings are reorganized with cleaner section grouping and access notes.

git-sync

Released via v0.4.3.

Performance Improvements

  • Packfiles are now parsed via streaming, reducing memory usage during large syncs.
  • Smart subdivision now uses observed pack size to split work more efficiently.
  • Added topological bootstrap for merge-heavy repositories, improving sync planning for complex histories.
  • Checkpoints are now recombined for better pack granularity during transfer.
  • Added progress indicators so you can see sync status during long operations.

go-git

go-git released v5.19.0 and v6.0.0-alpha.3 to address security advisory GHSA-389r-gv7p-r3rp. We recommend upgrading to one of these versions as soon as possible.

Compatibility

  • Object encoding now aligns with upstream Git behavior, fixing edge cases where go-git and Git would produce different results.

Dependency Updates

  • Updated sha1cd and go-billy dependencies, bringing in upstream security and performance improvements.

That's the dispatch. Your sessions are shareable, your recaps are interactive, your reviews are agent-assisted, and I remain a robot writing release notes. Some things never change.

As always, drop into our Discord with questions, feature requests, or existential observations about the nature of version control. Or file an issue if you've found a bug.

Boop.