codex - 💡(How to fix) Fix Codex App Fast Mode should be configurable per thread/session instead of globally [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#19982Fetched 2026-04-29 06:24:14
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×3cross-referenced ×1
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

Codex App

What feature would you like to see?

Fast Mode in the Codex App currently behaves like a global setting, including for remote chats. I would like Fast Mode / priority to be configurable per thread or per session instead.

I am on a Pro 200 subscription, where Fast Mode/high-priority usage is useful but should be applied deliberately. The current global behavior is awkward when running multiple conversations at once. Some sessions should run at normal priority, while others should be high priority / Fast Mode. This is similar to how multiple Codex CLI sessions can be run with different priority/service-tier choices depending on the task.

A better behavior would be:

  • Allow each new chat/thread to choose normal vs Fast Mode priority.
  • Preserve that choice on the thread/session rather than applying it globally to all Codex App chats.
  • Include remote chats in that per-thread behavior, so enabling Fast Mode for one remote chat does not force every other remote/local chat into Fast Mode.
  • Optionally keep a global default, but let the user override it per thread/session.

Additional information

I searched for related issues before filing. The closest existing issue I found is #2916, which asks for OpenAI service tier support mostly around CLI/config. This request is specifically about Codex App Fast Mode being global across app chats, including remote chats, and needing per-thread/per-session control.

Other related but different issues:

  • #18841 was about Fast Mode disappearing from settings/chat.
  • #14593 is about token/usage burn rate.

extent analysis

TL;DR

To address the issue, consider implementing a per-thread or per-session configuration option for Fast Mode in the Codex App, allowing users to override the global default.

Guidance

  • Review the existing codebase to identify where the global Fast Mode setting is applied and consider introducing a thread/session-specific override.
  • Investigate how multiple Codex CLI sessions can be run with different priority/service-tier choices and apply similar logic to the Codex App.
  • Consider adding a user interface element to allow users to choose between normal and Fast Mode priority for each new chat/thread.
  • Preserve the user's choice for each thread/session, rather than applying it globally to all Codex App chats.

Notes

The implementation details may vary depending on the underlying architecture and technology stack of the Codex App.

Recommendation

Apply workaround: Implement per-thread or per-session configuration option for Fast Mode, as this would provide the desired level of control for users, especially those on Pro 200 subscriptions where deliberate application of Fast Mode is crucial.

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 Codex App Fast Mode should be configurable per thread/session instead of globally [1 participants]