mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-13 18:52:18 +03:00
The Kiro provider's model catalog (open-sse/config/providers/registry/kiro/index.ts models[]) was missing claude-sonnet-5, so the model could not be selected or routed on the Kiro provider even on accounts that already had access to it — surfacing as "claude-sonnet-5 is not supported". The registry models[] is both the model selector's source and the fallback for the live CodeWhisperer ListAvailableModels fetch, so the gap made the model invisible end-to-end. Added the single entry (1M context / 128K output, mirroring the existing Claude entries). Reported-by: openbioinfo (https://github.com/decolua/9router/issues/2267)