Bug Fixes
- Logger: Enhanced Error object handling in debug mode to prevent empty JSON serialization
- ChromaSync: Refactored DatabaseManager to initialize ChromaSync lazily, removing background backfill on startup
- SessionManager: Simplified message handling and removed linger timeout that was blocking completion
Technical Details
This patch release addresses several issues discovered after the session continuity fix:
- Logger now properly serializes Error objects with stack traces in debug mode
- ChromaSync initialization is now lazy to prevent silent failures during startup
- Session linger timeout removed to eliminate artificial 5-second delays on session completion
Full changelog: v8.2.4...v8.2.5