mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
The Codex CLI WS->HTTP fallback rewrite (resolveResponsesApiModel) prefixes a bare model id with codex/ whenever codex/<id> resolves to codex. Codex accepts arbitrary model strings, so a combo name with no slash (e.g. n8n-text, paid-premium) was rewritten to codex/<combo> and sent to Codex instead of being resolved as a combo — regressing combos via /v1/responses in v3.8.9+. Skip the rewrite when the bare id is a combo (getComboByName). + unit test.