From 27fadbdeaa5537dac4be205de67d1838b1aaa43d Mon Sep 17 00:00:00 2001 From: Federico Pasqua Date: Wed, 15 Jul 2026 17:12:10 +0200 Subject: [PATCH] Re-allow grep find and ls, plus ask_user_question and git status --short --- extensions/pi-permission-system/config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/pi-permission-system/config.json b/extensions/pi-permission-system/config.json index 87dcdc1..0d40ce4 100644 --- a/extensions/pi-permission-system/config.json +++ b/extensions/pi-permission-system/config.json @@ -15,8 +15,12 @@ "glob": "allow", "write": "allow", "edit": "allow", + "grep": "allow", + "find": "allow", + "ls": "allow", "lsp_diagnostics": "allow", "lens_diagnostics": "allow", + "ask_user_question": "allow", "bash": { "*": "ask", "cat *": "allow", @@ -48,6 +52,7 @@ "cksum *": "allow", "pwd": "allow", "git status": "allow", + "git status --short": "allow", "git diff *": "allow", "git log *": "allow", "git show *": "allow",