github olimorris/codecompanion.nvim v4.0.0

latest releases: v17.21.0, v17.20.0, v17.19.1...
11 months ago

4.0.0 (2024-09-26)

⚠ BREAKING CHANGES

  • CodeCompanionToggle becomes CodeCompanionChat Toggle
  • rename variable #editor to #viewport
  • move use_default_prompt_library to display.action_palette.opts and rename to show_default_prompt_library
  • move use_default_actions to display.action_palette.opts and rename to show_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 becomes CodeCompanionChat 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 to display.action_palette.opts and rename to show_default_actions (1624702)
  • move use_default_prompt_library to display.action_palette.opts and rename to `show_default_prompt_library (247923b)
  • remove pre_defined_prompts config option (8052344)
  • rename variable #editor to #viewport (1bbc762)

Don't miss a new codecompanion.nvim release

NewReleases is sending notifications on new releases.