File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.18.0 (2026-01-28)
4+
5+ ### Features
6+
7+ - ** #527 ** : Add context-aware wiki link resolution with source_path support
8+ ([ ` 0023e73 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/0023e73 ) )
9+ - Add ` source_path ` parameter to ` resolve_link() ` for context-aware resolution
10+ - Relative path resolution: ` [[nested/note]] ` from ` folder/file.md ` → ` folder/nested/note.md `
11+ - Proximity-based resolution for duplicate titles (prefers notes in same folder)
12+ - Strict mode to disable fuzzy search fallback for wiki links
13+
14+ - ** #518 ** : Add directory support to move_note and delete_note tools
15+ ([ ` 0b20801 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/0b20801 ) )
16+ - Add ` is_directory ` parameter to ` move_note ` and ` delete_note ` MCP tools
17+ - New ` POST /move-directory ` and delete directory API endpoints
18+ - Rename ` folder ` → ` directory ` parameter across codebase for consistency
19+
20+ - ** #522 ** : Local MCP cloud mode routing
21+ ([ ` 8730067 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/8730067 ) )
22+ - Add ` --local ` and ` --cloud ` CLI routing flags
23+ - Local MCP server (` basic-memory mcp ` ) automatically uses local routing
24+ - Enables simultaneous use of local Claude Desktop and cloud-based clients
25+ - Environment variable ` BASIC_MEMORY_FORCE_LOCAL=true ` for global override
26+
27+ ### Bug Fixes
28+
29+ - ** #524 ** : Fix MCP prompt rendering errors
30+ ([ ` e14ba92 ` ] ( https://github.com/basicmachines-co/basic-memory/commit/e14ba92 ) )
31+ - Fix "Error rendering prompt recent_activity" error
32+ - Change ` TimeFrame ` to ` str ` in prompt type annotations for FastMCP compatibility
33+
334## v0.17.9 (2026-01-24)
435
536### Bug Fixes
You can’t perform that action at this time.
0 commit comments