Files
opencode/.opencode/opencode.jsonc
2025-12-30 16:12:01 -06:00

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,
},
}