Skip to content

Releases: frankroeder/parrot.nvim

v0.3.1

27 Jun 07:32
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 Jun 22:16
Compare
Choose a tag to compare

What's Changed

  • [FEAT] add mistral api support by @dkuku in #20

New Contributors

  • @dkuku made their first contribution in #20

Full Changelog: v0.2.9...v0.3.0

v0.2.9

25 Jun 11:07
Compare
Choose a tag to compare

Parrot v0.2.9 Release Notes

New Features

  1. Template Placeholders: Users can now utilize the new placeholder {{filecontent}} to inject the full content of a buffer

  2. ChatPaste Command: PrtChatPaste command comes back to allow pasting visual selections into the latest chat.

  3. Improved Chat Finder: The fzf chat finder now supports custom actions:

    • Use ctrl-p to open chats in a popup
    • Default action now respects the toggle_target configuration

Improvements

  1. Better Buffer Handling: Improved management of buffer options and settings.

  2. Refactored Code: Various parts of the codebase have been refactored for better maintainability and performance.

Bug Fixes

  • Fixed issues related to buffer option setting and getting.
  • Addressed potential errors in provider initialization.

Deprecations

  • The ChatNew and ChatToggle functions no longer accept model and system_prompt parameters directly. Please update your configurations accordingly.

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9