Skip to content

Releases: chhoumann/quickadd

1.11.1

28 Aug 09:40
Compare
Choose a tag to compare

1.11.1 (2024-08-28)

This release reduces the size of the QuickAdd plugin, which should help speed up loading your Obsidian vaults.
Going forward, all new releases will be minified, keeping the plugin small and your load times fast. :)

1.11.0

18 Jul 19:44
Compare
Choose a tag to compare

1.11.0 (2024-07-18)

Features

  • add gpt-4o-mini (128k max tokens) as a default model for new plugin users. Existing users can add gpt-4o-mini with 128000 tokens in their AI Assistant menu. (49c99d6)
  • enable anthropic beta for 8k tokens on Claude 3.5 Sonnet (abd6333)

1.10.0

04 Jul 11:55
Compare
Choose a tag to compare

1.10.0 (2024-07-04)

Features

1.9.2

01 Jul 13:34
Compare
Choose a tag to compare

1.9.2 (2024-07-01)

Bug Fixes

  • ai.prompt API now also allows the model parameter to be a string with simply the model's name (d946c49)

1.9.1

24 Jun 21:06
Compare
Choose a tag to compare

1.9.1 (2024-06-24)

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)