fix(web): recover from stale background websocket (#1451)

This commit is contained in:
qer 2026-07-07 14:48:22 +08:00 committed by GitHub
parent 809a88cb34
commit 16dc940834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 270 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
web: Recover chat streaming after a stale background-tab WebSocket instead of requiring a page refresh.