Skip to content

Commit 841ba83

Browse files
committed
release: 0.6.2
1 parent cb15369 commit 841ba83

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 0.6.2
3+
4+
### Bug Fixes 🐛
5+
6+
- Prevent EROFS crash when launched outside a git repo by @BYK in [#43](https://github.com/BYK/opencode-lore/pull/43)
7+
- Cache LTM per session to preserve prompt cache hit rate by @BYK in [#42](https://github.com/BYK/opencode-lore/pull/42)
8+
29
## 0.6.1
310

411
### 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.1",
3+
"version": "0.6.2",
44
"type": "module",
55
"license": "MIT",
66
"description": "Three-tier memory architecture for OpenCode — distillation, not summarization",

0 commit comments

Comments
 (0)