Skip to content

Commit 79bca1b

Browse files
committed
release: 0.7.0
1 parent 3ab2696 commit 79bca1b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
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 🐛

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)