feat: update permissions to include additional Bash commands

This commit is contained in:
雨霖铃
2026-03-21 09:48:19 +08:00
parent 3bac87717f
commit 671c7c677f
+7 -1
View File
@@ -2,7 +2,13 @@
"permissions": { "permissions": {
"allow": [ "allow": [
"WebSearch", "WebSearch",
"Bash(npm install:*)" "Bash(npm install:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(npm run:*)",
"Bash(git show-ref:*)",
"Bash(git checkout:*)",
"mcp__plugin_playwright_playwright__browser_navigate"
] ]
} }
} }