refactor(onboard): unify auth-choice aliases and provider flags

This commit is contained in:
Peter Steinberger
2026-02-14 05:58:14 +01:00
parent 2f4cef2021
commit d8beddc8b7
9 changed files with 351 additions and 143 deletions

View File

@@ -50,6 +50,7 @@ export type AuthChoice =
export type AuthChoiceGroupId =
| "openai"
| "anthropic"
| "chutes"
| "vllm"
| "google"
| "copilot"