🎉 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
#remembermarker to force capture - Use
#skipmarker to prevent automatic capture - Fine-tune behavior via
claude-hooks/config.jsonautoCapture 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 definitionsclaude-hooks/core/auto-capture-hook.js- Node.js hookclaude-hooks/core/auto-capture-hook.ps1- PowerShell hook (Windows)claude-hooks/README-AUTO-CAPTURE.md- Complete documentation
🐛 Fixes
Documentation (#283)
- Corrected incorrect
--httpCLI 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