reorder provider list in providers login (#17262)

This commit is contained in:
Kit Langton
2026-03-12 20:09:30 -04:00
committed by GitHub
parent c173988aaa
commit 7066e2a25e

View File

@@ -318,10 +318,10 @@ export const ProvidersLoginCommand = cmd({
const priority: Record<string, number> = {
opencode: 0,
anthropic: 1,
openai: 1,
"github-copilot": 2,
openai: 3,
google: 4,
google: 3,
anthropic: 4,
openrouter: 5,
vercel: 6,
}