What's Changed
Bug Fixes
- Accept LLM preference confidence on a 0–1 scale so Groq/Llama profile learning no longer fails schema validation
- Cap auto-capture markdown context with
autoCaptureMaxContextBytesto prevent context overflows on ~131K models - Preserve the active session agent when restoring memories after compaction
- Wire profile decay to
userProfileStaleDays/userProfileMinEvidenceForRetention - Merge partial AI cleanup into the full profile instead of replacing unselected items
Resolves #231, #232, #236, and #237 via #239.
Full Changelog: v2.24.0...v2.24.1