mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* feat(cli): fetch featured models from backend with local fallback - Add async getFeaturedModelsForCline() to fetch models via controller - Load featured models dynamically in AuthView with useEffect - Update FeaturedModelPicker to accept featuredModels as optional prop - Refactor helper functions to accept models parameter for flexibility - Keep local hardcoded models as fallback when backend fetch fails * Fixing stuff * Fixing stuff * Fixing stuff