Skip to content

Releases: CopilotC-Nvim/CopilotChat.nvim

V2 - Copilot Chat rewrite to Lua

09 Mar 16:54
d65bf4e

Choose a tag to compare

Pre-release

What's Changed

  • Rewrite CopilotChat.nvim to fully lua-based plugin. Thanks @deathbeam for the amazing work.

v1.9.0

28 Feb 14:13

Choose a tag to compare

What's Changed

  • Add support for clear_chat_on_new_prompt config option by @deathbeam in #74
  • chore(main): release 1.9.0 by @github-actions in #76
  • docs: input for items with args by @nisalVD in #79
  • docs: add nisalVD as a contributor for doc by @allcontributors in #80
  • docs: fixed up incorrect syntax for CopilotChatBuffer by @nisalVD in #88

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

23 Feb 15:01
ca9659a

Choose a tag to compare

1.8.0 (2024-02-23)

Features

  • New Command so that CopilotChat reads from current in-focus buffer when answering questions (#67) (57226f2)

v1.7.1

21 Feb 05:03
847a354

Choose a tag to compare

1.7.1 (2024-02-20)

Bug Fixes

  • set default temperature and validate temperature value (8ff6db6)

v1.7.0

20 Feb 20:19
21eac2c

Choose a tag to compare

1.7.0 (2024-02-20)

Features

Bug Fixes

  • add check for temperature if empty string (#60) (b38a4e9)

v1.6.2

20 Feb 19:43
ca6f4dd

Choose a tag to compare

1.6.2 (2024-02-20)

Bug Fixes

  • set filetype to markdown for toggle vsplit buffer (1e250ff)

v1.6.1

18 Feb 07:55
d9f17b1

Choose a tag to compare

1.6.1 (2024-02-18)

Bug Fixes

  • code_actions: Add check for 'No diagnostics available' in diagnostic prompts (e46fa23)

v1.6.0

18 Feb 05:54
c9b7dca

Choose a tag to compare

1.6.0 (2024-02-18)

Features

  • add language settings for copilot answers (8e40e41)
  • add support for visual mode in show_prompt_actions function (13dfbba)
  • disable vim diagnostics on chat buffer for vsplit handler (fe1808e)

Bug Fixes

  • add validation before call FixDiagnostic command (81c5060)
  • reorder system prompt and language prompt (0d474a1)

v1.5.0

17 Feb 11:47
d8d6d8d

Choose a tag to compare

1.5.0 (2024-02-17)

Features

  • add options to hide system prompts (98a6191)
  • add prompt actions support in Telescope integration (f124645)
  • integrate CopilotChat with telescope.nvim for code actions (0cabac6)

v1.4.0

16 Feb 17:29
25ea586

Choose a tag to compare

1.4.0 (2024-02-16)

Features

  • add diagnostic troubleshooting command (0e5eced)
  • add toggle command for vertical split in CopilotChat (48209d6)
  • integration: set filetype to 'copilot-chat' for support edgy.nvim (60718ed)