v1.7.5
What's new in v1.7.5
- Fixed model resolution for allowed models in Levante Platform
✨ Destacados
Simplified the model target resolver by removing client-side allowed model validation. The platform server now handles model plan filtering directly, eliminating redundant checks and fixing errors when selecting models in platform mode.
Bug Fixes
- fix: resolve error with allowed models validation in platform mode — removed client-side
isPlatformModelchecks, delegating model availability validation to the server
Refactoring & Chores
- refactor: simplified
modelTargetResolver.tsby removing ~40 lines of redundant platform model validation logic - Updated tests to reflect the simplified resolution flow