github thedotmack/claude-mem v6.3.2

latest releases: v13.11.0, v13.10.4, v13.10.3...
7 months ago

What's Changed

Improvements

  • Add search query support to /api/decisions endpoint - now supports semantic search within decisions using Chroma with { type: 'decision' } metadata filter

Usage

# Search within decisions (new)
curl "http://localhost:37777/api/decisions?query=architecture&format=full&limit=5"

# All decisions (existing behavior preserved)
curl "http://localhost:37777/api/decisions?format=index&limit=10"

Don't miss a new claude-mem release

NewReleases is sending notifications on new releases.