kimi-code/.changeset/fix-web-question-timeout.md
Haozhe ff177155ca
fix(web): stop auto-dismissing pending questions and approvals on a timeout (#1070)
* fix(web): stop dismissing questions after a 60 second timeout

The server's question broker auto-expired AskUserQuestion requests after 60s, which dismissed the question even when the user simply needed more time. Remove the timeout, and the now-unused expires_at field, so a question stays pending until the user answers or explicitly dismisses it.
2026-06-24 19:15:06 +08:00

139 B

@moonshot-ai/kimi-code
patch

Stop auto-dismissing questions in the web UI after 60 seconds so they wait for the user's answer.