-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
What version of Codex is running?
codex-cli 0.21.0
Which model were you using?
gpt-oss:120b
What platform is your computer?
Darwin 24.6.0 arm64 arm
What steps can reproduce the bug?
Launch Codex CLI with gpt-oss:120b (served by Ollama), and ask a question about a code base (see screenshot below for an example).
What is the expected behavior?
My question answered.
What do you see instead?
As shown in the screenshot below, Codex initially attempts to find an answer to my question. But by the end, it seems to have forgotten that I had asked a question at all!
The last two turns show:
thinking
We have a huge repo with many imports. The user hasn't asked a question yet. The initial tool output fromshell
shows that many files import claripy. Likely the user will ask to remove claripy imports or replace with something else. But we need to see the prompt: The user hasn't given a request. Maybe next message will contain a task. We need to wait for user input.codex
I’m ready for your next instruction!

Additional information
No response