docs: add changelog entries for #826 and #840#841
Closed
peyton-alt wants to merge 1 commit intomainfrom
Closed
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| - 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)) | ||
| - Fail-closed content detection in prepare-commit-msg to prevent dangling checkpoint trailers from stale sessions ([#826](https://github.com/entireio/cli/pull/826)) |
There was a problem hiding this comment.
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)) |
|
|
||
| - 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)) |
There was a problem hiding this comment.
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) |
pjbgf
previously approved these changes
Apr 3, 2026
Member
|
Closing in favour of #843. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Low risk: documentation-only change updating release notes with no runtime or behavioral impact.
Overview
Updates
CHANGELOG.mdfor0.5.3to document two additional fixes: preserving checkpoint linkage across git history rewrites (tree-hash fallback) and fail-closed content detection inprepare-commit-msgto avoid stale/dangling checkpoint trailers. Adds a Thanks section acknowledging contributors/reporters for these fixes.Written by Cursor Bugbot for commit c8ffa52. Configure here.