CopilotC-Nvim / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
https://copilotc-nvim.github.io/CopilotChat.nvim/
GNU General Public License v3.0
1.74k stars 84 forks source link

feat(context): rewrite context system with input and resolving #506

Closed deathbeam closed 1 day ago

deathbeam commented 1 day ago

Now contexts are defined in configuration with input and resolve functions. This allows for more flexible and extensible context system. It also makes the system more robust and easier to understand.

The changes include:

image

image

image

image