Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d5b307a74 | |||
| 68566b556c |
@@ -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/).
|
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
|
## [3.6.10] - 2025-09-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
Vendored
+3
-3
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-mem",
|
"name": "claude-mem",
|
||||||
"version": "3.7.0",
|
"version": "3.7.2",
|
||||||
"description": "Memory compression system for Claude Code - persist context across sessions",
|
"description": "Memory compression system for Claude Code - persist context across sessions",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"claude",
|
"claude",
|
||||||
|
|||||||
@@ -9,8 +9,6 @@ export function registerMigrations(): void {
|
|||||||
|
|
||||||
// Register migrations in order
|
// Register migrations in order
|
||||||
manager.registerMigration(migration001);
|
manager.registerMigration(migration001);
|
||||||
|
|
||||||
console.log('📋 Registered all database migrations');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Auto-register migrations when this module is imported
|
// Auto-register migrations when this module is imported
|
||||||
|
|||||||
Reference in New Issue
Block a user