Skip to content

Releases: memvid/claude-brain

v1.0.7

05 Jan 22:41

Choose a tag to compare

🚀 Performance

  • Fast search - Switched to mode: "hybrid" for instant search results
  • Search now completes in milliseconds instead of hanging on large memory files

🛡️ Reliability

  • Auto-recovery from corrupted files - Detects incompatible/corrupted .mv2 files and automatically creates fresh memory with backup
  • Handles version mismatches gracefully instead of hanging

📚 Documentation

  • Fixed installation instructions - now shows marketplace add workflow
  • Updated commands to use /mind:mind format
  • Corrected FAQ: empty .mv2 is ~70KB (not 4MB)

🔧 Internal

  • Added shared utils.ts for consistent memory handling across all scripts
  • All scripts (find, ask, stats, timeline) now use safe open pattern

v1.0.2

18 Dec 20:49

Choose a tag to compare

Installation

claude plugin install memvid-mind

Or via npm:

npm install memvid-mind

Full Changelog: v1.0.0...v1.0.2