github doobidoo/mcp-memory-service v8.54.0
v8.54.0 - Smart Auto-Capture System

latest releases: v10.31.1, v10.31.0, v10.30.0...
3 months ago

🎉 Smart Auto-Capture System

This release introduces the Smart Auto-Capture System, a major enhancement that intelligently captures memories automatically based on your interactions with Claude Code.

🆕 What's New

Intelligent Pattern Detection

  • Automatically captures memories after Edit, Write, and Bash operations
  • Detects 6 memory types: Decision, Error, Learning, Implementation, Important, Code
  • No more manual tagging for routine development tasks

Bilingual Support

  • English + German keyword recognition
  • Adapts to your preferred language naturally
  • Expandable pattern system for additional languages

User Control

  • Override with #remember marker to force capture
  • Use #skip marker to prevent automatic capture
  • Fine-tune behavior via claude-hooks/config.json autoCapture section

Cross-Platform

  • Primary implementation: Node.js (all platforms)
  • Windows fallback: PowerShell hook
  • Seamless integration with existing Claude Code workflows

📦 Installation

# Install Smart Auto-Capture hooks
cd claude-hooks
python install_hooks.py --auto-capture

📝 Files Added

  • claude-hooks/utilities/auto-capture-patterns.js - Pattern definitions
  • claude-hooks/core/auto-capture-hook.js - Node.js hook
  • claude-hooks/core/auto-capture-hook.ps1 - PowerShell hook (Windows)
  • claude-hooks/README-AUTO-CAPTURE.md - Complete documentation

🐛 Fixes

Documentation (#283)

  • Corrected incorrect --http CLI flag references
  • Clarified HTTP dashboard startup command
  • Standardized port to 8000 (was incorrectly 8888)
  • Updated README, oauth-setup.md, regression-tests.md

📚 Documentation

🙏 Closes

  • Issue #282 - Smart Auto-Capture feature request

Full Changelog: v8.53.0...v8.54.0

Don't miss a new mcp-memory-service release

NewReleases is sending notifications on new releases.