3.0.7
Horme 3.0.7
New skill: Britannica Search
- Encyclopaedia Britannica lookup via
britannicaskill. 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. fetchcalls suppressed with inline disables only where required (streaming --requestUrlcannot stream).- Removed all deprecated
setDynamicTooltip()calls (10 locations). - Replaced CSS
:has()selector with a JS-applied class to avoid performance warning.