mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-08 08:12:20 +03:00
* fix(providers): honor Extra API Keys rotation in OpencodeExecutor OpencodeExecutor.buildHeaders bypassed resolveEffectiveKey, so extraApiKeys never rotated and an empty primary with populated extras sent no auth header. Closes #8467 * fix(executors): gate the Authorization header write on the resolved effective key Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --------- Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>
239 B
239 B
- fix(providers): OpencodeExecutor honors Extra API Keys rotation via
resolveEffectiveKey(empty primary + extras no longer omit Authorization) (#8467) — thanks @Prudhvivuda