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
feat: surface startup restore failures with an aggregated notice (#24)
Add restore diagnostics: a windowed collector gathers issues from the
four restore stages (layout, tab, metadata, history) during startup and
the chat view drains them into a single aggregated notice. Each issue is
also logged to the developer console with a stage prefix.
- Report layout read failures, per-tab rebuild failures, session
metadata read failures, and history hydration gaps instead of failing
silently; first-run vaults with no data never report.
- Deduplicate repeated issues so the notice count reflects real root
causes, and always close the report window from the restore path.
- Add localized notice copy in all ten languages and CHANGELOG entry.
Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.com>
0 commit comments