Skip to content

Release v1.6.5

Latest

Choose a tag to compare

@Artieficr Artieficr released this 13 Aug 01:29
· 2 commits to main since this release

Maintenance release

  • Removed a leftover require("fs") call embedded in a third-party
    dependency's bundled code that could never actually run (Obsidian's
    review flags any filesystem-access instruction in the code, even
    dead ones it can't reach).
  • Corrected the built-in model's description in Settings. It read
    "no downloads, no cloud" — a holdover from an earlier approach where
    the model shipped inside the plugin itself, before we found out
    Obsidian doesn't allow that and switched to downloading it from
    Hugging Face on first use. The text was never updated after the
    switch, so it ended up describing the old behavior instead of the
    current one.