Skip to content

Releases: j0rd1smit/obsidian-copilot-auto-completion

1.1.3

10 Mar 10:15
3291213
Compare
Choose a tag to compare
  • Made openai api key optional for OpenAI API provider. This allows you to point the OpenAI API provider to any local model or other api provider that implements the OpenAI API.

1.1.2

06 Feb 12:48
aa61006
Compare
Choose a tag to compare
  • Fixed a bug that caused the extension plugin to transition to the idle state when a file was saved. As a result, the application discarded suggestions while they were still relevant.

1.1.1

27 Jan 20:27
37cbca3
Compare
Choose a tag to compare
  • Added the ability to exclude specific files based on tags in those files. Users can now define a list of tags in the settings, and the extension will automatically disable or enable when switching between files.

1.1.0

19 Jan 15:47
683ada0
Compare
Choose a tag to compare
  • Added the ability to exclude specific files and folders using glob patterns. Users can now define a list of glob patterns in the settings, and the extension will automatically disable or enable when switching between files.
  • Refactored the internal mechanisms of the settings management to increase flexibility and facilitate migrations to new settings schemas.
  • Added a note suggesting that caching can enhance performance and reduce API calls. If you accidentally dismiss a suggestion or press an incorrect key, simply resume typing, and the suggestion will reappear.
  • Typing the next character in a suggestion will no longer dismiss it. Instead, the suggestion will automatically update to show the remaining part of the suggestion, excluding the character you just typed.
  • Fixed a bug that could cause the suggestion box to render outside the boundaries of the editor.
  • Added support for Ollama as a local API provider.
  • Improve language detection. The plugin should now more often write responses in the same language as the text around the cursor. If you customize the few shot examples or system prompt, you might need to press the factory reset to get the updated settings. If you have not customized it, it will update automatically.
  • Improve default few shot examples and system prompt. They are now shorter and more focused on the reasoning, resulting in better and faster suggestions. If you customize the few shot examples or system prompt, you might need to press the factory reset to get the updated settings. If you have not customized it, it will update automatically.
  • Add guides for how to configure the extension for different API providers and how to get the needed API keys.

1.0.7

05 Jan 09:43
a363091
Compare
Choose a tag to compare
  • If a prediction fails, the full exception is now logged to the console. Allowing users to investigate the issue further.

1.0.6

18 Dec 20:08
7ce49ae
Compare
Choose a tag to compare
Make the api base url for openai configurable for local models

1.0.5

13 Dec 16:55
1e7c5cc
Compare
Choose a tag to compare
Add the ability to change openai models, allowing you to select GPT4

1.0.4

02 Nov 00:16
f2b82fd
Compare
Choose a tag to compare
1.0.4

1.0.3

12 Oct 08:10
62e15ae
Compare
Choose a tag to compare
Merge pull request #8 from j0rd1smit/fix/version_bump

version bump: 1.0.3

1.0.2

01 Sep 19:22
beb1a14
Compare
Choose a tag to compare
1.0.2