mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-14 19:22:32 +03:00
Corrects text-only overclaims found in final review: ProviderErrorRuleMatch.scope is not consumed by checkFallbackError/combo.ts (agentrouter quota_exhausted resolves to per-model lockout, not a connection-wide lock), and agentrouter-model-access-denied never reaches production traffic (the apikey FORBIDDEN branch returns early for a plain 403 before provider rules run). Also documents the restatement marker-echo trade-off and clarifies the synthetic Retry-After vs internal cooldown distinction. No behavior changes.