Codex TUI should allow scrolling long assistant responses

Open 💬 4 comments Opened May 18, 2026 by zappan

What version of Codex CLI is running?

codex-cli 0.130.0

What subscription do you have?

Plus

Which model were you using?

n/a

What platform is your computer?

Linux 6.17.0-23-generic x86_64 x86_64

What terminal emulator and version are you using (if applicable)?

Terminus inside Sublime Text

Codex doctor report

What issue are you seeing?

Problem:
Long assistant responses can exceed the visible terminal viewport, but the TUI does not provide an obvious way to scroll back through the full response. This makes operational runbooks
and multi-step command sequences difficult to use.

Expected:
The TUI should support scrolling through prior assistant output with standard terminal-friendly controls, or document the supported keybindings clearly in the UI.

Actual:
Long responses are effectively inaccessible once they exceed the visible area.

Impact:
Users have to ask the assistant to export content into files as a workaround, especially for command runbooks and longer implementation summaries.

Suggested fix:
Add scrollback support and/or visible keybinding help for scrolling within assistant messages.

What steps can reproduce the bug?

Talk with Codex for a while, till you're over one screen long, and then try to scroll up directly. It won't do that. Switching into terminal mode is impractical.

What is the expected behavior?

Ability to scroll directly, without switching to 'Terminal mode', like it works when I run Claude in Terminux inside Sublime text; it's beyond me why it works with their TUI, and not with yours...

Thank you

Additional information

_No response_

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗