Add opencode.jsonc
This commit is contained in:
34
.config/opencode/opencode.jsonc
Normal file
34
.config/opencode/opencode.jsonc
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://opencode.ai/config.json",
|
||||||
|
"permission": {
|
||||||
|
"edit": "ask",
|
||||||
|
"bash": "ask",
|
||||||
|
"webfetch": "ask",
|
||||||
|
"read": "ask",
|
||||||
|
"grep": "ask",
|
||||||
|
"glob": "ask",
|
||||||
|
"list": "ask",
|
||||||
|
"skill": "ask",
|
||||||
|
"todowrite": "ask",
|
||||||
|
"todoread": "ask",
|
||||||
|
"websearch": "ask",
|
||||||
|
},
|
||||||
|
"agent": {
|
||||||
|
"plan": {
|
||||||
|
"permission": {
|
||||||
|
"edit": "deny"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mcp": {
|
||||||
|
"exa": {
|
||||||
|
"type": "remote",
|
||||||
|
"url": "https://mcp.exa.ai/mcp?exaApiKey={env:EXA_API_KEY}",
|
||||||
|
"enabled": true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"instructions": [
|
||||||
|
"/home/jojo/.config/opencode/rules/*.md"
|
||||||
|
],
|
||||||
|
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git"]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user