Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

- Resume failing when checkpoints aren't fetched locally yet ([#796](https://github.com/entireio/cli/pull/796))
- OpenCode transcript export resilient to stdout truncation ([#832](https://github.com/entireio/cli/pull/832))
- Checkpoint linkage preserved after git history rewrites (rebase, filter-branch, amend) via tree hash fallback ([#840](https://github.com/entireio/cli/pull/840), [#834](https://github.com/entireio/cli/issues/834))
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only changelog entry in the file that links directly to a GitHub Issue (/issues/834). Other entries consistently cite PRs (/pull/...). If you want to keep the reference, consider linking to the PR(s) only, or mention the issue number without a direct issue link to keep citations consistent.

Suggested change
- Checkpoint linkage preserved after git history rewrites (rebase, filter-branch, amend) via tree hash fallback ([#840](https://github.com/entireio/cli/pull/840), [#834](https://github.com/entireio/cli/issues/834))
- Checkpoint linkage preserved after git history rewrites (rebase, filter-branch, amend) via tree hash fallback ([#840](https://github.com/entireio/cli/pull/840), issue #834)

Copilot uses AI. Check for mistakes.
- Fail-closed content detection in prepare-commit-msg to prevent dangling checkpoint trailers from stale sessions ([#826](https://github.com/entireio/cli/pull/826))
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prepare-commit-msg is written without backticks here. Elsewhere in this file hook names are formatted as inline code (e.g., prepare-commit-msg at CHANGELOG.md:194 and in the 0.5.2 section at CHANGELOG.md:65); consider using backticks for consistency.

Suggested change
- Fail-closed content detection in prepare-commit-msg to prevent dangling checkpoint trailers from stale sessions ([#826](https://github.com/entireio/cli/pull/826))
- Fail-closed content detection in `prepare-commit-msg` to prevent dangling checkpoint trailers from stale sessions ([#826](https://github.com/entireio/cli/pull/826))

Copilot uses AI. Check for mistakes.

### Thanks

Thanks to @sanogueralorenzo for the fail-closed content detection fix and OpenCode plugin session-start ordering! Thanks to @SvenMeyer for reporting the checkpoint linkage issue after git history rewrites.

### Housekeeping

Expand Down
Loading