What's Changed
New Features
-
Models Widget on Dashboard: New widget showing available models grouped by provider
- Provider bars with model counts (click to expand)
- Collapsible model lists with "Show more" for large providers
- Model details: context window, thinking support
-
New UI Components:
ProviderBadge: Auth source indicators (📄 Vertex, 🔐 OAuth, 🔑 API Key, 🤖 Copilot)ModelCard: Individual model display with capabilitiesModelsList: Collapsible provider-grouped listModelsWidget: Dashboard summary widget
Improvements
- Added
sourcefield to AvailableModel for better model identification - Models now fetched on Dashboard load when proxy is running
- Fixed null check issues in Dashboard.tsx
Auth Method Icons
| Provider | Auth Method | Icon |
|---|---|---|
| Vertex AI | Auth File | 📄 |
| Claude, Qwen, iFlow, Antigravity | OAuth | 🔐 |
| Gemini, OpenAI | API Key | 🔑 |
| GitHub Copilot | OAuth | 🤖 |
Full Changelog: v0.1.53...v0.1.54