From 671c7c677f3c86dc48e69fa32cf781e5b6a66eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E9=9C=96=E9=93=83?= Date: Sat, 21 Mar 2026 09:48:19 +0800 Subject: [PATCH] feat: update permissions to include additional Bash commands --- .claude/settings.local.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index f35960a..6f37bc3 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,13 @@ "permissions": { "allow": [ "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" ] } }