Skip to content

v0.2.0

Choose a tag to compare

@ditfetzt ditfetzt released this 08 Feb 10:07
· 5 commits to main since this release

Changed

  • 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.