Skip to content

Releases: chhoumann/quickadd

1.9.0

13 May 18:34
Compare
Choose a tag to compare

1.9.0 (2024-05-13)

Bug Fixes

  • AI Assistant - model provider can omit API key (d7b2a59)
  • In Obsidian 1.6, the input suggester (files, tags, etc.) was being sent behind the modal. Now appears in front of the modal (df182d2)

Features

  • add support for Anthropic (Claude) LLMs (19c911a)
  • AI Assistant - add gpt-4o as part of the OpenAI default models (2bb0d19)

1.8.1

05 Mar 07:59
Compare
Choose a tag to compare

1.8.1 (2024-03-05)

Bug Fixes

  • chunkedPrompt API function had wrong input parameter type (8d8bb3c)

1.8.0

03 Mar 18:56
Compare
Choose a tag to compare

1.8.0 (2024-03-03)

Features

  • Local LLM & external provider support for AI Assistant (769b730)

Local LLM support

QuickAdd now supports multiple providers for LLMs.
The only requirement is that they are OpenAI-compatible, which means their API should be similar to OpenAIs.

Here are a few providers that are known to work with QuickAdd:

I've added a guide on the official docs, including how to use local LLMs.

1.7.0

14 Feb 20:49
Compare
Choose a tag to compare

1.7.0 (2024-02-14)

Features

  • Insert After can now create the line on your current cursor position, not just top/bottom of the note. (b9fdb6a)

Fixes

Docs

1.6.1

03 Dec 13:45
Compare
Choose a tag to compare

1.6.1 (2023-12-03)

Bug Fixes

  • using AI assistant would place cursor at the top of the file - now stays in place (05f0225)

1.6.0

07 Nov 08:06
Compare
Choose a tag to compare

1.6.0 (2023-11-07)

Features

1.5.0

06 Nov 20:56
Compare
Choose a tag to compare

1.5.0 (2023-11-06)

Features

  • add gpt-4-1106-preview to AI Assistant (128k context, fresher knowledge, cheapter than gpt-4!) (f404425)

1.4.0

05 Oct 18:33
Compare
Choose a tag to compare

1.4.0 (2023-10-05)

Features

  • chunked prompt api function now supports variables (44a9e31)

1.3.0

28 Sep 08:13
Compare
Choose a tag to compare

1.3.0 (2023-09-28)

Features

  • allow description in user script fields (b24f8dd), closes #544

1.2.1

27 Jun 04:45
Compare
Choose a tag to compare

1.2.1 (2023-06-27)

This release publishes the button styling update from @Cretezy in #522. Thank you!

  1. Updates choice creator
image
  1. Updates modal button (gap)
image