github thedotmack/claude-mem v11.0.1

15 hours ago

v11.0.1 — Disable Semantic Inject by Default

Patch release — Changes CLAUDE_MEM_SEMANTIC_INJECT default from true to false.

What changed

  • Per-prompt Chroma vector search on UserPromptSubmit is now opt-in rather than opt-out
  • Reduces latency and context noise for users who haven't explicitly enabled it
  • Users can re-enable via CLAUDE_MEM_SEMANTIC_INJECT=true in ~/.claude-mem/settings.json

Why

The semantic inject fires on every prompt and often surfaces tangentially related observations. A more precise file-context approach (PreToolUse timeline gate) is in development as a replacement.

Don't miss a new claude-mem release

NewReleases is sending notifications on new releases.