You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Focus:** Critical search index fix and major architecture refactor
39
+
40
+
<Warning>
41
+
**Important:** If you're upgrading from v0.16.3-v0.17.3, run `basic-memory reset` once after updating to rebuild your search index. A bug introduced in v0.16.3 caused the search index to be wiped on every server restart.
42
+
</Warning>
43
+
44
+
<Info>
45
+
**Highlights:**
46
+
- Critical fix: Search index now persists across server restarts
47
+
- Major internal architecture improvements with composition roots
48
+
- New typed API clients for better code organization
49
+
</Info>
50
+
51
+
### Bug Fixes
52
+
53
+
-**Preserve search index across server restarts** ([#503](https://github.com/basicmachines-co/basic-memory/pull/503))
54
+
- Fixes critical bug where search index was wiped on every MCP server restart
55
+
- Bug was introduced in v0.16.3, affecting v0.16.3-v0.17.3
56
+
-**User action**: Run `basic-memory reset` once after updating to rebuild search index
0 commit comments