fix: ensure variants can be disabled

This commit is contained in:
Aiden Cline
2025-12-30 16:12:01 -06:00
parent 5e1986c0bc
commit 938a53b5a2
8 changed files with 87 additions and 25 deletions

View File

@@ -8,6 +8,27 @@
"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": {},