claude-code - 💡(How to fix) Fix Option to render AskUserQuestion prompts inline instead of as a modal dialog

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Problem

When Claude Code uses AskUserQuestion, the question appears in a modal/dialog window that overlays the transcript. This prevents me from scrolling back through the prior conversation to review context before choosing an answer. For non-trivial decisions I often need to re-read what was just discussed, which the modal blocks.

Desired behavior

A setting to make AskUserQuestion fall back to rendering questions inline in the transcript (as regular assistant text with enumerated options), so the full conversation history remains scrollable while answering.

Suggested shapes

  • A settings.json flag, e.g. "inlineQuestionsEnabled": true, or
  • A permission-style opt-out: "permissions": { "deny": ["AskUserQuestion"] } causing the model to ask in plain text instead.

Why

Modal prompts assume the decision is self-contained, but in long sessions the answer often depends on details earlier in the transcript. Forcing inline questions also makes the transcript a complete record of the back-and-forth, which helps when reviewing sessions later.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING