Skip to content

Releases: lucytheboss/multi-ai-assistant

1.1.2

Choose a tag to compare

@lucytheboss lucytheboss released this 04 Aug 09:59

Fixes character sprite rendering by embedding sprites as base64 data URIs directly in code

1.1.1

Choose a tag to compare

@lucytheboss lucytheboss released this 04 Aug 09:51

Fixes character sprite paths being invisible in settings and sidebar

1.1.0

Choose a tag to compare

@lucytheboss lucytheboss released this 27 Jul 17:19

What's new

  • Claude support. Claude is now available both over the HTTP API and via the local claude CLI, bringing the provider count to six.
  • PDFs and images in the knowledge base. PDF text is extracted with PDF.js; images are sent to the model as images, so you can ask about diagrams and screenshots.
  • Quiz and flashcard languages. Generate content in English, Korean, or both.
  • Rewritten README with setup instructions, a provider/cost table, privacy notes, and screenshots.

Requirements

Requires Obsidian 1.7.2 or newer (raised from 1.4.0).

Installing

Download all assets below into <your vault>/.obsidian/plugins/multi-ai-assistant/, then reload Obsidian and enable the plugin under Settings → Community plugins.

The sprite-*.png files and pdf.worker.min.js are loaded from the plugin folder at runtime, so they must sit alongside main.js — the character avatars and PDF reading will not work without them.

1.0.0

Choose a tag to compare

@lucytheboss lucytheboss released this 24 Jul 10:54
Initial commit