mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-25 15:24:58 +00:00
fix: ensure variants can be disabled
This commit is contained in:
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user