4.0.0 (2024-09-26)
⚠ BREAKING CHANGES
CodeCompanionToggle
becomesCodeCompanionChat Toggle
- rename variable #editor to #viewport
- move
use_default_prompt_library
todisplay.action_palette.opts
and rename toshow_default_prompt_library
- move
use_default_actions
todisplay.action_palette.opts
and rename toshow_default_actions
- make copilot the default adapter
- remove
pre_defined_prompts
config option
Features
- ✨ can now do
:CodeCompanionChat <prompt>
(a13d030) - #249 option to turn off prompt library keymaps (6d585b5)
CodeCompanionToggle
becomesCodeCompanionChat Toggle
(f694b22)- actions: add telescope as action palette provider (1721bc1)
- tools: ✨ much improved
[@editor](https://github.com/editor)
tool (07fd7c4)
Code Refactoring
- make copilot the default adapter (a2f11ad)
- move
use_default_actions
todisplay.action_palette.opts
and rename toshow_default_actions
(1624702) - move
use_default_prompt_library
todisplay.action_palette.opts
and rename to `show_default_prompt_library (247923b) - remove
pre_defined_prompts
config option (8052344) - rename variable #editor to #viewport (1bbc762)