github diegosouzapw/OmniRoute v2.2.9
v2.2.9 — Persistent Model Endpoints, @swc/helpers Fix, Claude Quota Display Fix

latest releases: v3.7.1, v3.7.0, v3.6.9...
one month ago

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)

Don't miss a new OmniRoute release

NewReleases is sending notifications on new releases.