mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Revert "Update opencode config to allow more bash commands"
This reverts commit 4333a53a16.
This commit is contained in:
parent
1c86492153
commit
3381071161
1 changed files with 6 additions and 4 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue