mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-24 21:48:36 +02:00
baea491cf2f8e9c7e0d8af43d0d5a7a15a27ff19
- Create model catalog (src/shared/domain/models.ts) with 12 models from OpenAI, Anthropic, and Google including tier metadata - Replace free-text model input with custom ModelSelect dropdown grouped by provider with colored provider icons (green AI for OpenAI, orange A for Anthropic, blue G for Google) - Show tier badges (premium/standard/fast) on each model option - Highlight currently selected model with indigo accent - Update ActivityPanel to show provider icons on model badges for visual consistency across the app Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>