Skip to content

History / Remote pr command

Revisions

  • Document commit-level filters and path denylists Filtering now has two axes: which commits are reviewed (--author, --committer, --start-date, --end-date, --text) and which files within them (the ignore layers, the --file/--dir allowlist, and the new --exclude-file/--exclude-dir denylist). Restructure Filtering.md around that split and add the details a user can only get wrong once: --end-date includes the day named, branch-name matching is best-effort because a squash merge destroys the association, and the reviewed diff is a concatenation of per-commit patches so one file can appear several times. Also record where the filters do NOT apply and why — `commit` describes the staged index, `remote pr` reads its diff from `gh` — and note that `remote pr` now honours --file/--dir on the posting path, not only under --no-post. Global-flags, Review, Diff, Summary, Dry-run, Guard, MCP-server, Commit, Remote-pr, JSON-schema updated to match.

    @muhammetsafak muhammetsafak committed Jul 26, 2026
  • Update remote PR command to use "octocat/Hello-World" repo

    @muhammetsafak muhammetsafak committed Jun 13, 2026
  • Add opt-in flag for request-changes-on severity levels

    @muhammetsafak muhammetsafak committed Jun 2, 2026
  • Add support for `--no-post` flag and read-only mode

    @muhammetsafak muhammetsafak committed May 29, 2026
  • Update CLI tools to include `codex-cli` provider

    @muhammetsafak muhammetsafak committed May 29, 2026
  • Add standard review context lines to Remote-pr-command.md

    @muhammetsafak muhammetsafak committed May 29, 2026
  • Add line number prefixes for accurate comment placement

    @muhammetsafak muhammetsafak committed May 29, 2026
  • Shrink `COMMITBRIEF.md` via `commitbrief compress` — [Compress command]

    @muhammetsafak muhammetsafak committed May 28, 2026
  • Add remote pr command for GitHub pull request review

    @muhammetsafak muhammetsafak committed May 28, 2026