Skip to content

docs: add changelog entries for #826 and #840#841

Closed
peyton-alt wants to merge 1 commit intomainfrom
changelog-additions
Closed

docs: add changelog entries for #826 and #840#841
peyton-alt wants to merge 1 commit intomainfrom
changelog-additions

Conversation

@peyton-alt
Copy link
Copy Markdown
Contributor

@peyton-alt peyton-alt commented Apr 3, 2026

Note

Low Risk
Low risk: documentation-only change updating release notes with no runtime or behavioral impact.

Overview
Updates CHANGELOG.md for 0.5.3 to document two additional fixes: preserving checkpoint linkage across git history rewrites (tree-hash fallback) and fail-closed content detection in prepare-commit-msg to avoid stale/dangling checkpoint trailers. Adds a Thanks section acknowledging contributors/reporters for these fixes.

Written by Cursor Bugbot for commit c8ffa52. Configure here.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 3, 2026 03:15
@peyton-alt peyton-alt marked this pull request as ready for review April 3, 2026 03:15
@peyton-alt peyton-alt requested a review from a team as a code owner April 3, 2026 03:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the project changelog for the 0.5.3 release to include missing release note entries associated with #826 and #840.

Changes:

  • Added two new “Fixed” bullet entries referencing PRs #840 and #826.
  • Added a “Thanks” section crediting contributors/reporters relevant to these fixes.

- 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))
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.

- 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.
pjbgf
pjbgf previously approved these changes Apr 3, 2026
Base automatically changed from changelog to main April 3, 2026 05:25
@pjbgf pjbgf dismissed their stale review April 3, 2026 05:25

The base branch was changed.

@pjbgf
Copy link
Copy Markdown
Member

pjbgf commented Apr 3, 2026

Closing in favour of #843.

@pjbgf pjbgf closed this Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants