mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-13 18:32:12 +03:00
Three more regressions from the #12867 pipeline extraction, all red on the base tip: - the non-streaming leg stopped refreshing credentials after a 401 and stopped persisting failure state, so a Copilot token was never retried and per-model quota locks lost their helper references; - handleImageGeneration (codex) crashed reading fields off a body that #12506 now sanitizes before it reaches the classifier; - the pipeline discarded the raw upstream body, which provider-error classification needs (quota vs rate-limit vs ban) — surfaced as rawMessage/upstreamBody, both internal to the classifier. Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>