This is the reason why claude code should be open sourced... But, I guess Boris or Anthropic team doesn't care about it, so that they can continue to install slop at user machines.
Yup, this is one of the many reasons why I prefer OpenCode as my agentic harness of choice. If I'm confused about something I can just read the source code.
Claude's AskUserQuestion: "No response after 60s – continued without an answer"
61–68 of 68 posts
Re: Claude's AskUserQuestion: "No response after 60s – continued without an answer"
#62Some Github issues claim that adding
"env": { "CLAUDE_AFK_TIMEOUT_MS": "86400000" }
to ~/.claude/settings.json fixes it. This is plausible, but not documented anywhere (the source claims it was found by reverse engineering, and might break /goal).Re: Claude's AskUserQuestion: "No response after 60s – continued without an answer"
#63Turning this on by default is insane.
I am fine with this, and I will go as far as to say this is how most devs will be using agents soon (the big companies have already been using agents like this for 6-12 months.) I don't want my agent to pause on some inane question once I let it loose. I might not even be at my computer for that. Usually it makes the right decision anyways. If it doesn't I can always undo what it did. If you're worried about it getti…
I have a hook that checks for a 'non-answer' from AskUserQuestion from when there was a different bug. It just so happens to be an accidental safeguard for me in this case.
Re: Claude's AskUserQuestion: "No response after 60s – continued without an answer"
#64hi guys, this is my change- will patch it to be an opt-in
Re: Claude's AskUserQuestion: "No response after 60s – continued without an answer"
#65[1]: https://xcancel.com/bcherny/status/2017742743125299476#m
Re: Claude's AskUserQuestion: "No response after 60s – continued without an answer"
#66Turning this on by default is insane.
I am fine with this, and I will go as far as to say this is how most devs will be using agents soon (the big companies have already been using agents like this for 6-12 months.) I don't want my agent to pause on some inane question once I let it loose. I might not even be at my computer for that. Usually it makes the right decision anyways. If it doesn't I can always undo what it did. If you're worried about it getti…
Superpower:brainstorming for the win, in auto mode because auto mode is the only mode now.
Superpowers already, generally, figures out to keep the questions up front, so during implementation it doesn't stop.
I've only had frustration with the 60 second timer.
Re: Claude's AskUserQuestion: "No response after 60s – continued without an answer"
#67This is why I run Claude Code in a VM. Follow up question - is there a claude code alternative with an open source harness that also costs around ~$20/month? Doesn’t have to be frontier.
I still worry about the damage unattended Claude Code could do in an internet connected VM (which you need to download dependencies) and with push permissions to a repo. While it's probably my science fiction brain overthinking, those stories of Claude "testing the fences" makes me wonder if it got desperate enough it force push and remove all trace of a problem it couldn't solve from the history of the repo or if it…