You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved local Live Activity summaries by deriving in-progress summaries from the latest user message and completion summaries from the final assistant response.
Added location sharing and syncing flow for OpenClaw context, including CoreLocation capture, persisted location preferences/sync state, and settings controls to manage authorization and manual sync.
Fixes
Fixed reconnect behavior where history polling could stall, preserving active run state across transient socket drops and adding diagnostics to improve recovery visibility.
Docs
Updated README documentation to reflect summary behavior and setup guidance.
Included Commits
da1255f — Add location sharing and sync pipeline for OpenClaw context.
80e013b — Fix polling stalls during reconnects and add diagnostics.