Skip to content

AskUserQuestion tool doesn't render interactive UI — returns empty response immediately #29530

Description

@petter-b

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

  1. Start a Claude Code session
  2. Ask Claude to use the AskUserQuestion tool (e.g., "Can you ask me something?")
  3. Claude calls AskUserQuestion with a question and multiple options
  4. Expected: An interactive UI appears showing the question and selectable options
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:toolsarea:tuibugSomething isn't workinghas reproHas detailed reproduction stepsplatform:macosIssue specifically occurs on macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions