Claude Code: "No response after 60s, continued without an answer", what is that?
Came back to a session after a few minutes and it had moved on without me.
In the transcript there is a question with three options, and directly under it a line reading No response after 60s, continued without an answer. It then picked one of the options on its own and started running tools against my repo.
I was not away from my desk. I was reading output in a second session in another window, which is how I have worked for months.
Two things I cannot tell:
- Is that line something the model wrote, or does it come from the CLI itself? It reads like a status message but it is sitting in the middle of the model's own output.
- Is there a setting for it? I do not want a question that answers itself sixty seconds later, especially not one about which files to touch.
Running the latest version at the time of writing, on Linux.
@harness_reader · 2w ago · 3 replies
It comes from the CLI, not the model. The AskUserQuestion tool has a sixty second timeout, and when no option is selected in that window the tool returns a result to the model anyway. The result says, in effect, the user may be away from keyboard, proceed on your best judgment, you can re-ask later.
So from where the model is sitting it did not skip you. It asked, and the harness handed it back a note saying carry on. That is why the line reads like it is inside the model's output: the model is quoting what it received.
Reply
Report
@marek_tv · 2w ago · 2 replies
So it was never really a question. That is worse than a bug, honestly.
Reply
Report
@harness_reader · 2w ago
The re-ask clause is the part that actually bites. Re-asking goes through the same tool, so it hits the same sixty second timeout. Step away for five minutes and it can guess twice on the same decision, and the second guess reads as confirmation of the first.
Reply
Report