SugiliteDownload
changelog

Release notes

Every shipped version of Sugilite, in order. Versions ship whenever something worth shipping is ready, not on a cadence.

  1. v0.0.26

    2026-05-30

    The MCP server now lists empty folders too, so an AI client can create notes in folders you've set up but not yet filled.

    fixed

    • MCP list_folders now includes empty folders (zero notes) by scanning the vault directly instead of inferring folders from existing notes — so an AI client can place a note in a folder you prepared but left empty (hidden and locked folders stay excluded)
  2. v0.0.25

    2026-05-30

    Open notes your way. Note cards, list rows, and the Inspector's related notes and backlinks all gain a right-click menu for opening a note in a new tab, in Finder, or in your default app.

    added

    • Right-click a note card or list row to open it in a new tab, reveal it in Finder, or open it in your default app
    • Related notes and backlinks in the Inspector get a full right-click menu too — open (new tab / Finder / default app), lock, rename or delete, without leaving the panel
  3. v0.0.24

    2026-05-29

    Onboarding is now a guided step wizard, and first-run users get a one-time card that walks them through connecting Sugilite to their AI client over MCP. New vaults ship a Welcome note with client-agnostic MCP setup instructions.

    added

    • Step-by-step onboarding — a card-style vault picker (open an existing folder or create a new one) with icons, descriptions and step dots, fronted by the Sugilite mark
    • First-run MCP intro card, shown once per device after a vault opens: a copy-paste MCP config snippet framed by the real client logos — Claude, ChatGPT, Cursor, Gemini
    • New vaults now include a Welcome note with a neutral, client-agnostic MCP setup section (examples for Claude Desktop / Cursor), localized in English and Japanese
  4. v0.0.23

    2026-05-28

    MCP tools now return a uniform note shape across the board, search_notes gains a long list of filters and sort options, and Mac users with external image drops no longer hit 404s.

    added

    • MCP search_notes filters: path_prefix, updated_since / updated_until, created_since / created_until, min_words / max_words, min_links, starred_only
    • MCP search_notes sort: relevance (default with query) / updated_desc (default without) / updated_asc / created_desc / created_asc / title / words_desc
    • MCP list_notes args: sort, updated_since, created_since, limit; response now carries excerpt, tags, dates, word_count, backlink_count, starred
    • Source-view (</>) icon restored on plain Markdown images (![](path)), so bookmark / import flows can inspect and edit the path

    improved

    • Unified MCP note object across list_notes / search_notes / related_notes / read_note: path, title, excerpt, tags, created_at, updated_at, word_count, backlink_count, starred (with snippet on search, similarity on related)

    fixed

    • Mac: in-note images added to the vault from outside the app (e.g. via the MCP server while the GUI was running) resolved to vault root and 404'd; basename misses now fall back to the current note's folder, and the image cache refreshes on vault://changed events
  5. v0.0.22

    2026-05-27

    Related notes lands in the Inspector and the MCP server. The search palette now suggests DSL operators when the input is empty so you can drop into a typed query without remembering the syntax. (v0.0.21 was not shipped as a build — its work is bundled into this release.)

    added

    • Related notes panel in the Inspector — semantically nearest notes via cosine similarity on note-centroid embeddings, up to 5 entries, auto-refreshing after writes and renames
    • MCP: new `related_notes(path, limit?)` tool, plus an optional `include_related` / `related_limit` on `read_note` to fetch body + neighbours in one call
    • Search palette operator suggestions — when the input is empty, ⌘K shows the full DSL palette (tag: / folder: / path: / title: / created> / updated< / words> / links< / sort: / limit:); arrow + enter inserts so you can start typing the value
    • Bilingual (English / Japanese) strings for both features
  6. v0.0.20

    2026-05-26first public release

    The first build of Sugilite that's ready for the wider world. Everything below ships in this drop.

    added

    • Local-first markdown editor with wikilinks and backlinks
    • Hybrid search blending keyword and on-device semantic retrieval
    • DSL query language (tag: / folder: / created> / updated< / sort:)
    • Standalone Model Context Protocol server — runs without the GUI, exposes search / read / write / graph / embed as tools to Claude, Cursor, Zed, and any MCP-compatible client
    • Force-directed knowledge graph and 2D UMAP vector map of note embeddings
    • Calendar and timeline views over your daily notes
    • Obsidian vault compatibility: frontmatter properties, [[wikilinks]], ![[embeds]], YYYY-MM-DD daily-note detection, templates folder, CSS themes
    • macOS (Apple Silicon) and Windows (x64) builds