Changes
- Remove FTS5 dependency - Now uses LIKE + frecency ranking instead. No more "no such module: fts5" errors.
- Add
--version flag - Shows current version
- Show version and GitHub URL in help - Easier to find the repo
- Fix npm package size - Was accidentally including compiled binaries (170MB → 28KB)
Installation
# Via install script (recommended)
curl -fsSL https://raw.githubusercontent.com/Michaelliv/cc-dejavu/main/install.sh | bash
# Via Bun
bun add -g cc-dejavu
# Via npm (requires Bun runtime)
npm install -g cc-dejavu
Fixes