can't see user prompt or much of response from LLM
Resolved 💬 16 comments Opened Apr 17, 2025 by pseudotensor Closed Aug 7, 2025
💡 Likely answer: A maintainer (tibo-openai, collaborator)
responded on this thread — see the highlighted reply below.
Here I can't see what I would type:
Here I can't see the full response from the LLM w.r.t. allowing command:
Here I hit CTRL-C to see things:
Just using Ubuntu 22. Claude code has worked perfectly fine.
16 Comments
Thanks for the bug report! This is Ubuntu 22 with gnome-terminal?
Thanks. This is "Konsole"
But same happens in gnome-terminal. I can't see what I type at first. Ignore API issue, just didn't set key.
!Image
I also have this issue.
Ubuntu 24.04.2 LTS
6.8.0-57-generic
Gnome Terminal
Same behavior here, but on macOS:
Apple M1 Pro
macOS Sonoma 14.7
Happens in iTerm as well as the mac Terminal app.
I had
CIvariable set for another purpose and by removing it, I can see the outputs againsame for me. MacOS, both Warp and Ghostty
@mahdi-malv could you explain a bit more? I checked on my system but sadly couldnt find any env variables that could cause problems.
@frehbach Here's a differene when env var
CIexists and doesn'tI haven't checked out the source yet to see what's the usecase of
$CI, but it does make a difference| with | wo |
|--------|--------|
| <img width="753" alt="Image" src="https://github.com/user-attachments/assets/bf607700-28e3-4175-8057-1c4db92fbb8f" /> | <img width="750" alt="Image" src="https://github.com/user-attachments/assets/f0045921-9f22-4afe-99a5-f191cd1a8d06" /> |
@mahdi-malv thx a lot for the quick answer and explanation!
Sadly it then seems to be something else for me. CI is not set and yet as described by the others, the chat box (including what I am typing) is not visible.
Update:
It was indeed also for me an env variable:
I had set "CI_JOB_TOKEN" which led to the UI being invisible.
Having same issue on:
MacOS 15.4 (24E248)
Using Terminal with Oh My Zsh
I do get the responses from LLM but can't see what I am typing as a prompt. I also checked if I have any env vars set with CI, but in my case there's none.
I'm on konsole as well, if I am not in the git repo codex hangs here:
!Image
After I press Ctrl-C:
!Image
same on macOS 15.5
bump, same here
macos 15.3.1
codex 0.1.2505172129
crazy, i decided what the heck why not try removing any ci* env vars.
i unset a variable I had called CI_SERVER_URL and it fixed the missing prompt problem.
Thank you for the feedback! Please try using the latest version of Codex CLI, as we've been focusing on improving the experience with the native Rust implementation. If the issue persists, we'd appreciate any further details you can provide.
Same problem here. "CI" was set, so it thought it was under CI. It's too short of an env var to assume there is no collision. Why not GEMINI_UNDER_CI or something.