codex doesn't respond in chat
Resolved 💬 8 comments Opened Jul 17, 2025 by laphang Closed Jul 29, 2025
💡 Likely answer: A maintainer (etraut-openai, contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
codex-cli 0.7.0
Which model were you using?
o3 via azure
What platform is your computer?
Linux 5.10.237-230.949.amzn2.x86_64 x86_64 x86_64 (sagemaker studio terminal)
What steps can reproduce the bug?
run codex, and then just ask it a simple question (eg "hello, are you there?"), the llm call finishes but it doesn't reply in chat. It consistently does not reply in the chatbox.
(see section below for the output)
it is able to do bash operations and write code, and actually if you ask it a question and ask it to output the answer to a file, it will do that too.
I get the same behaviour (not replying) in v0.4.0 as well.
What is the expected behavior?
It should be able to reply. Eg working below with v0.1.2505172129
● OpenAI Codex (research preview) v0.1.2505172129 │
╰──────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────╮
│ localhost session: 12ed4f14b9654b82b58b840b5b7f4c18 │
│ ↳ workdir: ~/.../reasoning_scripts/gemini-iac │
│ ↳ model: MLAI-o3 │
│ ↳ provider: azure │
│ ↳ approval: suggest │
╰──────────────────────────────────────────────────────────────╯
user
hello, are you there?
codex
Hello! I’m here and ready to help. What can I do for you today?
What do you see instead?
╭Messages (tab to focus)──────────────────────────────────────────────────────────────────────────────────────────────╮
│OpenAI Codex v0.7.0 (research preview) │
│ │
│codex session f15f1f14-a72c-4032-9c3b-8970cc6ff3e3 │
│workdir: │
│/mnt/custom-file-systems/efs/fs-0f0f5d2fb048988d2_fsap-02598ae65ca0a1c25/mlai-ds-dev/mlai-prompt-layer-training/src/ │
│llm/analysis/reasoning_scripts/gemini-iac │
│model: MLAI-o3 │
│provider: azure │
│approval: UnlessTrusted │
│sandbox: read-only │
│ │
│user │
│hello, are you there? │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ send a message — 1431 tokens used │
╰───────────────────────────────────────
Additional information
_No response_
8 Comments
run it with RUST_LOG=debug and then tail -F ~/.codex/log/codex-tui.log to see if that tells you anything interesting.
Thanks for the reply, I get this below:
https://grok.com/share/bGVnYWN5_c81c1c3e-affd-4073-84aa-86ffb3d9e311
thanks, will wait for the next release
FYI this was resolved in v0.8.0
It looks like this issue is still occurring in
0.58.0:@henrypost, this issue is closed. If you think that you're seeing a similar issue with a recent version of codex, please open a new issue and provide details using the
/feedbackslash command.TY @etraut-openai - using latest version works!!