60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
|
|
// == General Settings ==
|
|
"autoupdate": "notify",
|
|
"plugin": [
|
|
// Third Party Plugins
|
|
"./plugins/opencode-md-table-formatter",
|
|
"@tarquinen/opencode-dcp@latest", // currently resolves to 3.1.9
|
|
"opencode-agent-skills@0.7.0", // known-good pinned version currently working
|
|
// "envsitter-guard@latest", // last cached version seen: 0.0.4
|
|
"./plugins/opencode-smart-title",
|
|
"cc-safety-net", // currently cached at 0.8.2
|
|
"@plannotator/opencode@latest", // currently resolves to 0.19.24
|
|
|
|
// Custom Local Plugins
|
|
"./plugins/opencode-chroma-mem",
|
|
"./plugins/opencode-diva"
|
|
],
|
|
|
|
// == Personal Settings ==
|
|
"username": "MangoPig",
|
|
"default_agent": "General",
|
|
|
|
"agent": {
|
|
"plan": {
|
|
"disable": true
|
|
},
|
|
"build": {
|
|
"disable": true
|
|
}
|
|
},
|
|
|
|
"provider": {
|
|
"openrouter": {
|
|
"whitelist": ["qwen/qwen3.6-plus:free"]
|
|
}
|
|
},
|
|
|
|
"enabled_providers": ["A100-Ollama", "azure-cognitive-services", "openrouter", "Taobao-Claude"],
|
|
|
|
"mcp": {
|
|
"cloudflare": {
|
|
"type": "remote",
|
|
"url": "https://mcp.cloudflare.com/mcp",
|
|
"enabled": true
|
|
},
|
|
"time": {
|
|
"type": "local",
|
|
"command": ["docker", "run", "-i", "--rm", "-e", "LOCAL_TIMEZONE=Europe/London", "mcp/time"],
|
|
"enabled": true
|
|
},
|
|
"sequential-thinking": {
|
|
"type": "local",
|
|
"command": ["docker", "run", "-i", "--rm", "mcp/sequentialthinking"],
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|