Skip to content

Commit 4ebf0ca

Browse files
committed
Release v3.6.8
Published from npm package build Source: https://github.com/thedotmack/claude-mem-source
1 parent 98d9591 commit 4ebf0ca

5 files changed

Lines changed: 133 additions & 100 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## [3.6.8] - 2025-09-14
9+
10+
### Fixed
11+
- Fixed publish command failing when no version-related memories exist for changelog generation
12+
13+
814
## [3.6.6] - 2025-09-14
915

1016
### Fixed

commands/save.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ allowed-tools: Bash
33
description: Write an overview and save with claude-mem
44
---
55
**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"`
6+
1. **Add it to claude-mem** using the chroma MCP tools. Always use primitive types (strings, numbers, booleans) when calling MCP Chroma tools directly. Arrays should be comma-separated strings, and nested objects should be flattened.
7+
2. **Save the overview to index** using the claude-mem CLI tool: `claude-mem save "your overview message"`

0 commit comments

Comments
 (0)