[Bug] Interactive question options are cut off in Codex Desktop

Open 💬 0 comments Opened Jul 17, 2026 by azolotov

What issue are you seeing?

<img width="1498" height="494" alt="Image" src="https://github.com/user-attachments/assets/96f368c9-5a77-47a9-94f6-7b5cddd09e22" />

Interactive questions cut off the option descriptions with an ellipsis. There is no way to read the rest of the text.

The description often contains the information I need to understand the difference between the options, so I can't confidently answer the question when it gets cut off.

Steps to reproduce

  1. Open Codex Desktop.
  2. Ask a question using request_user_input with multiple options and descriptions long enough to exceed one line.
  3. Look at the interactive question.

Expected behavior

Option descriptions should wrap onto additional lines so the full text is visible.

Actual behavior

Each description is limited to one line and the rest is replaced with an ellipsis.

Environment

macOS chatGPT version 26.715.21425

View original on GitHub ↗