Windows Codex App no longer shows gpt-5.5 after reinstall; CLI still has access
What version of the Codex App are you using (From “About Codex” dialog)?
26.429.3425.0 Package: OpenAI.Codex_26.429.3425.0_x64__2p2nqsd0c76g0 Installed via Microsoft Store / winget msstore.
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Windows x64
What issue are you seeing?
After uninstalling and reinstalling the native Windows Codex App today, gpt-5.5 disappeared from the app's model picker.
My account definitely still has access to gpt-5.5. I have used gpt-5.5 in Codex since day one of release, and it was previously available in this same Windows Codex App. gpt-5.5 still works through Codex CLI on the same PC and same account.
Before I changed my config back to gpt-5.4, my Codex config still pointed to gpt-5.5. When I tried to use the app, I got this error:
{"type":"error","status":400,"error":{"type":"invalid_request_error","message":"The 'gpt-5.5' model requires a newer version of Codex. Please upgrade to the latest app or CLI and try again."}}
However, the app appears to already be on the latest Microsoft Store version:
OpenAI.Codex 26.429.3425.0
OpenAI.Codex_26.429.3425.0_x64__2p2nqsd0c76g0
winget upgrade Codex -s msstore reports:
No available upgrade found.
No newer package versions are available from the configured sources.
This looks like a Windows Codex App model-picker / app-version-gating issue, not an account entitlement issue, because gpt-5.5 still works in Codex CLI on the same machine and account.
What steps can reproduce the bug?
Uploaded thread: f858b2cf-3c00-4996-a6a2-60f8e92dddc4
Steps:
- Use an account that has access to gpt-5.5.
- Verify that gpt-5.5 works in Codex CLI on the same Windows machine.
- Install or reinstall the native Windows Codex App from Microsoft Store / winget msstore.
- Open the Windows Codex App and sign into the same account.
- Open the model picker.
- Observe that gpt-5.5 is missing from the model picker.
- If config.toml still contains model = "gpt-5.5", try using the app.
- The app returns:
{"type":"error","status":400,"error":{"type":"invalid_request_error","message":"The 'gpt-5.5' model requires a newer version of Codex. Please upgrade to the latest app or CLI and try again."}}
Expected result:
gpt-5.5 should appear in the Windows Codex App model picker, as it did before reinstalling the app.
Actual result:
gpt-5.5 is missing from the Windows Codex App model picker, even though it works in Codex CLI on the same PC/account.
What is the expected behavior?
_No response_
Additional information
Troubleshooting already tried:
- Reinstalled the Windows Codex App.
- Reset/cleared app cache.
- Changed config.toml from model = "gpt-5.5" to model = "gpt-5.4" to avoid the startup error.
- Confirmed installed app package version:
Name Version PackageFullName
OpenAI.Codex 26.429.3425.0 OpenAI.Codex_26.429.3425.0_x64__2p2nqsd0c76g0
- Confirmed winget sees the same version:
Name Id Version Source
Codex 9PLM9XGG6VKS 26.429.3425.0 msstore
- Confirmed there is no Store update available:
winget upgrade Codex -s msstore
No available upgrade found.
No newer package versions are available from the configured sources.
- Tried aggressive local reset:
Get-Process Codex -ErrorAction SilentlyContinue | Stop-Process -Force
Rename-Item "$env:LOCALAPPDATA\Packages\OpenAI.Codex_2p2nqsd0c76g0" "OpenAI.Codex_2p2nqsd0c76g0.bak" -ErrorAction SilentlyContinue
Rename-Item "$env:USERPROFILE\.cache\codex-runtimes" "codex-runtimes.bak2" -ErrorAction SilentlyContinue
Rename-Item "$env:USERPROFILE\.codex\.tmp" ".tmp.bak2" -ErrorAction SilentlyContinue
None of this restored gpt-5.5 in the Windows Codex App model picker.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗