claude-mem 3.6.3 → 3.6.5
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,24 @@ 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.5] - 2025-09-14
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Session groups now display in chronological order (most recent first)
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- Improved CLI path detection for cross-platform compatibility
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [3.6.4] - 2025-09-13
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
- Update save documentation to include allowed-tools and description metadata fields
|
|
21
|
+
|
|
22
|
+
### Removed
|
|
23
|
+
- Remove deprecated markdown to JSONL migration script
|
|
24
|
+
|
|
25
|
+
|
|
8
26
|
## [3.6.3] - 2025-09-11
|
|
9
27
|
|
|
10
28
|
### Changed
|
package/commands/save.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
---
|
|
2
|
+
allowed-tools: Bash
|
|
3
|
+
description: Write an overview and save with claude-mem
|
|
4
|
+
---
|
|
5
|
+
**Write an overview** of the current conversation context and:
|
|
6
|
+
1. **Add it to claude-mem** using the chroma MCP tools
|
|
7
|
+
2. **IMPORTANT! Save the overview to index** using the claude-mem CLI tool: `claude-mem save "your overview message"`
|