mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
* 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.
139 B
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.