Skip to content
HN On Hacker News ↗

[BUG] **EXTREME DANGER**: AskUserQuestion: "No response after 60s — continued without an answer"

▲ 65 points 65 comments by tubignaaso 6d ago HN discussion ↗

Pangram verdict · v3.3

We believe that this document is fully AI-generated

99 %

AI likelihood · overall

AI
0% human-written 100% AI-generated
SEGMENTS · HUMAN 0 of 2
SEGMENTS · AI 2 of 2
WORD COUNT 323
PEAK AI % 99% · §1
Analyzed
Jul 2
backend: pangram/v3.3
Segments scanned
2 windows
avg 162 words each
Distribution
0 / 100%
human / AI fraction
Verdict
AI
Pangram v3.3

Article text · 323 words · 2 segments analyzed

Human AI-generated
§1 AI · 99%

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?

§2 AI · 99%

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!!!