Major Changes
- SQLite Storage Engine:
migrated from Orama JSON to SQLite + FTS5 + sqlite-vec for better reliability and crash safety (WAL mode) - New Embedding Model:
switched to gte-multilingual-base with tokenizer-aware truncation
New Features
- Search Filters:
added--pathand--sourceoptions for filtering search resultsdseek search "auth" --path "docs/api/" --limit 5 - Improved Output Formatting:
better text output for LLM consumption
Improvements
- Auto-migration from Orama to SQLite on first run
- Better handling of large texts with token-based truncation
- Improved config loading with project root detection
Internal
- Updated dependencies
- Build artifacts excluded from git tracking
Full Changelog: v1.0.0...v1.0.1