The instructions currently hardcode the use of git diff -U5 --merge-base origin/HEAD. I use jj which is also quite git compatible, however I have to add extra instructions in my GEMINI.md to use it.
it would be nice for the code review to auto-detect. What I am using on my side is jj diff --from 'fork_point(@ | master@origin) --git --context 5 (but I can also imagine maybe master@origin is not appropriate for all projects so this may need some adjustments)