Fix unsupported Codex OAuth default model in init#446
Closed
morluto wants to merge 2 commits into
Closed
Conversation
warren618
added a commit
that referenced
this pull request
Jul 9, 2026
Fix Docker/server startup when mounted router-like routes do not expose path. Preserve the first CLI turn entered at the resume prompt, align loader fetch signatures, refresh Codex OAuth defaults, add Kimi for Coding and opencode-compatible provider mappings, and clean up Tushare reference fence typos. Fixes #450. Integrates #437, #448, #446, #435, #449, #444. Reported-by: Penn-Live Co-authored-by: shadowinlife <shadowinlife@gmail.com> Co-authored-by: morluto <williamlin1327@gmail.com> Co-authored-by: Carls <yxhuang@uibe.edu.cn> Co-authored-by: Sankalp Singh <iamsankz@gmail.com> Co-authored-by: flash1234pku <53250768+flash1234pku@users.noreply.github.com>
Collaborator
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
Updates the OpenAI Codex OAuth default model from
openai-codex/gpt-5.3-codextoopenai-codex/gpt-5.4.gpt-5.3-codexis no longer supported when using Codex with a ChatGPT account, so the previous default caused Codex OAuth runs initialized through Vibe-Trading to fail with:Changes
.env.exampleto useopenai-codex/gpt-5.4.vibe-trading initonboarding provider list.Related Issue
Fixes #445
Verification