You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completely removed fallback model logic - now only uses dynamically fetched models from Cline's GitHub source.
Changed model source from cli/src/constants/featured-models.ts to webview-ui/src/components/settings/OpenRouterModelPicker.tsx for more accurate free model list (includes stealth/giga-potato).
Removed all hardcoded model-specific logic (no more special handling for "kimi", "minimax", "potato").
Cache now stores full model objects instead of just IDs to avoid reconstruction with hardcoded assumptions.
Removed all debug console logging for cleaner output.
Fixed
Fixed regex to properly parse TypeScript array syntax (no semicolon after closing bracket).
Models are now immediately available via /scoped-models and /model commands on startup when cached.