codex - 💡(How to fix) Fix Regression: split model and intelligence selector adds too many clicks [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19342Fetched 2026-04-25 06:11:15
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Participants
Timeline (top)
labeled ×2
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

Codex App 26.422.21637 (2056) VScode extension v26.5422.21459 (pre-release)

What subscription do you have?

ChatGPT Pro

What platform is your computer?

Darwin 25.3.0 arm64

What issue are you seeing?

The rebuilt model selector in the latest Codex App release is a UX regression for frequent model switching.

I switch between model/intelligence pairs depending on the task, most commonly:

  • gpt-5.5 + medium
  • gpt-5.3-codex + high

With the new split model and intelligence controls, switching between these pairs requires an awful lot of clicks. It interrupts the workflow every time I move between a cheaper/faster mode and a deeper coding mode.

The previous model/reasoning selector flow was much faster and worked well. Please restore that previous behavior, or provide an equivalent one-action path for switching common model/reasoning pairs.

One possible fix would be to attach remembered intelligence/reasoning settings per model. For example, if I last used gpt-5.5 with medium, then selecting gpt-5.5 should restore medium; if I last used gpt-5.3-codex with high, selecting gpt-5.3-codex should restore high. That would make model switching do the full task in one click.

This is separate from the current bugs where the selector is stuck or does not persist. The issue here is the extra interaction cost from splitting model and intelligence selection in the new UI.

What steps can reproduce the bug?

  1. Open Codex App 26.422.21637.
  2. Start or open a chat.
  3. Select gpt-5.5 with medium intelligence.
  4. Later switch to gpt-5.3-codex with high intelligence.
  5. Switch back again to gpt-5.5 with medium.
  6. Repeat during normal work.

Observed behavior:

  • Model and intelligence must be adjusted separately.
  • Common model/intelligence pairs are not restored as a unit.
  • Frequent switching requires multiple clicks and breaks focus.

What is the expected behavior?

Switching between common model/intelligence pairs should be possible in one action, as it effectively was before.

Expected behavior could be either:

  • Restore the previous fast model/reasoning selector UX, or
  • Remember intelligence per model and apply the remembered intelligence automatically when selecting a model (maybe that was the case, already - never had to switch medium/high)

extent analysis

TL;DR

The most likely fix is to implement a feature that remembers intelligence settings per model, allowing for one-click switching between common model/intelligence pairs.

Guidance

  • Consider adding a feature to store the last used intelligence setting for each model, so that when a model is selected, its corresponding intelligence setting is automatically applied.
  • To verify the effectiveness of this feature, test switching between different model/intelligence pairs, such as gpt-5.5 with medium and gpt-5.3-codex with high, to ensure that the intelligence setting is correctly restored.
  • If implementing the feature is not feasible, an alternative workaround could be to provide a shortcut or a quick-access menu for frequently used model/intelligence pairs.
  • The previous model/reasoning selector flow could be restored as a temporary workaround, but this may not be a long-term solution.

Notes

The issue is specific to the Codex App version 26.422.21637 and the VScode extension version 26.5422.21459, and may not apply to other versions.

Recommendation

Apply a workaround by implementing a feature to remember intelligence settings per model, as this would provide a more efficient and user-friendly experience for frequent model switching.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Regression: split model and intelligence selector adds too many clicks [1 participants]