Skip to content

3.0.7

Choose a tag to compare

@DuckTapeKiller DuckTapeKiller released this 07 Jul 00:17
· 8 commits to main since this release

Horme 3.0.7

New skill: Britannica Search

  • Encyclopaedia Britannica lookup via britannica skill. Searches, follows the top article link, extracts up to 3 substantive paragraphs. Useful for academic-grade definitions and cross-referencing Wikipedia.

Language consistency fix

  • Rewrote the system prompt language rules. 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 alignment

  • Removed global no-restricted-globals: "off" override from eslint config. Local eslint now matches the Obsidian community review exactly.
  • fetch calls suppressed with inline disables only where required (streaming -- requestUrl cannot stream).
  • Removed all deprecated setDynamicTooltip() calls (10 locations).
  • Replaced CSS :has() selector with a JS-applied class to avoid performance warning.