Skip to content

Releases: taichimaeda/markpilot

1.2.5

29 Jun 15:40
8b66818
Compare
Choose a tag to compare
  • Resolved issue #6 by providing the setting option to specify model tags

1.2.4

18 May 06:58
35fa064
Compare
Choose a tag to compare
  • Added support for GPT-4o (thanks to @ch99q)

1.2.3

23 Apr 16:38
5dc4169
Compare
Choose a tag to compare
  • Made the chat box auto-focus after the assistant's response.
  • Fixed issue where two instances of the chat view would launch on startup.

1.2.2

21 Apr 18:19
f746d46
Compare
Choose a tag to compare
  • Added auto-focus on chat box after assistant finishes response.

1.2.1

21 Apr 17:59
1d2e7ab
Compare
Choose a tag to compare
  • Fixed bug where chat messages after the first one results in empty response.

1.2.0

21 Apr 17:27
11423e5
Compare
Choose a tag to compare
  • Added support for OpenRouter and Ollama as providers.
  • Added feature to use few-shot prompting for inline completions and chat view (beta).
  • Added feature to skip inline completions by filename and tags.
  • Added settings migration system.

1.1.0

17 Apr 08:10
55bd9e5
Compare
Choose a tag to compare
  • Added a ribbon action to toggle inline completions.
  • Added commands to toggle inline completions, chat view and cache 1.
  1. The commands to enable/disable these features (regardless of the current status) were already available in previous versions. This adds a new set of commands to toggle them.

1.0.9

12 Apr 07:31
Compare
Choose a tag to compare
  • Made "Tab" the default key for accepting inline completions (it was previously "Enter").
  • Fixed bug where many of inline completions options became stale after updating the settings.

1.0.8

12 Apr 06:29
Compare
Choose a tag to compare
  • Fixed a bug where stale API key is used for fetching chat and completions even after updating it in settings tab.

1.0.7

12 Apr 06:19
Compare
Choose a tag to compare
  • Fixed a bug where the plugin skips fetching inline completions when cache is disabled.
  • Cleaned up redundant dependencies.