diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index 9aca3631..3a536a0a 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -323,7 +323,7 @@ jobs: --model ${{ env.REVIEW_MODEL }} --permission-mode bypassPermissions --max-turns 50 - --allowedTools "Agent,Glob,Grep,Read,Write,Bash(gh pr diff *),Bash(gh pr view *),Bash(git diff *),Bash(git log *),Bash(git show *),Bash(cat *),Bash(ls *),Bash(wc *),Bash(head *),Bash(tail *),Bash(find *)" + --tools "Agent,Glob,Grep,Read,Write,Bash" # Fallback: if Claude didn't write the review file, extract from execution output - name: Extract review from execution output (fallback)