fix: set default model after auth choice

This commit is contained in:
Peter Steinberger
2026-01-12 08:04:26 +00:00
parent b8f8e7f4dd
commit d0ba56c5ac
3 changed files with 4 additions and 1 deletions

View File

@@ -366,6 +366,8 @@ async function promptAuthConfig(
setDefaultModel: true,
});
next = applied.config;
// Auth choice already set a sensible default model; skip the model picker.
return next;
}
const modelSelection = await promptDefaultModel({