claude-mem 3.6.9 → 3.7.0

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,17 @@ 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.6.10] - 2025-09-16
9
+
10
+ ### Added
11
+ - Claude Code statusline integration for real-time memory status
12
+ - MCP memory tools server providing compress, stats, search, and overview commands
13
+ - Concept documentation explaining memory compression and context loading
14
+
15
+ ### Fixed
16
+ - Corrected integration architecture to use hooks instead of MCP SDK
17
+
18
+
8
19
  ## [3.6.9] - 2025-09-14
9
20
 
10
21
  ### Added