Releases: frankroeder/parrot.nvim
Releases · frankroeder/parrot.nvim
v1.2.0
1.2.0 (2024-10-21)
Features
- add xAI as provider for Grok (ef0149d)
v1.1.0
1.1.0 (2024-10-17)
Features
Bug Fixes
- resolve issue with toggle_target (51e7d1c)
v1.0.0
1.0.0 (2024-10-15)
⚠ BREAKING CHANGES
- ChatNew now follows toggle_target option
Features
- ChatNew now follows toggle_target option (345fb4e)
Bug Fixes
- ollama: additional guard if server is not running (fdcaa6c)
- provider: remove pplx event-stream header (b347a1c)
- resolve history bug with custom hooks (0db1e3b)
v0.7.0
0.7.0 (2024-09-11)
Features
- add github model beta support (6f36955)
- provider: add gemini online model support (be975ee)
Bug Fixes
- add missing import (4a50b58)
- responsehandler: address bug (075294c)
- responsehandler: window handling (f2cbfc5)
v0.6.0
0.6.0 (2024-08-22)
Features
- add status line support (3ac1d28)
- commands: implement the retry command (29f7701)
Bug Fixes
- add
PrtStatus
command (322a45e)
- add missing multifilecontent support for chat prompts (b8f221e)
- Neovim version check (a4fd3f3)
- revert wrong license change (1a7192c)
v0.5.0
0.5.0 (2024-08-14)
Features
- add option to toggle online model selection (3f74c06)
Bug Fixes
- add missing arguments to release-please (70e7b06)
- extend permission of release worflow (df22467)
- typo (edec3b1)
- update pipeline (917c102)
- user_input_ui now supports the "buffer" option (22abeb3)
v0.4.2
What's Changed
- Fix: Do not fetch the API on startup to generate the provider model overview.
- Chore: additional checks for the ollama provider
- Fix: update health check
Full Changelog: v0.4.0...v0.4.2
v0.4.1
What's Changed
- Chore: Restructure code by @frankroeder in #39
- Breaking: Bury the principle of agents by @frankroeder in #40
- Feature: Agents are replaces by simple provider and model selection (for some provider also directly fetched from the API)
- Feature: Add testing and releasing workflows
- Chore: Extend readme to include new provider config structure
Full Changelog: v0.3.10...v0.4.1
v0.4.0
Merge branch 'main' into remove-default-agents
v0.3.11
What's Changed
- Restructure code for incoming improvements by @frankroeder in #39
- Fix: exclude mulifilecontent from default template
- Breaking: Change use of ChatNew in hooks (see readme)
- Feature: Add support for the Groq API
- And much more, major changes coming to next release
Full Changelog: v0.3.10...v0.3.11