Skip to content

Releases: agynio/github-cli

v0.1.2-pr-review

30 Nov 20:33

Choose a tag to compare

v0.1.2-pr-review Pre-release
Pre-release

Highlights

  • adopt the shared gh pr resolver across helper subcommands for consistent selector handling
  • expand selector coverage in tests and update documentation for CLI helpers

Artifacts

Prebuilt binaries for Linux, macOS, and Windows along with SHA256SUMS.

v0.1.1-pr-review

30 Nov 19:29
369ebb2

Choose a tag to compare

v0.1.1-pr-review Pre-release
Pre-release

What's new

  • gh pr review pending, gh pr see-comments, and gh pr reply-comment now honor -R/--repo without needing a local git checkout. When running outside a repository, the helpers reuse the host parsed from the PR selector to avoid mismatched API targets.
  • All review helper commands accept positional pull request numbers and URLs, aligning selector behavior with the rest of gh pr.

Install

Linux & macOS (tar.gz)

  1. Download the archive for your platform.
  2. Extract it: tar -xzf gh_v0.1.1-pr-review_<os>_<arch>.tar.gz.
  3. Move bin/gh somewhere on your PATH (e.g., /usr/local/bin).
  4. Optionally install man pages and shell completions from the extracted archive.

Windows (zip)

  1. Download gh_v0.1.1-pr-review_windows_amd64.zip.
  2. Extract it with unzip or File Explorer.
  3. Add the extracted bin directory to your PATH or move gh.exe to a directory already on PATH.

Verify

  • Validate checksums: sha256sum -c SHA256SUMS.
  • Try the new selector handling: gh pr see-comments 123 -R owner/repo --latest works without a local clone.

v0.1.0-pr-review

30 Nov 14:29

Choose a tag to compare

v0.1.0-pr-review Pre-release
Pre-release

What's new

  • Adds gh pr review pending helpers that honor standard repository resolution without --org/--repo flags.
  • Updates gh pr see-comments and gh pr reply-comment to rely on gh's active repository context, enabling use of -R/--repo.

Install

Linux & macOS (tar.gz)

  1. Download the archive for your platform.
  2. Extract it: tar -xzf gh_v0.1.0-pr-review_<os>_<arch>.tar.gz.
  3. Move bin/gh somewhere on your PATH (e.g., /usr/local/bin).
  4. Optionally install man pages and shell completions from the extracted archive.

Windows (zip)

  1. Download gh_v0.1.0-pr-review_windows_amd64.zip.
  2. Extract it with unzip or File Explorer.
  3. Add the extracted bin directory to your PATH or move gh.exe to a directory already on PATH.

Verify

  • Validate checksums: sha256sum -c SHA256SUMS.
  • Confirm the new commands: gh pr see-comments --help should list only standard repo overrides.