What's Changed
🐛 Bug Fixes
- fix(models) #380: Model list now correctly filters by provider aliases — Claude Code (
cc) and GitHub Copilot (gh) models were always showing even without a connection becausePROVIDER_MODELSkeys are aliases while DB connections are stored under provider IDs. - fix(electron) #379: New staging script for Electron builds rejects standalone bundles with symlinked
node_modules(prevents shipping an app that depends on the build machine at runtime). Cross-platform path sanitization. By @kfiramar.
✨ New Features
- feat(kiro) #381: Kiro credit balance now visible in Dashboard → Usage. Fetches from the same AWS CodeWhisperer endpoint Kiro IDE uses internally.
Full Changelog: https://github.com/diegosouzapw/OmniRoute/blob/main/CHANGELOG.md
What's Changed
- fix(electron): reject symlinked standalone bundles by @kfiramar in #379
- fix: include provider aliases in active provider filter (#353) by @diegosouzapw in #380
- feat: add Kiro credit tracking in usage fetcher (#337) by @diegosouzapw in #381
Full Changelog: v2.5.4...v2.5.5