Release v3.7.1

Published from npm package build
Source: https://github.com/thedotmack/claude-mem-source
This commit is contained in:
Alex Newman
2025-09-17 21:20:36 -04:00
parent b0032c1745
commit 68566b556c
3 changed files with 17 additions and 3 deletions

View File

@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [3.7.1] - 2025-09-17
### Added
- SQLite storage backend with session, memory, overview, and diagnostics management
- Mintlify documentation site with searchable interface and comprehensive guides
- Context7 MCP integration for documentation retrieval
### Changed
- Session-start overviews to display chronologically from oldest to newest
### Fixed
- Migration index parsing bug that prevented JSONL records from importing to SQLite
## [3.6.10] - 2025-09-16
### Added

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "claude-mem",
"version": "3.7.0",
"version": "3.7.1",
"description": "Memory compression system for Claude Code - persist context across sessions",
"keywords": [
"claude",