mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
SessionManager now tracks all entries in memory regardless of whether file persistence is enabled. This allows compaction to work in --no-session mode where no session file is created. - Added inMemoryEntries array to store session entries - All save methods now push to inMemoryEntries - loadEntries() returns in-memory entries when file persistence is disabled - File persistence only writes when enabled flag is true - Session loading (constructor, setSessionFile) populates in-memory entries