mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-27 08:15:31 +00:00
39 lines
780 B
JSON
39 lines
780 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
// "plugin": ["opencode-openai-codex-auth"],
|
|
// "enterprise": {
|
|
// "url": "https://enterprise.dev.opencode.ai",
|
|
// },
|
|
"instructions": ["STYLE_GUIDE.md"],
|
|
"provider": {
|
|
"opencode": {
|
|
"options": {},
|
|
"models": {
|
|
"claude-haiku-4-5": {
|
|
"variants": {
|
|
"high": {
|
|
"disabled": true,
|
|
},
|
|
"max": {
|
|
"disabled": true,
|
|
},
|
|
},
|
|
},
|
|
"custom-model": {
|
|
"variants": {
|
|
"special": {
|
|
"This is special": {
|
|
"so": true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
"mcp": {},
|
|
"tools": {
|
|
"github-triage": false,
|
|
},
|
|
}
|