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
UserPromptSubmitis 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=truein~/.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.