What version of the Codex IDE extension are you using?
openai.chatgpt-26.721.41059-win32-x64
Bundled Codex CLI: 0.146.0-alpha.3.1
Platform
Windows, VS Code extension.
What issue are you seeing?
The Codex App Work surface exposes the Max reasoning effort for GPT-5.6-Sol and it is usable there, but the VS Code extension does not show Max in its reasoning-effort picker.
This is not a request to enable Max in the Codex App; Max is already present and working there. The missing option is specifically in the VS Code extension.
Local configuration already includes:
[desktop]
enabled-reasoning-efforts = ["low", "medium", "high", "xhigh", "ultra", "max"]
The active model catalog also advertises max support for gpt-5.6-sol. Reloading VS Code and starting a new chat did not make the option appear.
Steps to reproduce
- Open the Codex VS Code extension.
- Select GPT-5.6-Sol.
- Open the reasoning-effort picker.
- Observe that Max is absent.
- Open Codex App Work with the same account/model.
- Observe that Max is available and usable there.
Expected behavior
For the same account and model, the VS Code extension should expose every officially enabled reasoning effort, including Max, or clearly document why the IDE surface intentionally differs from Codex App Work.
Actual behavior
The Codex App and VS Code extension expose different reasoning-effort choices even though both the local configuration and the model catalog include max.
Additional feedback
Troubleshooting through Codex also made this worse: the agent first suggested that reloading or a hidden/advanced setting would expose Max, then claimed a local UI fix was complete based only on static bundle checks. After reloading VS Code, Max was still absent. A Codex agent should not report an IDE UI issue as fixed without verifying the actual rendered UI.
This issue describes the original behavior before that unsuccessful local experiment. No personal information, account identifiers, local filesystem paths, or private conversation content are included here.
What version of the Codex IDE extension are you using?
openai.chatgpt-26.721.41059-win32-x64Bundled Codex CLI:
0.146.0-alpha.3.1Platform
Windows, VS Code extension.
What issue are you seeing?
The Codex App Work surface exposes the Max reasoning effort for GPT-5.6-Sol and it is usable there, but the VS Code extension does not show Max in its reasoning-effort picker.
This is not a request to enable Max in the Codex App; Max is already present and working there. The missing option is specifically in the VS Code extension.
Local configuration already includes:
The active model catalog also advertises
maxsupport forgpt-5.6-sol. Reloading VS Code and starting a new chat did not make the option appear.Steps to reproduce
Expected behavior
For the same account and model, the VS Code extension should expose every officially enabled reasoning effort, including Max, or clearly document why the IDE surface intentionally differs from Codex App Work.
Actual behavior
The Codex App and VS Code extension expose different reasoning-effort choices even though both the local configuration and the model catalog include
max.Additional feedback
Troubleshooting through Codex also made this worse: the agent first suggested that reloading or a hidden/advanced setting would expose Max, then claimed a local UI fix was complete based only on static bundle checks. After reloading VS Code, Max was still absent. A Codex agent should not report an IDE UI issue as fixed without verifying the actual rendered UI.
This issue describes the original behavior before that unsuccessful local experiment. No personal information, account identifiers, local filesystem paths, or private conversation content are included here.