Option to show CoT instead of hiding by default
Resolved 💬 8 comments Opened Aug 27, 2025 by zerowns Closed Nov 28, 2025
💡 Likely answer: A maintainer (rben01, contributor)
responded on this thread — see the highlighted reply below.
What feature would you like to see?
Hi,
I’ve noticed that the Codex CLI now hides the Chain of Thought (CoT) by default. Personally, I really enjoy reading the model’s reasoning process and would love to have a way to view it again.
Could you please add an option (command, flag, or setting) to always show CoT, or at least make it configurable?
Thank you for considering this!
Are you interested in implementing this feature?
_No response_
Additional information
_No response_
8 Comments
You said it hides by default, is there any way to view that?
@YasinHossain Control + T
I think for GPT models you get the CoT summaries still, but for GPT-OSS there aren't any so using that in codex is a very "quiet" experience, too quiet.
The new transcript mode is unusable. It is extremely difficult to keep track of it.
I liked the old style where you could see its thoughts and interrupt it to let it know its going off a red herring or not.
Not only is it enjoyable to read the chain of thought, it also allows the user to catch the model before it does something incorrectly and stop it from acting. With CoT hidden, you only notice the model deviate from your instructions once it starts to act, which is later than it could be.
For that to work, I needed to add these model reasoning stuff to my config.toml
<img width="1254" height="765" alt="Image" src="https://github.com/user-attachments/assets/a462aaeb-79f8-4b60-9802-31c2c3f6b1fa" />
https://developers.openai.com/codex/local-config#cli
As others have noted, you can use ctrl+T to toggle this feature.
useless