Fix naive/aware datetime comparison in session store and memory extraction
Old sessions stored datetimes without timezone offset. _row_to_session now
always returns timezone-aware datetimes via _parse_dt() helper, fixing the
TypeError when comparing session.last_active against timezone.utc cutoffs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 56611d7 commit d04c75d46d4b2614ac287a1b110217d51bd0d59a
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 9 Apr
Showing 1 changed file
View
navi/core/sqlite_session_store.py