Update opencode config to allow more bash commands

This commit is contained in:
Mikkel Svartveit 2025-12-09 12:00:14 +01:00
parent 95632a0fd4
commit 4333a53a16

View file

@ -1,13 +1,11 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-gemini-auth"],
"permission": { "permission": {
"bash": { "bash": {
"*": "ask", "*": "allow",
"cd": "allow", "rm": "ask",
"cat": "allow", "git": "ask"
"grep": "allow",
"rg": "allow",
"pnpm": "allow"
} }
}, },
"mcp": { "mcp": {