Skip to content

Releases: CopilotC-Nvim/CopilotChat.nvim

v2.11.1

23 Jul 01:23
f7861cb
Compare
Choose a tag to compare
  • Fix #373 - Ensure split string not nil
  • Fix #261 - Ensure model is loaded after download via vim.schedule

Full Changelog: v2.11.0...2.11.1

v2.11.0

18 Jul 00:43
Compare
Choose a tag to compare

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

06 Jun 12:22
82923ef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.10.1

v2.10.0

30 May 13:01
Compare
Choose a tag to compare

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

27 May 23:52
Compare
Choose a tag to compare

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

26 May 06:46
Compare
Choose a tag to compare

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

17 May 16:30
f694cca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...2.8.1

v2.8.0

07 May 12:49
Compare
Choose a tag to compare

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

01 May 05:20
Compare
Choose a tag to compare

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

30 Apr 11:53
Compare
Choose a tag to compare

What's Changed

  • feat: Remove confusing double wrapping from chat by @deathbeam in #293

Full Changelog: v2.6.1...v2.6.2