@@ -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.15.0 (released October 4 , 2025)
15+ ** Current Version** : v0.17.2 (released December 29 , 2025)
1616
1717** Key Features** :
1818- 17 MCP tools for AI integration (write_note, read_note, edit_note, search_notes, build_context, etc.)
@@ -21,19 +21,15 @@ This is the documentation website for Basic Memory (`docs.basicmemory.com`), bui
2121- Integrations with Claude Desktop, VS Code, Cursor, Obsidian
2222- Python-based with FastAPI endpoints and comprehensive CLI
2323- Real-time file synchronization
24- - SQLite indexing with markdown as source of truth
25-
26- ** v0.15.0 Major Features** :
27- - Cloud authentication support (WorkOS integration)
28- - Stateless MCP architecture for cloud deployment
29- - Cloud sync via rclone bisync
30- - Cloud mount CLI commands for local file access
31- - Subscription validation for cloud billing
32- - ChatGPT tools integration
33- - ` .gitignore ` support in sync operations
34- - Configurable permalink generation
35- - Performance optimizations for API and database
36- - Critical bug fixes for permalink collisions
24+ - SQLite and PostgreSQL database backends
25+
26+ ** v0.17.x Major Features** :
27+ - API v2 migration complete - all MCP tools use optimized v2 endpoints
28+ - 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+ - PostgreSQL/Neon database support as alternative to SQLite
3733
3834### Basic Memory Cloud
3935
@@ -65,7 +61,7 @@ This documentation site covers both:
65611 . ** Basic Memory** (local-first product) - Installation, MCP tools, CLI, integrations, knowledge format
66622 . ** Basic Memory Cloud** (upcoming) - Cloud-specific features, authentication, sync, billing
6763
68- The site is currently being updated for v0.15.0 and to include cloud product documentation.
64+ The site documents the latest v0.17.x release and includes cloud product documentation.
6965
7066## Development Commands
7167
@@ -211,56 +207,13 @@ The sidebar automatically highlights the current page based on `href` matching `
211207
212208## Documentation Status & Priorities
213209
214- ### Current Branch: v0.15.0-release-docs
215-
216- This branch is dedicated to updating documentation for:
217- 1 . Basic Memory v0.15.0 release (October 4, 2025)
218- 2 . Basic Memory Cloud product (upcoming release)
219-
220- ### Areas Requiring Updates for v0.15.0
221-
222- ** New Features to Document** :
223- - Cloud authentication and WorkOS integration
224- - Cloud sync capabilities via rclone bisync
225- - Cloud mount CLI commands (fast/balanced/safe profiles)
226- - Subscription validation and billing integration
227- - ChatGPT tools integration
228- - ` .gitignore ` support in sync operations
229- - Configurable permalink generation (` disable_permalinks ` flag)
230- - Stateless MCP architecture changes
231-
232- ** CLI Reference Updates** :
233- - Cloud-specific commands (` cloud mount ` , ` cloud sync ` , etc.)
234- - New MCP tools if any were added
235- - Subscription validation commands
236-
237- ** Integration Updates** :
238- - Any changes to Claude Desktop integration
239- - Any changes to VS Code/Cursor integrations
240- - ChatGPT integration documentation (new)
241-
242- ### Areas Requiring Cloud Product Documentation
243-
244- ** New Pages Needed** :
245- - Cloud product overview and value proposition
246- - Getting started with Basic Memory Cloud
247- - Authentication (WorkOS magic links)
248- - Subscription and billing (Polar integration)
249- - Cloud sync setup and usage
250- - Cloud mount for local editing
251- - Cloud vs. Local comparison
252-
253- ** Architecture Documentation** :
254- - Multi-tenant architecture overview
255- - Per-tenant isolation model
256- - Cloud sync architecture
257- - MCP gateway and proxy routing
210+ Documentation is up-to-date for v0.17.x release. Cloud product documentation is complete.
258211
259212### Reference Materials
260213
261214When documenting features:
262215- ** Basic Memory CHANGELOG** : ` gh api repos/basicmachines-co/basic-memory/contents/CHANGELOG.md `
263- - ** Release Notes** : ` gh release view v0.15.0 --repo basicmachines-co/basic-memory `
216+ - ** Release Notes** : ` gh release view v0.17.2 --repo basicmachines-co/basic-memory `
264217- ** Basic Memory README** : https://github.com/basicmachines-co/basic-memory
265218- ** Cloud README** : https://github.com/basicmachines-co/basic-memory-cloud
266219- ** Cloud CLAUDE.md** : https://github.com/basicmachines-co/basic-memory-cloud/blob/main/CLAUDE.md
0 commit comments