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",
"plugin": ["opencode-gemini-auth"],
"permission": {
"bash": {
"*": "ask",
"cd": "allow",
"cat": "allow",
"grep": "allow",
"rg": "allow",
"pnpm": "allow"
"*": "allow",
"rm": "ask",
"git": "ask"
}
},
"mcp": {