fix(core): resolve auto model in default strategy (#17116)

This commit is contained in:
Sehoon Shon
2026-01-20 16:03:34 -05:00
committed by GitHub
parent f0f705d3ca
commit ed0b0fae49
4 changed files with 109 additions and 8 deletions
+1
View File
@@ -51,6 +51,7 @@ export function resolveModel(
case DEFAULT_GEMINI_MODEL_AUTO: {
return DEFAULT_GEMINI_MODEL;
}
case GEMINI_MODEL_ALIAS_AUTO:
case GEMINI_MODEL_ALIAS_PRO: {
return previewFeaturesEnabled
? PREVIEW_GEMINI_MODEL