mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 09:11:13 +00:00
Fixes #51549 - WebChat loses message queue, conversation history, and draft on browser refresh - Add chat tab loading in refreshActiveTab() to load history on reconnect - Add persistence functions for chat queue, draft, and attachments - Use localStorage for queue persistence (survives refresh) - Use sessionStorage for draft and attachments (per-session) - Persist queue when adding messages - Restore queue, draft, and attachments on refresh Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>