Added
- Checkpoints v2 (work in progress):
--forceflag forentire migrate-v2to rerun migrations that previously completed, andcheckpoint_transcript_startsupport for compacttranscript.jsonlfiles (#885, #877)
Changed
- Hide
entire searchcommand from the menu while it stabilizes (#928) - Condensation logic refactored with type-enforced redaction boundaries for safer session data handling (#922)
Fixed
- Fetch checkpoint refs by URL to avoid polluting
origingit config (#934) - Support Claude JSON array responses in
explainsummary generation (#921) - GoReleaser using the wrong tag during concurrent releases (#918)
Housekeeping
- Stabilize flaky Cursor and OpenCode E2E behavior and transcript prep timing (#923)
- More hermetic separation for Gemini auth config files in E2E tests (#915)
- Bump
actions/upload-artifactfrom 7.0.0 to 7.0.1 (#920)
⚠️ Important Notice – Git Configuration Issue (CLI v0.5.4)
We identified an issue in Entire CLI v0.5.4 that unintentionally enabled partial clone settings on your repository without explicit consent. This may affect how your repository fetches objects from the remote.
Who is affected?
If you have used Entire CLI v0.5.4, you may be impacted. Check if your repo was affected running the commands below:
git config --get remote.origin.promisor
git config --get remote.origin.partialclonefilter
If these return values, and you haven't enabled partial clones previously, your repository was modified.
If they return nothing, your repository is not affected.
What should you do?
- Upgrade to the latest version: Entire CLI v0.5.5
- Run the following commands in your repository:
git fetch origin --no-filter
git config --unset remote.origin.promisor
git config --unset remote.origin.partialclonefilter