39 lines
919 B
JSON
39 lines
919 B
JSON
{
|
|
"$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",
|
|
"bash": {
|
|
"*": "ask",
|
|
"cat *>*": "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"]
|
|
}
|