From 52465789e213be01324b306e9a3e9dc940703e99 Mon Sep 17 00:00:00 2001 From: Franklin Volcic Date: Fri, 5 Dec 2025 17:54:25 -0800 Subject: [PATCH] fix allowed tools list --- plugins/code-review/commands/code-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/code-review/commands/code-review.md b/plugins/code-review/commands/code-review.md index 135d10f..614d29e 100644 --- a/plugins/code-review/commands/code-review.md +++ b/plugins/code-review/commands/code-review.md @@ -1,5 +1,5 @@ --- -allowed-tools: Bash(gh issue view:*), Bash(gh search:*), Bash(gh issue list:*), Bash(gh api:*), Bash(gh pr comment:*), Bash(gh pr diff:*), Bash(gh pr view:*), Bash(gh pr review:*), Bash(gh pr list:*) +allowed-tools: Bash(gh issue view:*), Bash(gh search:*), Bash(gh issue list:*), Bash(gh comment:*), Bash(gh pr diff:*), Bash(gh pr view:*), Bash(gh pr list:*) description: Code review a pull request ---