Skip to content

research-plan-implement v5.0.1

Latest

Choose a tag to compare

@lucasnad27 lucasnad27 released this 31 Aug 19:25
8412734

[5.0.1] - 2026-08-31

Fixed

  • /prepare-pr's tuicr walkthrough documented a reply endpoint that 404s. Replying to
    a review comment needs the PR number:
    gh api repos/{owner}/{repo}/pulls/<n>/comments/<id>/replies. The shorter
    pulls/comments/<id>/replies form it previously showed does not resolve.