Skip to content

v1.0.7

Latest

Choose a tag to compare

@Olow304 Olow304 released this 05 Jan 22:41
· 19 commits to main since this release

πŸš€ 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