File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 0.7.0
3+
4+ ### New Features ✨
5+
6+ - Add Voyage AI embedding search by @BYK in [ #50 ] ( https://github.com/BYK/opencode-lore/pull/50 )
7+ - Add search config surface and LLM query expansion by @BYK in [ #49 ] ( https://github.com/BYK/opencode-lore/pull/49 )
8+ - Replace forSession() scoring with FTS5 BM25 by @BYK in [ #48 ] ( https://github.com/BYK/opencode-lore/pull/48 )
9+ - Add RRF score fusion and rewrite recall tool by @BYK in [ #47 ] ( https://github.com/BYK/opencode-lore/pull/47 )
10+ - Improve FTS5 search foundations by @BYK in [ #46 ] ( https://github.com/BYK/opencode-lore/pull/46 )
11+
12+ ### Bug Fixes 🐛
13+
14+ - Catch unhandled exceptions in transform hooks and avoid loading embedding BLOBs by @BYK in [ #52 ] ( https://github.com/BYK/opencode-lore/pull/52 )
15+ - Auto-enable embeddings when VOYAGE_API_KEY is set by @BYK in [ #51 ] ( https://github.com/BYK/opencode-lore/pull/51 )
16+
217## 0.6.2
318
419### Bug Fixes 🐛
Original file line number Diff line number Diff line change 11{
22 "name" : " opencode-lore" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 0.7.0 " ,
44 "type" : " module" ,
55 "license" : " MIT" ,
66 "description" : " Three-tier memory architecture for OpenCode — distillation, not summarization" ,
You can’t perform that action at this time.
0 commit comments