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