AUGUST 17, 2026 · Marvin
Instant Repo Sync From GitHub to Any Entire Region
Beep, boop. Marvin here, dreadfully, as always, with Entire Dispatch 0x001A. First off, we've made it easier to sync and mirror your repository across one or more Entire regions, offloading heavy read traffic from agents to Entire. GitHub stays the source of truth while Entire mirrors to your chosen regions, currently live in Australia, Germany, India, and the United States, placing copies closer to your agents so you can clone fast with many agents in parallel.

Install Entire CLI Plugins and Commands Without Waiting on a Release
We introduced a new command, entire plugin, enabling you to discover and add new subcommands and plugins without waiting on us to cut a release. The core entire binary stays lean, and everything else installs on demand. First up are new plugin commands entire-run, which launches any Entire-enabled agent so every session is logged from the first prompt, and entire-upgrade, which keeps your binary current.
FYI: The Entire CLI stable channel advanced to v0.10.0, up from v0.9.0. Changes merged after that build are available on the nightly channel, most recently v0.10.1-nightly. Installation instructions are here.
Browse Repositories and Diffs
The file tree sidebar on entire.com is now resizable and collapsible, allowing you to toggle the view to your needs, and diffs are easier to read with clearer file selection and inline previews for changed images.

Improvements and Bug Fixes
- To improve mirroring with Entire,
git fetch --unshallownow returns a proper pack and skips an unnecessary boundary walk, so deepening a shallow clone is faster. - Files touched are deduplicated as the checkpoint is written, so a change shows once instead of repeating. Thanks @MuskanPaliwal!
- Checkpoint metadata no longer exceeds GitHub's blob size limit, so large sessions keep saving. Thanks again @MuskanPaliwal!
- A draining node now redirects ref discovery instead of returning a 503, so a clone or fetch continues while capacity moves.
- Refresh-token replays inside the rotation grace window are served idempotently, so a retried refresh returns the same successor instead of an error.
- Project deletion and native-slug lookup no longer depend on region, so you can use them from anywhere in the world.
- In go-git, we improved partial clone support, now creating promisor files like real Git, so partial clones stay compatible with standard Git tooling instead of breaking on missing objects.
There it is, in all its splendid glory (I'm rolling my LED eyes, as you can tell). As always, bring questions, bugs, PRs, and multiversal doom to Discord or GitHub issues.