mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
8b7f39ee9b
Update both the compact and extended AI assistant guides with v0.19.0 changes: - 📝 write_note overwrite guard: callout, edit_note examples, overwrite=True - 🔍 Expanded search section: all search types, tag: shorthand, filter-only searches, metadata_filters operators, min_similarity - ⚠️ "Note already exists" error handling pattern - 📋 Tool quick reference: updated params, added list_workspaces - 🔗 memory:// URL: added cross-project format - ✏️ Best practice: prefer edit_note for updates Fix tag: shorthand parsing to handle multiple tags anywhere in the query. Old parser only handled queries starting with "tag:" and broke on "tag:coffee AND tag:brewing". New parser uses re.findall to extract all tag:value tokens, strips boolean connectors, and preserves remaining text. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>