Releases: olimorris/codecompanion.nvim
Releases · olimorris/codecompanion.nvim
v10.10.0
Features
- chat: adding to chat initializes buffer if needed (#567) (8c82ced)
Bug Fixes
- adapters: gemini-2.0-flash-exp inline strategy (#568) (a9faa69)
v10.9.1
10.9.1 (2024-12-23)
Bug Fixes
- adapters: openai_compatible (0d1388f)
v10.8.2
10.8.2 (2024-12-22)
Bug Fixes
- adapters: #560 nil url in openai_compatible adpater (5cc2693)
- adapters: further openai_compatible fixes (a84f6ff)
v10.8.1
10.8.1 (2024-12-20)
Bug Fixes
- workflow: can auto_submit the first prompt (86f96d5)
- workflows: wrap in
vim.schedule
for performance (f0f6e26)
v10.8.0
10.8.0 (2024-12-18)
Features
- chat: can delete references (367eccc)
Bug Fixes
- #542 use vim.treesitter instead of nvim-treesitter. (#543) (b741490)
- chat: show documentation for blink.cmp (f41dbab)
v10.7.0
10.7.0 (2024-12-14)
Features
- chat: add
CodeCompanionChatOpened
event (fdfc640)
v10.5.2
10.5.2 (2024-12-12)
Bug Fixes
- adapters: #528 Gemini adapter fails if system prompt is removed (7ca4364)