Claude Code 的 security-review command bug

Claude Code 前陣子大概 8 月初的時候 release 了 security-review 的功能,這幾天想到想說用一下,結果一下指令就噴了以下的錯誤:
Error: Bash command failed for pattern "!`git log --no-decorate origin/HEAD...`": [stderr]
fatal: ambiguous argument 'origin/HEAD...': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
看來不只要先讓 project 進版控(Git),還得上到 remote 並且設定
git remote set-head origin main
才不會噴錯,感覺應該算是 bug 才對,希望官方能修正這狀況,至少應該要可以直接掃整份 project 嘛,再不然至少多個 options 讓人可以直接 local 掃整份 code。