@@ -12,7 +12,7 @@ This is the documentation website for Basic Memory (`docs.basicmemory.com`), bui
1212
1313** Repository** : https://github.com/basicmachines-co/basic-memory
1414** Website** : https://basicmemory.com
15- ** Current Version** : v0.17.7 (released January 19 , 2026)
15+ ** Current Version** : v0.18.0 (released January 26 , 2026)
1616
1717** Key Features** :
1818- 17 MCP tools for AI integration (write_note, read_note, edit_note, search_notes, build_context, etc.)
@@ -23,12 +23,13 @@ This is the documentation website for Basic Memory (`docs.basicmemory.com`), bui
2323- Real-time file synchronization
2424- SQLite and PostgreSQL database backends
2525
26- ** v0.17.x Major Features** :
26+ ** v0.18.x Major Features** :
27+ - Directory operations - move and delete entire directories with MCP tools
28+ - Local/cloud routing flags - ` --local ` and ` --cloud ` CLI flags for explicit routing control
29+ - Cloud snapshots - create, list, browse, and restore point-in-time snapshots
2730- API v2 migration complete - all MCP tools use optimized v2 endpoints
2831- Auto-format files on save with built-in Python formatter
29- - Anonymous usage telemetry (Homebrew-style opt-out)
30- - CLI stability improvements - commands no longer hang on exit
31- - Cloud mode discovery for recent_activity across projects
32+ - Cloud mode stability improvements
3233- PostgreSQL/Neon database support as alternative to SQLite
3334
3435### Basic Memory Cloud
@@ -61,7 +62,7 @@ This documentation site covers both:
61621 . ** Basic Memory** (local-first product) - Installation, MCP tools, CLI, integrations, knowledge format
62632 . ** Basic Memory Cloud** (upcoming) - Cloud-specific features, authentication, sync, billing
6364
64- The site documents the latest v0.17 .x release and includes cloud product documentation.
65+ The site documents the latest v0.18 .x release and includes cloud product documentation.
6566
6667## Development Commands
6768
@@ -207,13 +208,13 @@ The sidebar automatically highlights the current page based on `href` matching `
207208
208209## Documentation Status & Priorities
209210
210- Documentation is up-to-date for v0.17 .x release. Cloud product documentation is complete.
211+ Documentation is up-to-date for v0.18 .x release. Cloud product documentation is complete.
211212
212213### Reference Materials
213214
214215When documenting features:
215216- ** Basic Memory CHANGELOG** : ` gh api repos/basicmachines-co/basic-memory/contents/CHANGELOG.md `
216- - ** Release Notes** : ` gh release view v0.17.2 --repo basicmachines-co/basic-memory `
217+ - ** Release Notes** : ` gh release view v0.18.0 --repo basicmachines-co/basic-memory `
217218- ** Basic Memory README** : https://github.com/basicmachines-co/basic-memory
218219- ** Cloud README** : https://github.com/basicmachines-co/basic-memory-cloud
219220- ** Cloud CLAUDE.md** : https://github.com/basicmachines-co/basic-memory-cloud/blob/main/CLAUDE.md
0 commit comments