mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 11:12:39 +00:00
Update Opencode config
This commit is contained in:
parent
36c1713065
commit
a862e78f47
1 changed files with 10 additions and 0 deletions
|
|
@ -1,5 +1,15 @@
|
|||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"permission": {
|
||||
"bash": {
|
||||
"*": "ask",
|
||||
"cd": "allow",
|
||||
"cat": "allow",
|
||||
"grep": "allow",
|
||||
"rg": "allow",
|
||||
"pnpm": "allow"
|
||||
}
|
||||
},
|
||||
"mcp": {
|
||||
"context7": {
|
||||
"type": "remote",
|
||||
|
|
|
|||
Loading…
Reference in a new issue