Releases: olimorris/codecompanion.nvim
Releases · olimorris/codecompanion.nvim
v9.5.2
9.5.2 (2024-11-13)
Bug Fixes
- slash_commands: #408 no symbols found in file (aececa0)
v9.5.1
9.5.1 (2024-11-09)
Bug Fixes
- tools: add XML block formatting guidance (#417) (315da62)
v9.5.0
9.5.0 (2024-11-07)
Features
v9.4.0
9.4.0 (2024-11-06)
Features
- /buffer slash command can select multiple buffers (e88b703)
v9.3.0
9.3.0 (2024-11-06)
Features
- add language configuration for LLM responses (#410) (e1a39bb)
v9.2.0
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
9.1.0 (2024-11-04)
Features
- ✨ support
render-markdown.nvim
plugin (9b137be)
v9.0.0
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
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
8.12.2 (2024-10-25)
Bug Fixes
- utils: vim.api being replaced with api.api (40114d7)