Skip to content

[IDE] Max reasoning effort is missing in the VS Code extension while available in Codex App #35763

Description

@akitin-work

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

  1. Open the Codex VS Code extension.
  2. Select GPT-5.6-Sol.
  3. Open the reasoning-effort picker.
  4. Observe that Max is absent.
  5. Open Codex App Work with the same account/model.
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingextensionIssues related to the VS Code extensionwindows-osIssues related to Codex on Windows systems

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions