Releases: taichimaeda/markpilot
Releases · taichimaeda/markpilot
1.2.5
1.2.4
1.2.3
- 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
- Added auto-focus on chat box after assistant finishes response.
1.2.1
- Fixed bug where chat messages after the first one results in empty response.
1.2.0
- 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
1.0.9
- 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
- Fixed a bug where stale API key is used for fetching chat and completions even after updating it in settings tab.
1.0.7
- Fixed a bug where the plugin skips fetching inline completions when cache is disabled.
- Cleaned up redundant dependencies.