claude-mem 3.6.10 → 3.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
 
7
7
 
8
+ ## [3.7.1] - 2025-09-17
9
+
10
+ ### Added
11
+ - SQLite storage backend with session, memory, overview, and diagnostics management
12
+ - Mintlify documentation site with searchable interface and comprehensive guides
13
+ - Context7 MCP integration for documentation retrieval
14
+
15
+ ### Changed
16
+ - Session-start overviews to display chronologically from oldest to newest
17
+
18
+ ### Fixed
19
+ - Migration index parsing bug that prevented JSONL records from importing to SQLite
20
+
21
+
8
22
  ## [3.6.10] - 2025-09-16
9
23
 
10
24
  ### Added