Support multi-line status line

Open 💬 11 comments Opened May 8, 2026 by EveGoodEvening
💡 Likely answer: A maintainer (etraut-openai, contributor) responded on this thread — see the highlighted reply below.

What version of Codex CLI is running?

codex-cli 0.129.0

What subscription do you have?

if configured a couple of items in statusline, statusline is long, but there's no linebreak and will be truncated

Which model were you using?

gpt-5.5

What platform is your computer?

_No response_

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

_No response_

What issue are you seeing?

the chat window is resizeable, but the statusline area is not.

if configured a couple of items in statusline, statusline is long, but there's no linebreak and it will be truncated.

What steps can reproduce the bug?

just configure more items for statusline the you will see it.

<img width="1724" height="970" alt="Image" src="https://github.com/user-attachments/assets/d511c6d1-42f9-40a8-aade-9f5ef542d1e8" />

What is the expected behavior?

wrap long statusline footer

Additional information

I also implement a fix in https://github.com/EveGoodEvening/codex/commit/177cabc033a8d152a9c10161c0872348f31d9990, you could review and use

View original on GitHub ↗

11 Comments

etraut-openai contributor · 2 months ago

This is working as intended. The status line is limited to a single line. If your terminal is too narrow, it is truncated with .... You can either make your terminal window wider or configure fewer items in the status line.

I'm changing this from a bug report to a feature request, and we can see if others upvote it.

lucifer-prashant · 2 months ago

yes please add feature of multi line statusline so we can arrange stuff properly without it being cut off even when in fullscreen

Carmezim · 2 months ago

This is a good QOL improvement. Would love to see that in.

john-savepoint · 1 month ago

Yeah +1, why have so many options if you can't even display them.

PODS4012 · 1 month ago

+1, i need this for my split window terminal (pi supports it already via extensions)

KMRH47 · 1 month ago

+1 ...

Codex

<img width="879" height="58" alt="Image" src="https://github.com/user-attachments/assets/6c9e7356-8245-499f-97b0-bb96b26462af" />

Claude

<img width="664" height="108" alt="Image" src="https://github.com/user-attachments/assets/7e69213f-7ea3-48ac-a2d7-e2bfce28dd1c" />

Multi-line is just better, especially when using multi-pane CLIs like Kitty

toransahu · 23 days ago

+1

HRXWEB · 17 days ago

+1

Rubindai · 15 days ago

really need the feature, the one that claude has is amazing, hoping codex can have the same thing

Matheus-lla · 9 days ago

+1

faetalize · 7 days ago

is anyone working on this? if not, i can make an implementation.