fix: Codex routing works without legionio setup proxy-mode#86
Merged
Conversation
…xy-mode applyCodexConfig now ensures the [model_providers.legionio] block and legionio-catalog.json exist before setting model/model_provider keys. Previously users had to run `legionio setup proxy-mode` first or Codex would error with "Model provider `legionio` not found".
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.
Summary
applyCodexConfignow fully provisions the[model_providers.legionio]block in~/.codex/config.tomland creates~/.codex/legionio-catalog.jsonif missinglegionio setup proxy-modeto have been run first — without it, Codex errored with "Model providerlegionionot found" and fell back to GPT-5.5~/.codex/directory, provider definition, and model catalog on first toggle — zero CLI prerequisitesTest plan
~/.codex/directory) — toggle Codex routing on, verifyconfig.tomlandlegionio-catalog.jsonare createdconfig.tomlwithout provider block) — toggle on, verify block is appended without duplicating[model_providers.legionio]) — toggle on, verify block is not duplicatedmodel/model_providerlines are removed, provider block remains for future use