mirror of
https://github.com/pnx/dotfiles
synced 2026-08-15 16:38:13 +02:00
25 lines
423 B
JSON
25 lines
423 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": {
|
|
"linear": {
|
|
"type": "remote",
|
|
"url": "https://mcp.linear.app/mcp",
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|