mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-15 03:32:21 +03:00
Fix round 1 from review of the agentrouter same-request combo skip (#10334): document and test that the new branch deliberately never populates transientRateLimitedProviders (it would re-open the connection the branch just exhausted via combo.ts's allowRateLimitedConnection force-allow), correct a code comment claiming the branch is 429-only (the quota rule also matches a raw 403, which lands in the same set via the same guard), and fix two RESILIENCE_GUIDE.md claims about the same-request skip: it only matches targets that already carry the exhausted connectionId, and the persisted cooldown was never gated on "next request" timing.