🔒 API Security & Windows Support
Adds API Endpoint Protection for
/models, Windows server startup fixes, and UI improvements.
✨ New Features
- API Endpoint Protection (
/models) — New Security Tab settings to optionally require an API key for the/v1/modelsendpoint (returns 404 when unauthorized) and to selectively block specific providers from appearing in the models list (#100, #96) - Interactive Provider UI — Blocked Providers setting features an interactive chip selector with visual badges for all available AI providers
🐛 Bug Fixes
- Windows Server Startup — Fixed
ERR_INVALID_FILE_URL_PATHcrash on Windows by safely wrappingimport.meta.urlresolution with a fallback toprocess.cwd()for globally installed npm packages (#98) - Combo buttons visibility — Fixed layout overlap and tight spacing for the Quick Action buttons (Clone / Delete / Test) on the Combos page on narrower screens (#95)