chore(test): align auth choice options formatting

This commit is contained in:
Peter Steinberger
2026-01-08 23:18:27 +01:00
parent dc1992cbb5
commit 1f215848be
2 changed files with 7 additions and 2 deletions

View File

@@ -286,7 +286,9 @@ async function promptAuthConfig(
await select({
message: "Model/auth choice",
options: buildAuthChoiceOptions({
store: ensureAuthProfileStore(undefined, { allowKeychainPrompt: false }),
store: ensureAuthProfileStore(undefined, {
allowKeychainPrompt: false,
}),
includeSkip: true,
includeClaudeCliIfMissing: true,
}),