Releases: CopilotC-Nvim/CopilotChat.nvim
Releases · CopilotC-Nvim/CopilotChat.nvim
v2.11.1
v2.11.0
What's Changed
- Allow runtime selection of models with
:CopilotChatModels
by @gptlang in #368 - fix: Handle layout replace closing, handle empty embed results by @deathbeam in #371
Full Changelog: v2.10.1...v2.11.0
v2.10.1
What's Changed
- fix(cmp): unlist copilot-chat buffer after cmp item acceptance by @GitMurf in #346
- docs: add GitMurf as a contributor for code by @allcontributors in #347
- fix: Improve regexp for command completion in chat by @festeh in #348
- docs: add festeh as a contributor for code by @allcontributors in #349
New Contributors
Full Changelog: v2.10.0...v2.10.1
v2.10.0
What's Changed
- fix(telescope): ensure correct selection with telescope prompt actions by @folke in #343
- chore: Use same way to exit visual mode everywhere and move to utils by @deathbeam in #344
- feat: Add nvim-cmp integration by @deathbeam in #345
Full Changelog: v2.9.0...v2.10.0
v2.9.0
What's Changed
- feat: highlight the selection in the source buffer by @folke in #332
- docs: add folke as a contributor for code, and doc by @allcontributors in #333
- feat: enhanced header rendering in the chat window by @folke in #336
- chore: Pass namespaces around less, make help and spinner highlight configurable by @deathbeam in #337
- fix: Properly check if selection is unset when highlighting by @deathbeam in #339
- fix: Fix fold levels by @deathbeam in #340
New Contributors
Full Changelog: v2.8.2...v2.9.0
v2.8.2
What's Changed
- fix: Load token from both apps.json and hosts.json by @deathbeam in #327
- fix: Find github.com in hosts/apps.json instead of getting it directly by @deathbeam in #328
- fix: check if buffer is in chat window to validate chat being visible by @deathbeam in #330
- fix: Use proper commit numbers since last release for nvim version check by @deathbeam in #331
Full Changelog: 2.8.1...v2.8.2
2.8.1
What's Changed
- feat: Add method and command to stop current copilot output by @deathbeam in #308
- fix: consider 0.10 as stable and 0.11 as nightly by @frolvanya in #322
- docs: add frolvanya as a contributor for code by @allcontributors in #323
New Contributors
- @frolvanya made their first contribution in #322
Full Changelog: v2.8.0...2.8.1
v2.8.0
What's Changed
- fix: Properly replace state when calling setup() second time by @deathbeam in #303
- feat: Add support for select.clipboard by @deathbeam in #304
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's Changed
- fix: Check if buffer is valid before getting filetype + filename by @deathbeam in #296
- feat: Add 'replace' layout that replaces current buffer in window by @deathbeam in #295
Full Changelog: v2.6.2...v2.7.0
v2.6.2
What's Changed
- feat: Remove confusing double wrapping from chat by @deathbeam in #293
Full Changelog: v2.6.1...v2.6.2