Remove redundant git status/diff/log from tag mode allowlist (#1075)

This commit is contained in:
David Dworken
2026-03-18 09:06:33 -07:00
committed by GitHub
parent 9ddce40de8
commit 1ba15be4f0
3 changed files with 0 additions and 9 deletions
-3
View File
@@ -56,9 +56,6 @@ export function buildAllowedToolsString(
"Bash(git add:*)",
"Bash(git commit:*)",
`Bash(${GIT_PUSH_WRAPPER}:*)`,
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(git rm:*)",
);
}
-3
View File
@@ -139,9 +139,6 @@ export async function prepareTagMode({
"Bash(git add:*)",
"Bash(git commit:*)",
`Bash(${gitPushWrapper}:*)`,
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(git rm:*)",
);
} else {