[0.9.107] - 2026-05-24
Added
- Added automatic memory summarization system with backend pipeline, frontend panel, and dynamic context-injection into agent prompts.
Added
- Added automatic
sort_ordernormalization 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_ordervalues inmessagesrows within the same session. - Added
created_at ASCas a secondary ordering key across message queries and stoppedupsertMessageconflict updates from overwriting recoveredsort_ordervalues.