mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +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",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
|
"permission": {
|
||||||
|
"bash": {
|
||||||
|
"*": "ask",
|
||||||
|
"cd": "allow",
|
||||||
|
"cat": "allow",
|
||||||
|
"grep": "allow",
|
||||||
|
"rg": "allow",
|
||||||
|
"pnpm": "allow"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mcp": {
|
"mcp": {
|
||||||
"context7": {
|
"context7": {
|
||||||
"type": "remote",
|
"type": "remote",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue