Skip to content

Releases: olimorris/codecompanion.nvim

v9.5.2

13 Nov 09:47
f0bc991
Compare
Choose a tag to compare

9.5.2 (2024-11-13)

Bug Fixes

  • slash_commands: #408 no symbols found in file (aececa0)

v9.5.1

09 Nov 16:55
0f10c64
Compare
Choose a tag to compare

9.5.1 (2024-11-09)

Bug Fixes

  • tools: add XML block formatting guidance (#417) (315da62)

v9.5.0

07 Nov 09:48
9906e3a
Compare
Choose a tag to compare

9.5.0 (2024-11-07)

Features

  • mini_pick can select multiple buffers (#413) (031a9e9)

v9.4.0

06 Nov 20:43
a5da596
Compare
Choose a tag to compare

9.4.0 (2024-11-06)

Features

  • /buffer slash command can select multiple buffers (e88b703)

v9.3.0

06 Nov 20:35
e2f9cbf
Compare
Choose a tag to compare

9.3.0 (2024-11-06)

Features

  • add language configuration for LLM responses (#410) (e1a39bb)

v9.2.0

05 Nov 18:40
e60c2d1
Compare
Choose a tag to compare

9.2.0 (2024-11-05)

Features

Bug Fixes

  • cancel requests to llm (3a69421)
  • copilot: make gpt-4o the default again (28e8ddc)

v9.1.0

04 Nov 17:18
b3231e9
Compare
Choose a tag to compare

9.1.0 (2024-11-04)

Features

  • ✨ support render-markdown.nvim plugin (9b137be)

v9.0.0

03 Nov 20:59
c5abde1
Compare
Choose a tag to compare

9.0.0 (2024-11-03)

⚠ BREAKING CHANGES

  • move tools/slash/vars from helpers to strategies.chat
  • tools: remove code_runner tool

Features

  • adapters: add claude-3-5-sonnet to Copilot (1121015)
  • tools: ✨ Add cmd_runner tool (ff7ad7f)
  • tools: ✨ tools can be stacked to form agents (ee483b4)
  • tools: add read option to [@files](https://github.com/files) tool (cb63d59)

Code Refactoring

  • move tools/slash/vars from helpers to strategies.chat (806ed9c)
  • tools: remove code_runner tool (362076b)

v8.13.0

29 Oct 19:45
9eea4b1
Compare
Choose a tag to compare

8.13.0 (2024-10-29)

Features

  • tools: ✨ add [@files](https://github.com/files) tool (22ebfb8)

Bug Fixes

  • code_runner: Ensure code is wrapped in CDATA (f814137)
  • slash_commands: show tracked and untracked files (a7ad936)

v8.12.2

25 Oct 22:28
77e04c5
Compare
Choose a tag to compare

8.12.2 (2024-10-25)

Bug Fixes

  • utils: vim.api being replaced with api.api (40114d7)