// changelog

v1.1.0

Terminal-driven GitHub PR review lands — `commitbrief remote pr <ID>` fetches a PR's diff, posts inline review comments, and submits a verdict.

Released May 28, 2026

Highlights

commitbrief remote pr <ID> brings the review pipeline to GitHub pull requests (ADR-0016). It pulls a PR’s diff through the gh CLI, runs the same review pipeline as a local run, posts each finding as an inline review comment, and submits a verdict.

Added

  • commitbrief remote pr <ID> — terminal-driven GitHub PR review. Pulls a PR’s diff via the gh CLI, runs the review pipeline, posts each finding as an inline review comment, and submits a verdict (approve / comment / request-changes). The subcommand-local --request-changes-on=<critical|high|medium|low> (default critical) sets the request-changes threshold; --repo owner/repo overrides git-context repo discovery. API providers only — claude-cli / gemini-cli are refused (no structured findings).

    Bot-mode: the pre-send guards auto-allow with a stderr warning instead of aborting; --fail-on is ignored (the GitHub verdict replaces the exit-code gate). Race-safe: one retry if the PR head moves during the review, then abort. GitHub-posted text is fixed English; local stderr is localized (EN/TR). New internal/remote package + remote.* catalog keys.

  • Trailing blank line after review output and ---- brackets around CLI-provider (claude-cli / gemini-cli) output for readability.