1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-15 16:38:13 +02:00
dotfiles/opencode/opencode.json

25 lines
443 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"default_agent": "OpenCoder",
"agent": {
"build": {
"disable": true,
},
"plan": {
"disable": true,
},
"OpenCoder": {
"color": "primary",
},
"OpenAgent": {
"color": "secondary",
},
},
"mcp": {
"neuron-ai-doc": {
"type": "remote",
"url": "https://docs.neuron-ai.dev/~gitbook/mcp",
"enabled": true
}
}
}