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
Added automatic memory summarization system with backend pipeline, frontend panel, and dynamic context-injection into agent prompts.
Added
Added automatic sort_order normalization before message reads so sessions with dirty sequence data are repaired in place only when anomalies are detected.
Fixed
Fixed message query ordering drift caused by gaps, duplicates, or out-of-order sort_order values in messages rows within the same session.
Added created_at ASC as a secondary ordering key across message queries and stopped upsertMessage conflict updates from overwriting recovered sort_order values.