Skip to content

0.3.2

Choose a tag to compare

@johannes-kaindl johannes-kaindl released this 22 Jun 06:00
· 3 commits to main since this release
2e6d624

Code-quality patch: all ESLint findings from the community review are now resolved.

  • Settings tab's plugin reference is typed (no more any).
  • All network requests except the chat SSE stream use Obsidian's requestUrl (CORS-free, mobile-friendly) via a single http module; the stream keeps fetch for incremental token streaming.
  • Removed redundant type assertions, voided fire-and-forget promises, dropped deprecated setDynamicTooltip.
  • Added lint/typecheck npm scripts (ESLint + typescript-eslint + eslint-plugin-obsidianmd).

Assets: main.js, manifest.json, styles.css.