codex - 💡(How to fix) Fix When starting a new chat, thinking effort defaults to low and cannot be changed intil chat starts [1 comments, 2 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#20364Fetched 2026-05-01 05:43:38
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Author
Timeline (top)
labeled ×2commented ×1

Code Example

model = "gpt-5.5"
model_reasoning_effort = "medium"
model_verbosity = "low"
show_raw_agent_reasoning = true

approval_policy = "never"
sandbox_mode = "danger-full-access"
personality = "friendly"
RAW_BUFFERClick to expand / collapse

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

26.422.71525 (2210)

What subscription do you have?

Pro

What platform is your computer?

Darwin 25.3.0 arm64 arm

What issue are you seeing?

I open a new chat in any of the projects and try to change the thinking effort from low to anything else and does not change at all I start that session and stop, change thinking effort, submit again

https://github.com/user-attachments/assets/62bfc081-cba3-4cbd-b4ca-87a98ed89951

Here's the config.toml

model = "gpt-5.5"
model_reasoning_effort = "medium"
model_verbosity = "low"
show_raw_agent_reasoning = true

approval_policy = "never"
sandbox_mode = "danger-full-access"
personality = "friendly"

What steps can reproduce the bug?

  1. New chat
  2. Try to change thinking effort from low to anything else
  3. Gets stuck in low and does not change

What is the expected behavior?

when i change the thinking effort it should change seamlessly

Additional information

No response

extent analysis

TL;DR

The issue might be related to the configuration settings, specifically the model_reasoning_effort parameter in the config.toml file, which is set to "medium" but not reflected in the chat settings.

Guidance

  • Review the config.toml file to ensure that the model_reasoning_effort parameter is correctly set and synchronized with the chat settings.
  • Try changing the model_reasoning_effort parameter to a different value (e.g., "high" or "low") and see if the thinking effort setting in the chat updates accordingly.
  • Verify that the model parameter is compatible with the desired thinking effort settings, as some models may have limitations or restrictions.
  • Check if there are any other configuration settings that might be overriding the thinking effort setting, such as approval_policy or sandbox_mode.

Notes

The issue might be specific to the "gpt-5.5" model or the "Pro" subscription, and further investigation may be needed to determine the root cause.

Recommendation

Apply workaround: Try changing the model_reasoning_effort parameter in the config.toml file to a different value and see if the issue is resolved, as this is a simple and non-invasive change that can help identify the problem.

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