Fix Codex native auth routing - #2
Merged
Merged
Conversation
The local base URL override sent ChatGPT tokens to the Platform API. Select the native upstream from the active login method and disable unsupported WebSocket transport on the process-scoped router provider.
doedja
marked this pull request as ready for review
July 27, 2026 10:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
@kenarihq/cli@0.3.1.Root cause
Kenari set
openai_base_urlto its local router while hardcoding the native upstream toapi.openai.com/v1. Codex kept using the ChatGPT access token, so native requests reached the Platform API with the wrong credential scope. The built-in provider also attempted WebSocket transport even though model-aware routing requires the request body.Impact
Native Codex models work with both ChatGPT and API-key login. ChatGPT sessions no longer fail with missing
api.responses.readorapi.responses.writescopes, and startup no longer waits through WebSocket retries.Checks
npm test, 85 passingnpm pack --dry-run --jsongit diff --check