Skip to content

v0.5.0

Choose a tag to compare

@mr-karan mr-karan released this 25 Mar 10:27
· 65 commits to main since this release

What's New

Local Mode

Review local git diffs without a PR URL — works with any git repo (Bitbucket, local branches, pre-push review):

npx @mrkaran/hodor --local                         # diff against origin/main
npx @mrkaran/hodor --local --diff-against HEAD~1   # diff against specific ref
  • Includes uncommitted (staged + unstaged) changes
  • Resolves to git repo root when invoked from subdirectories
  • --post is validated upfront (disabled in local mode)

Closes #8.

npm Package

Published as @mrkaran/hodor on npm:

npx @mrkaran/hodor <PR_URL>

Other

  • Use in-memory auth storage to avoid loading ~/.pi/auth.json (closes #10, thanks @vedang)
  • Simplified README — npx-first install, documented all new flags