diff --git a/extensions/pi-permission-system/config.json b/extensions/pi-permission-system/config.json index 4249df4..87dcdc1 100644 --- a/extensions/pi-permission-system/config.json +++ b/extensions/pi-permission-system/config.json @@ -28,6 +28,7 @@ "tree *": "allow", "stat *": "allow", "file *": "allow", + "identify *": "allow", "wc *": "allow", "du *": "allow", "df *": "allow", @@ -55,6 +56,9 @@ "git branch": "allow", "git remote -v": "allow" }, - "external_directory": "ask" + "external_directory": { + "*": "ask", + "/home/fpasqua/.local/share/pnpm/store/v11/links/@earendil-works/pi-coding-agent/*": "allow" + } } }