github thedotmack/claude-mem v10.0.8

latest release: v10.1.0
6 hours ago

Bug Fixes

Orphaned Subprocess Cleanup

  • Add explicit subprocess cleanup after SDK query loop using existing ProcessRegistry infrastructure (getProcessBySession + ensureProcessExit), preventing orphaned Claude subprocesses from accumulating
  • Closes #1010, #1089, #1090, #1068

Chroma Binary Resolution

  • Replace npx chroma run with absolute binary path resolution via require.resolve, falling back to npx with explicit cwd when the binary isn't found directly
  • Closes #1120

Cross-Platform Embedding Fix

  • Remove @chroma-core/default-embed which pulled in onnxruntime + sharp native binaries that fail on many platforms
  • Use WASM backend for Chroma embeddings, eliminating native binary compilation issues
  • Closes #1104, #1105, #1110

Don't miss a new claude-mem release

NewReleases is sending notifications on new releases.