This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Releases: jellydn/CopilotChat.nvim
Releases · jellydn/CopilotChat.nvim
v1.2.1
v1.2.0
v1.1.0
v1.0.0
1.0.0 (2024-02-03)
⚠ BREAKING CHANGES
- drop new buffer mode
Features
- add a note for help user to continue the chat (8a80ee7)
- add CCExplain command (640f361)
- add CCTests command (b34a78f)
- add configuration options for wrap and filetype (b4c6e76)
- add CopilotChatToggleLayout (07988b9)
- add debug flag (d0dbd4c)
- add health check (974f14f)
- add new keymap to get previous user prompt (6e7e80f)
- set filetype to markdown and text wrapping (9b19d51)
- show chat in markdown format (9c14152)
Bug Fixes
- ci: generate doc (6287fd4)
- Close spinner if the buffer does not exist (#11) (0ea238d)
- remove LiteralString, use Any for fixing issue on Python 3.10 (b68c352), closes #45
Reverts
- change back to CopilotChat command (e304f79)
Code Refactoring
- drop new buffer mode (0a30b7c)