Added
entire activitycommand to show recent session activity (#999)entire dispatchcommand to generate dispatches from checkpoints, using the/api/v1/repositoriesendpoint for the dispatch wizard (#1004, #1023)entire explainaccepts a checkpoint ID or commit SHA as a positional argument (#990)entire explain --generatesummary provider with improved observability (#887)--jsonoutput forentire status(#975)- Checkpoint commit signing (SSH/GPG), with object signer checks moved before registration and fixes for 1Password and bare public-key setups (#960, #1020, #1002)
- Filtered fetches for checkpoint refs to reduce clone/fetch size (#996)
- Session linkage preserved across
git rebase,git commit --amend, andgit reset(#947, #948) - External agents can register in the
entire attachflow (#986) - VS Code-compatible payloads for Copilot hooks (#888)
- Actionable, classified error messages for Claude CLI failures (#963)
- Inline auto-update prompt after version notification (#997)
- Warning when
entire enableruns but the CLI is not installed in agent hooks (#929) - Devcontainer setup for GitHub Codespaces / VS Code (#940)
- Vercel branch deploy config to exclude
entire/*branches (#904) - Checkpoints v2 (work in progress):
attachcommand support, health checks inentire doctor,checkpoints_versionsetting with v2-only option, retention-based cleanup inentire clean, external-agent transcript compaction, transcript blob reuse across turn-end checkpoints, andfull.jsonlrenamed toraw_transcript(#955, #946, #1001, #970, #972, #980, #984, #944)
Changed
- Improved
entire enableflow for folders that are not yet git repositories (#978) - Reduced duplication between
enableandconfigureflows (#950) - Consolidated TTY detection into the
interactivepackage; honorPI_CODING_AGENTto skip interactive prompts (#1011, #926) - Guard
entire attachagainst overwriting checkpoints created on other machines (#1014) - Strategy now guards against writing empty-session metadata stubs (#1022)
- Hook messages renamed from "Powered by Entire" to "Entire CLI" (#965)
- Consistent rewind/resume continuation wording across agents (#987)
- More descriptive output checkpoints are pushed during normal
git push(#927) - Refactored checkpoint remote URL resolution and
ENTIRE_CHECKPOINT_TOKENhandling (#989)
Fixed
- Codex token usage normalization (#1021)
- Factory AI Droid fallback tool-use IDs (#942)
entire explainfetches metadata from the remote when missing locally (#953)- Fetch checkpoint blobs from
checkpoint_remoteinstead oforigin(#976) - Checkpoints v2: dual-write and preserve task metadata; skip empty sessions to prevent phantom checkpoint paths (#962, #958)
- Hanging summary TTY in local test runs (#968)
- Nightly release workflow now fails loudly instead of silently skipping when the tag already exists (#966)
- Build fix: qualify
isTerminalWriterinactivity_cmd.go(#1013)
Housekeeping
- Single
mise run checkcommand runs fmt, lint, and full test suite needed for PRs to be green (#949) - Require
mise run lintbefore pushing any remote code update (#1003) - Refactored git commands and increased test coverage (#995)
- Prefer
testutil.InitRepoin trivial git test setup (#979) - Stabilized TTY-dependent local CI tests, OpenCode E2E, and Factory AI Droid pre/post-tool-call E2E tests (#969, #967, #959, #1000, #1025)
- Removed nightly Windows E2E schedule (#925)
- Added
entire sessionscommand reference to docs (#1010) - Updated Code of Conduct community platform from Slack to Discord (#810)
- Dependency bumps:
go-git/v66.0.0-alpha.1 → 6.0.0-alpha.2,posthog-go1.11.2 → 1.12.1,goreleaser-action7.0.0 → 7.1.0,actions/create-github-app-token3.0.0 → 3.1.1 (#977, #951, #992, #991, #943)
Thanks
Thanks to @areporeporepo for updating the Code of Conduct community link!