You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
--checkpoint-backend branch|refs on entire enable and entire configure selects the checkpoint store, with an interactive selector on first-time setup (defaults to branch, which writes no config block) (#1661)
First-time entire enable now offers to import pre-existing agent history for the agents you select, instead of leaving the hidden entire import command to be discovered; non-interactive runs (--yes or no TTY) auto-import all eligible agents (#1595)
entire api gained --jurisdiction <slug> (short -j, e.g. us, eu) to target a specific jurisdiction's entire-api cell instead of your home cell (implies --to cell); the command is now also documented in CLAUDE.md (#1631)
Changed
entire activity now lists recent sessions (from /me/sessions) instead of recent commits, matching the entire.io Overview feed (#1650)
All TUI colors migrated to the base16 (ANSI 0–15) palette via a new palette package, so the UI respects the user's terminal theme; the primary accent moved from orange to magenta, and entire experts was migrated too (#1542, #1610)
Homebrew auto-update now runs brew upgrade --yes, so accepting the update prompt no longer triggers a second Homebrew confirmation (#1653)
Fixed
The post-run "update available" notice now prints to stderr instead of stdout, so it no longer corrupts $(entire … --json) command substitutions and pipes (#1656)
git-remote-entire now re-mints its credential and retries once on a data-plane 401 instead of failing the command, smoothing over mid-TTL token invalidation from core key rotation or clock skew (#1658)
entire repo mirror create renders a stale-read 404 from the status poll as the server's "mirror not found" message instead of a raw struct dump, and widens the poll retry budget (~8s → ~30s) to ride out the placement-visibility window (#1660)
Housekeeping
Cell-routing foundation: a shared auth.CellClientFactory (one identity token per jurisdiction across a fan-out), a generic repo→cell resolver, and multi-cell client-side fan-out/merge, so multi-cell commands stop growing parallel copies of the routing plumbing (#1641)
This repo now dogfoods the git-refs checkpoint backend for its own checkpoints (#1648)
git-remote test coverage (1/4): a committed test plan plus an integration backend matrix that exercises real git-hook pushes across both checkpoint backends (#1636)
explain follow-up from trail review: naming, test-helper, and doc refinements, no behavior change (#1569)
Release: stable tags now mirror to the nightly channel so entire@nightly users aren't stranded below the just-shipped stable build (#1662)
Dependency bumps (charm bubbles/bubbletea/lipgloss, posthog-go; betterleaks held at v1.5.0) (#1654)