Skip to content

v1.0.1

Latest

Choose a tag to compare

@oanton oanton released this 21 Jan 16:44

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 --path and --source options for filtering search results dseek 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