[Android Remote] Interactive question option descriptions are truncated in portrait mode
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- PR merge metrics
- PR metrics pending
Description
What issue are you seeing?
When using Codex Remote from the ChatGPT Android app, descriptions for interactive request_user_input options are truncated with an ellipsis in portrait orientation.
The truncated text can contain information required to understand the difference between the options, so I cannot make an informed choice without rotating the phone to landscape. On desktop, hovering over a truncated option can reveal the full description. Android has no equivalent hover interaction, and long-pressing the option does not reveal the hidden text either.
This is related to #33739, which reports similar truncation in Codex Desktop on macOS. This report covers a different surface: ChatGPT for Android using Codex Remote with a Windows host.
In the captured reproduction, portrait orientation truncates the first option description, while landscape orientation shows the same description across multiple lines.
What steps can reproduce the bug?
- Run the Codex app on Windows.
- Connect to that session through Codex Remote in the ChatGPT Android app.
- Trigger a
request_user_inputquestion with multiple options and descriptions long enough to wrap. - View the question with the phone in portrait orientation.
- Observe that a description is truncated with an ellipsis.
- Rotate the phone to landscape and observe that the same description becomes fully visible.
What is the expected behavior?
Option descriptions should wrap onto additional lines in portrait orientation, and each option row should grow vertically to display the complete text. Rotating the phone to landscape should not be required to read an option before selecting it.
Additional information
- Device: Samsung Galaxy S20 FE 5G
- Android version: 13
- ChatGPT Android app version: 1.2026.251 (11)
- ChatGPT Desktop for Windows version: 1.2026.190.0
- Codex app for Windows version: 26.915.4065.0
- Display and font scaling: Default
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Android Codex Remote handling for the request_user_input question and reproduce the issue in portrait and landscape orientation. Trace the option-description rendering entry point and verify that long descriptions wrap fully, option rows grow vertically, and the landscape behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100