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
- Add v0.18.0 release notes with context-aware wiki link resolution,
directory operations, and cloud routing improvements
- Add v0.17.8-v0.17.9 release notes (cloud snapshot CLI, bug fixes)
- Update whats-new page with v0.18.0 feature highlights
- Update CLAUDE.md current version to v0.18.0
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Work with your knowledge base across multiple devices using cloud sync and storage.
16
16
17
+
## v0.18.0
18
+
19
+
Basic Memory v0.18.0 introduces context-aware wiki link resolution, directory operations, and improved cloud routing.
20
+
21
+
<Info>
22
+
**Key improvements:**
23
+
- Context-aware wiki link resolution with `source_path` support
24
+
- Directory support for `move_note` and `delete_note` tools
25
+
- Local MCP cloud mode routing for simultaneous local/cloud usage
26
+
- MCP prompt rendering fixes
27
+
</Info>
28
+
29
+
### Context-Aware Wiki Link Resolution
30
+
31
+
Wiki links now resolve intelligently based on where they appear in your knowledge base.
32
+
33
+
**Relative path resolution:**
34
+
When you write `[[nested/note]]` in a file at `folder/file.md`, Basic Memory first looks for `folder/nested/note.md` before searching globally.
35
+
36
+
**Proximity-based resolution:**
37
+
If you have notes with the same title in different folders, links resolve to the note closest to your current location. A link to `[[Meeting Notes]]` from `projects/alpha/tasks.md` prefers `projects/alpha/Meeting Notes.md` over `projects/beta/Meeting Notes.md`.
38
+
39
+
**Strict mode:**
40
+
The resolve endpoint now supports strict mode to disable fuzzy search fallback, ensuring exact matches only.
41
+
42
+
### Directory Operations
43
+
44
+
Move and delete entire folders of notes with database consistency:
0 commit comments