Skip to content

Releases: frankroeder/parrot.nvim

v1.2.2

26 Jan 15:35
82e0b35
Compare
Choose a tag to compare

1.2.2 (2025-01-26)

Bug Fixes

  • add missing module in mistral provider (b8f52da)
  • change current_provider default value to nil (a8468be)
  • perplexity: update available models (bdb30c2)

v1.2.1

21 Nov 20:49
413679a
Compare
Choose a tag to compare

1.2.1 (2024-11-19)

Bug Fixes

  • Set filetype to markdown for parrot responses (119828b)
  • use literal string compare before file deletion (4d43901)
  • xAI API change of model listing request (c992483)

v1.2.0

21 Oct 18:04
afc3cde
Compare
Choose a tag to compare

1.2.0 (2024-10-21)

Features

  • add xAI as provider for Grok (ef0149d)

v1.1.0

17 Oct 06:37
10d2b6f
Compare
Choose a tag to compare

1.1.0 (2024-10-17)

Features

Bug Fixes

  • resolve issue with toggle_target (51e7d1c)

v1.0.0

15 Oct 08:31
3c09773
Compare
Choose a tag to compare

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

13 Sep 06:25
e315601
Compare
Choose a tag to compare

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

22 Aug 22:16
1f92dde
Compare
Choose a tag to compare

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

14 Aug 08:04
36ef571
Compare
Choose a tag to compare

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

08 Aug 07:12
Compare
Choose a tag to compare

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

07 Aug 17:52
Compare
Choose a tag to compare

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