We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a546f3 commit aebbe75Copy full SHA for aebbe75
CHANGELOG.md
@@ -1,4 +1,14 @@
1
# Changelog
2
+## 0.6.0
3
+
4
+### New Features ✨
5
6
+- Research-informed compaction improvements by @BYK in [#35](https://github.com/BYK/opencode-lore/pull/35)
7
8
+### Bug Fixes 🐛
9
10
+- Prevent cross-project knowledge entries from leaking into AGENTS.md by @BYK in [#36](https://github.com/BYK/opencode-lore/pull/36)
11
12
## 0.5.3
13
14
### Bug Fixes 🐛
package.json
@@ -1,6 +1,6 @@
{
"name": "opencode-lore",
- "version": "0.5.3",
+ "version": "0.6.0",
"type": "module",
"license": "MIT",
"description": "Three-tier memory architecture for OpenCode — distillation, not summarization",
0 commit comments