Skip to content

Commit e2166a1

Browse files
prosdevclaude
andcommitted
chore: add changeset for antfly migration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9a52baa commit e2166a1

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.changeset/antfly-migration.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"@prosdevlab/dev-agent-core": minor
3+
"@prosdevlab/dev-agent-cli": minor
4+
"@prosdevlab/dev-agent": minor
5+
---
6+
7+
Replace LanceDB + @xenova/transformers with Antfly for hybrid search
8+
9+
- **Hybrid search**: `dev_search` now uses BM25 + vector + RRF fusion — exact keyword matches AND semantic understanding in one query
10+
- **New command**: `dev setup` handles search backend installation (Docker-first, native fallback)
11+
- **Auto-embedding**: Antfly generates embeddings locally via Termite — no separate embedding pipeline
12+
- **Direct key lookup**: Replaces O(n) zero-vector scan with instant key fetch
13+
- **Breaking**: Requires Antfly server running (`dev setup` handles this). Existing LanceDB indexes are not migrated — run `dev index . --force` to rebuild.

0 commit comments

Comments
 (0)