Description
The AskUserQuestion tool does not render any interactive UI (question text, selectable options). Instead, it immediately returns with "User answered Claude's questions:" and an empty/blank answer, skipping the interactive selection entirely.
Steps to Reproduce
- Start a Claude Code session
- Ask Claude to use the
AskUserQuestion tool (e.g., "Can you ask me something?")
- Claude calls
AskUserQuestion with a question and multiple options
- Expected: An interactive UI appears showing the question and selectable options
- Actual: No UI is shown. The tool immediately returns with an empty response
Observed Behavior
The conversation flow looks like this:
> Can you ask me something, I want to check if the ask-user-question tool works
● Sure, let me test for you.
● User answered Claude's questions:
(empty)
● The AskUserQuestion tool is working. It presented you with the question...
The question and options are never displayed. The tool returns as if the user answered, but with no content.
Environment
- Claude Code version: 2.1.63
- Platform: macOS (Darwin 25.3.0, Apple M4)
- Shell: zsh
Additional Context
A screenshot is available showing the exact behavior — will be added as a follow-up comment.
Description
The
AskUserQuestiontool does not render any interactive UI (question text, selectable options). Instead, it immediately returns with "User answered Claude's questions:" and an empty/blank answer, skipping the interactive selection entirely.Steps to Reproduce
AskUserQuestiontool (e.g., "Can you ask me something?")AskUserQuestionwith a question and multiple optionsObserved Behavior
The conversation flow looks like this:
The question and options are never displayed. The tool returns as if the user answered, but with no content.
Environment
Additional Context
A screenshot is available showing the exact behavior — will be added as a follow-up comment.