Skip to content

Commit 7b95b9f

Browse files
phernandezclaude
andcommitted
docs: add What's New in v0.19.0 section to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 0bce4be commit 7b95b9f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ Basic Memory lets you build persistent knowledge through natural conversations w
2323
Claude, while keeping everything in simple Markdown files on your computer. It uses the Model Context Protocol (MCP) to
2424
enable any compatible LLM to read and write to your local knowledge base.
2525

26+
## What's New in v0.19.0
27+
28+
- **Semantic Vector Search** — find notes by meaning, not just keywords. Combines full-text and vector similarity for hybrid search with FastEmbed embeddings.
29+
- **Schema System** — infer, validate, and diff the structure of your knowledge base with `schema_infer`, `schema_validate`, and `schema_diff` tools.
30+
- **Per-Project Cloud Routing** — route individual projects through the cloud while others stay local, using API key authentication (`basic-memory project set-cloud`).
31+
- **FastMCP 3.0** — upgraded to FastMCP 3.0 with tool annotations for better client integration.
32+
- **CLI Overhaul** — JSON output mode (`--json`) for scripting, workspace-aware commands, and an htop-inspired project dashboard.
33+
- **Smarter Editing**`edit_note` append/prepend auto-creates notes if they don't exist; `write_note` has an overwrite guard to prevent accidental data loss.
34+
- **Richer Search Results** — matched chunk text returned in search results for better context.
35+
36+
See the full [CHANGELOG](CHANGELOG.md) for details.
37+
2638
- Website: [basicmemory.com](https://basicmemory.com?utm_source=github&utm_medium=referral&utm_campaign=readme)
2739
- Documentation: [docs.basicmemory.com](https://docs.basicmemory.com?utm_source=github&utm_medium=referral&utm_campaign=readme)
2840
- Community: [Discord](https://discord.gg/tyvKNccgqN?utm_source=github&utm_medium=referral&utm_campaign=readme)

0 commit comments

Comments
 (0)