Releases: frankroeder/parrot.nvim
Releases · frankroeder/parrot.nvim
v2.1.0
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
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
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
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
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)
v1.5.0
1.5.0 (2025-03-15)
Features
- Add Claude thinking functionality (f5a6057)
- anthropic: add auto scroll for thinking (078e2eb)
- Persist thinking config to state (40597f9)
- Remember thinking config when toggling (c92bdb9)
Bug Fixes
- pass payload to curl through stdin (79446e2)
- pass payload to curl through stdin (5dd932e)
v1.4.0
1.4.0 (2025-03-11)
Features
- add nvim-cmp context completion support (8f9adc6)
Bug Fixes
- improve completion feature robustness and add tests (9ad2ebc)
v1.3.0
1.3.0 (2025-03-06)
Features
- add deepseek provider (086ec4e)
- add support to deepseek as a provider (66da297)
- anthropic: add model request and update default model selection (28113b9)
Bug Fixes
- perplexity: add new reasoning model (340e195)
- perplexity: add new reasoning model (7a87bab)
- perplexity: add the new reasoning pro model (b5f37a0)
- perplexity: add the new reasoning pro model (e5c2d94)
- use new release-please repo (4ac5422)
v1.2.2
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
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)