v0.0.46
2026-07-23AI clients can now attach images straight into a note, and subpath image links like  render correctly.
added
- MCP attach_file — an AI client can attach an image by passing just the target note; the file is saved into that note's folder (auto-renamed on collision, same as the app) and a ready-to-paste ![[name]] embed is returned, so it no longer has to hunt for the vault or folder. Attachments to locked notes are refused, and over HTTP only inline content is accepted (never a local file path)
fixed
- Subpath image links like  were resolved only from the vault root, so an image in an assets folder next to the note showed as broken (the cover thumbnail resolved by filename and looked fine, which was confusing). Links now resolve by matching an existing file, then relative to the note's own folder (Obsidian's default), then the vault root