Releases: frankroeder/parrot.nvim
Releases · frankroeder/parrot.nvim
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.9
Parrot v0.2.9 Release Notes
New Features
-
Template Placeholders: Users can now utilize the new placeholder
{{filecontent}}
to inject the full content of a buffer -
ChatPaste Command:
PrtChatPaste
command comes back to allow pasting visual selections into the latest chat. -
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
- Use
Improvements
-
Better Buffer Handling: Improved management of buffer options and settings.
-
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
andChatToggle
functions no longer acceptmodel
andsystem_prompt
parameters directly. Please update your configurations accordingly.
What's Changed
New Contributors
Full Changelog: v0.2.8...v0.2.9