AskUserQuestion: question text not rendered in Warp terminal
Resolved 💬 3 comments Opened Feb 18, 2026 by gjfmunneke-dev Closed Feb 22, 2026
Bug Description
When using the AskUserQuestion tool, the question field text is not displayed in the terminal UI. Only the header chip and the options (labels + descriptions) are rendered. The actual question text is completely missing.
Terminal
Warp on macOS (Darwin 24.6.0)
Steps to Reproduce
- Claude invokes
AskUserQuestionwith a question containing text in thequestionfield - The UI renders the header chip and option list
- The
questiontext is nowhere to be seen
Expected Behavior
The question text should be displayed between the header and the options list, so the user can read the actual question before selecting an answer.
Actual Behavior
Only the header chip and options are shown. The question text is invisible.
Screenshots
Example 1 - Short question
The question was: "Dit is een test van de AskUserQuestion tool. Wat zie je?"
What the user sees:
- Header: "Test"
- Options listed (no question text visible)
Example 2 - Long question
The question was a multi-sentence paragraph about Dutch substance requirements.
What the user sees:
- Header: "Substance"
- Empty space where question should be
- Options listed
Environment
- Claude Code CLI
- Terminal: Warp
- OS: macOS (Darwin 24.6.0)
- Model: Claude Opus 4.6
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗