What's New
✨ New Feature — Custom Model Endpoint Editing
Provider detail page now shows per-row Edit / Save / Cancel controls for custom models. apiFormat and supportedEndpoints are now persisted via the new PUT /api/provider-models endpoint instead of resetting on navigation. Thanks @hijak for this contribution! (PR #307)
🐛 Bug Fixes
@swc/helpers MODULE_NOT_FOUND on startup (#306)
Added @swc/helpers@0.5.19 as an explicit dependency and override. npm install -g omniroute now reliably includes this transitive next.js dependency on all platforms (Windows Node 22, Linux). (PR #308)
Claude quota bar displayed inverted (#299)
Claude Code's OAuth API returns utilization as percent used, not percent remaining. Fixed the inversion: remaining = 100 - utilization. Bar now shows 🟢 green when quota is available, 🔴 red when exhausted. (PR #309)