Skip to content

3.0.8

Choose a tag to compare

@DuckTapeKiller DuckTapeKiller released this 07 Jul 10:48
· 6 commits to main since this release

Horme 3.0.8

New skill: Britannica Search

  • Encyclopaedia Britannica lookup. Searches, follows the top article link, extracts up to 3 substantive paragraphs. Second authoritative source alongside Wikipedia.

Language consistency fix

  • Reply language is now determined only by the user's last message, never by RAG context, notes, or skill results. Context in the wrong language is translated, not copy-pasted.

Lint compliance

  • Removed global no-restricted-globals: "off" override so local eslint matches the Obsidian community review exactly.
  • Replaced bare fetch with window.fetch in all 8 streaming call sites to satisfy the rule without disabling it.
  • Removed all deprecated setDynamicTooltip() calls.
  • Replaced CSS :has() selector with a JS-applied class.