Ask for permissions for webfetch.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-08-17 19:12:26 -07:00
parent c673c4abd1
commit 5d5cbcfa88

View file

@ -5,12 +5,12 @@
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"permission": { "permission": {
"edit": "ask", "edit": "ask",
"webfetch": "ask",
"bash": { "bash": {
"git status": "allow", "git status": "allow",
"git diff": "allow", "git diff": "allow",
"ls": "allow", "ls": "allow",
"pwd": "allow", "pwd": "allow"
"*": "ask"
} }
} }
} }