Revert "Update opencode config to allow more bash commands"

This reverts commit 4333a53a16.
This commit is contained in:
Mikkel Svartveit 2025-12-11 16:44:58 +01:00
parent 1c86492153
commit 3381071161

View file

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