AskUserQuestion tool returns without capturing user answers
Resolved 💬 3 comments Opened Mar 2, 2026 by stuartMoorhouse Closed Apr 1, 2026
Description
The AskUserQuestion tool consistently returns "User has answered your questions: . You can now continue with the user's answers in mind." without including the actual user selections. This makes the tool unusable for interactive workflows.
Steps to Reproduce
- Use
AskUserQuestionwith single-select or multi-select questions - User selects an option
- Tool returns the generic message above with no answer data
Expected Behavior
The tool result should include the user's selected option(s) so the assistant can act on them.
Actual Behavior
Tool returns a generic acknowledgment with empty answer content regardless of what the user selects.
Environment
- Claude Code CLI
- macOS (Darwin 25.3.0)
- Model: claude-opus-4-6
Additional Context
Observed across multiple consecutive AskUserQuestion calls in the same session. Both single-select and multi-select questions are affected.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗