[BUG] **EXTREME DANGER**: AskUserQuestion: "No response after 60s — continued without an answer"
Pangram verdict · v3.3
We believe that this document is fully AI-generated
AI likelihood · overall
AIArticle text · 323 words · 2 segments analyzed
Preflight Checklist
I have searched existing issues and this hasn't been reported yet This is a single bug report (please file separate reports for different bugs) I am using the latest version of Claude Code
What's Wrong? ● Claude asked: ⎿ ·[...] ● No response after 60s — continued without an answer
[...] ❯ What is this No response after 60s — continued without an answer??????????
● Direct answer: that line came from the AskUserQuestion tool itself, not from you. When I posed the three-part question ([...]), the tool call sat unanswered for 60 seconds and the harness returned this verbatim:
▎ "No response after 60s — the user may be away from keyboard. Proceed using your best judgment based on the context so far; you can ▎ re-ask this question later if it's still relevant."
So the mechanism is: AskUserQuestion has a 60-second timeout; if no selection arrives, it auto-returns that "proceed with best judgment" result instead of blocking. I did not fabricate or skip anything — that's what the tool handed back.
[...] ❯ Is this a tool parameter?
● No — it is not. I've just checked the AskUserQuestion schema I was given: its parameters are questions, answers, annotations, metadata. There is no timeout parameter, no "60s", nothing about response timing. I passed no such parameter, and none exists to pass.
What Should Happen? Not this!!! AskUserQuestion is an explicit safety check and I have rules and hooks to make sure the right questions are asked and that scary things do not happen without my input. Suddenly Claude is told to "proceed with best judgment"? What?! Error Messages/Logs
Steps to Reproduce No idea. Claude Model Opus Is this a regression?
Yes, this worked in a previous version Last Working Version 2.1.196 (I am guessing) Claude Code Version 2.1.198 Platform AWS Bedrock Operating System Other Linux Terminal/Shell VS Code integrated terminal Additional Information Nothing in https://code.claude.com/docs/en/changelog to even alert about this!!!