dashboard: order Sonnet newest-first (Sonnet 5 before 4.6)

Aligns Sonnet with the newest-first convention the rest of MODEL_CATALOG
already uses (Opus 4.8>4.7, GPT 5.6>5.5). Cosmetic chip order only.
This commit is contained in:
teamchong
2026-06-26 00:58:53 -04:00
parent 9f25a4db3b
commit ecea71d1a0
+1 -1
View File
@@ -79,8 +79,8 @@ const MODEL_CATALOG: ReadonlyArray<{ id: string; label: string }> = [
{ id: 'claude-fable-5', label: 'Fable 5' },
{ id: 'claude-opus-4-8', label: 'Opus 4.8' },
{ id: 'claude-opus-4-7', label: 'Opus 4.7' },
{ id: 'claude-sonnet-4-6', label: 'Sonnet 4.6' },
{ id: 'claude-sonnet-5', label: 'Sonnet 5' },
{ id: 'claude-sonnet-4-6', label: 'Sonnet 4.6' },
];
const GPT_MODEL_CATALOG: ReadonlyArray<{ id: string; label: string }> = [