Skip to content

v0.2.0

Choose a tag to compare

@orafaelfragoso orafaelfragoso released this 08 Jun 19:21

Changelog

Features

  • b5bcc7d feat(cli)!: redesign command surface around the semantic lifecycle
  • c725ad8 feat(embed)!: switch to potion-code model2vec embeddings
  • 0004baf feat(embed): add on-device ONNX embedding engine
  • b8427a7 feat(index): chunk and embed symbols and files during indexing
  • 85395da feat(search): make search locate-first with opt-in code bodies
  • acab4f7 feat(search): vector kNN-first search with keyword fallback
  • 20be385 feat(store): add sqlite-vec vector store and migration 0003
  • 8544efa feat(work): add story tier and embed the durable-knowledge layer

Bug Fixes

  • 4330eff fix(build): vendor sqlite3.h so sqlite-vec compiles on every toolchain
  • 058e9a1 fix(release): drop darwin/amd64 (no onnxruntime for intel mac at 1.26)

Documentation

  • 1a52109 docs: add 0.2.0 changelog
  • e727d95 docs: update README for semantic search and the redesigned CLI

Build and CI

  • 9682365 build(release): bundle onnxruntime per target and verify the native chain

Maintenance

  • 02cd9aa chore: ignore .claude directory