Skip to content

Releases: frankroeder/parrot.nvim

v2.5.1

17 Nov 11:28
5d7e72b

Choose a tag to compare

2.5.1 (2025-11-06)

Bug Fixes

  • turning off model cache now correctly keeps it untouched (ccb35e9)

v2.5.0

05 Oct 19:04
4e0c84a

Choose a tag to compare

2.5.0 (2025-10-05)

Features

  • provider: add support for provider-specific curl parameters (1959be7)
  • provider: add support for provider-specific curl parameters (54a6d92)

Bug Fixes

  • providers: reload all caches on empty argument (a2b869d)
  • providers: use provider-specific curl parameters on fetch models (35155c6)
  • providers: use provider-specific curl parameters on fetch models (43b0d91)

v2.4.0

30 Sep 13:36
6616fca

Choose a tag to compare

2.4.0 (2025-09-30)

Features

  • add PrtReloadCache command to reload cached models (10d146f)

Bug Fixes

  • addresses issue #177, reload list after deleting chat item (708fccf)
  • logger: stop overwriting global vim.notify function (55676bc)
  • remove chat prompt buffer, chats should be fully functional buffers (da1eb03)
  • rewrite, append and prepend now respect chat_free_cursor option (6ad76a1)
  • typos and correct chat/command mode detection (8f97191)

v2.3.0

15 Jul 07:43
dcae923

Choose a tag to compare

2.3.0 (2025-07-15)

Features

  • make <C-c> cancel interactive rewrite/append/prepend commands (7bc2dc1)
  • preview (r)eject now jumps back to edit prompt and call API again (621bd76)

Bug Fixes

  • make preview (q)uit cancel the whole process (1a8e3de)

v2.2.0

11 Jul 20:12
5028ecc

Choose a tag to compare

2.2.0 (2025-07-11)

Features

  • Add preview mode for interactive commands like rewrite/append/prepend (#163) (dcd58f9)
  • Improve spinner (#165) (66afa9c)

v2.1.0

31 May 18:29
0477748

Choose a tag to compare

2.1.0 (2025-05-31)

Features

  • provider: advanced model caching to prevent fetching models every time. (07e22e2)

Bug Fixes

  • provider: api_key command handle closing (97dbbe1)
  • provider: model/models argument (bcfb227)

v2.0.0

29 May 18:56
3dc9d0b

Choose a tag to compare

2.0.0 (2025-05-29)

⚠ BREAKING CHANGES

  • add advanced and flexible provider configuration
  • add advanced and flexible provider configuration

Features

  • add advanced and flexible provider configuration (aabd7a5)
  • add advanced and flexible provider configuration (bc70212)

v1.8.0

29 May 18:44
bc98748

Choose a tag to compare

1.8.0 (2025-05-27)

Features

  • Add PrtCmd to directly generate executable vim commands (da3d5aa)

Bug Fixes

  • Directly pass prompt to PrtCmd and add readme hint, rm repo context (e1a5f86)
  • model selection with telescope in normal mode (acfec2b)
  • model selection with telescope in normal mode (7dbf314)

v1.7.0

10 Apr 19:49
8213c2b

Choose a tag to compare

1.7.0 (2025-04-10)

Features

  • add option to disable thinking window popping up (afb8aab)
  • add predefined prompts for interactive commands (42f3a8e)
  • completion: add globbing support (@file:*.lua) (c08b7e3)
  • provider: add support for custom model selection (55bd3f5)

Bug Fixes

  • add additional thinking check (161e75e)
  • context: correct the location of expanding provided path (074df4b)
  • remove stupid State argument (2a5cdaf)

v1.6.0

31 Mar 16:35
9d56dd8

Choose a tag to compare

1.6.0 (2025-03-31)

Features

  • finder: Improve file search (3158788)

Bug Fixes

  • openai: check for reasoning models to change curl API parameters (a2c9585)