Releases: CopilotC-Nvim/CopilotChat.nvim
Releases · CopilotC-Nvim/CopilotChat.nvim
v2.5.0
What's Changed
- fix: Check if github token file is readable and exists by @deathbeam in #268
- docs: Match README config with config.lua by @deathbeam in #270
- fix: Check if key has any mapping before showing help by @deathbeam in #269
- fix: Use latest vscode copilot headers by @deathbeam in #273
- fix: Handle error responses from copilot properly by @deathbeam in #272
- feat: Update Copilot prompts to same one as vs code uses by @deathbeam in #274
- feat(copilot): load GitHub token from environment by @lingjie00 in #276
- docs: add lingjie00 as a contributor for code by @allcontributors in #277
New Contributors
- @lingjie00 made their first contribution in #276
Full Changelog: v2.4.4...v2.5.0
v2.4.4
What's Changed
- feat: Send whole content of small files in @Buffers as well by @deathbeam in #266
Full Changelog: v2.4.3...v2.4.4
v2.4.3
What's Changed
- feat: Allow empty lines to be used as selection as well by @deathbeam in #260
- fix: Authenticate asynchronously instead of blocking the editor by @deathbeam in #264
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- Fix telescope preview if prompt contains newlines by @ornew in #252
- docs: add ornew as a contributor for code by @allcontributors in #253
- feat: Add check for supported nightly versions of neovim by @deathbeam in #255
- fix: Properly check if window layout changed before resetting by @deathbeam in #254
New Contributors
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- Remove "done!" notification by @D7ry in #241
- docs: add D7ry as a contributor for code by @allcontributors in #244
- fix: Remap bindings to not conflict with terminal by @deathbeam in #247
New Contributors
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- fix: Check for empty strings when defining keymaps by @deathbeam in #242
- Feature: Add Action to Yank Response to Register by @kevintraver in #238
- docs: add kevintraver as a contributor for code, and doc by @allcontributors in #243
New Contributors
- @kevintraver made their first contribution in #238
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- feat: Do not push help and tokens to left column by @deathbeam in #237
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- feat: Make question/answer/error headers configurable by @deathbeam in #236
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- feat: Set chat and overlay filetypes to their names by @deathbeam in #229
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- fix: Properly start insert mode on opening window, regardless of source by @deathbeam in #223
- feat: Add start and end line number as line range to active selection by @deathbeam in #217
- fix: Warn users about configuration cchange and do not break plugin by @deathbeam in #226
- feat: Add source parameter to callback function by @aweis89 in #219
Full Changelog: v2.1.0...v2.1.1