zbirenbaum / copilot.lua

Fully featured & enhanced replacement for copilot.vim complete with API for interacting with Github Copilot
MIT License
2.45k stars 67 forks source link

Support for copilot chat? #172

Open fedemengo opened 1 year ago

fedemengo commented 1 year ago

Is there interest in supporting the additional features of copilot chat?

here the signup link

MunifTanjim commented 1 year ago

If GitHub open-source those, yep. Sadly the new Copilot features are very coupled with VSCode at this moment.

This plugin was possible because of this: https://github.com/github/copilot.vim/tree/release/copilot/dist

9mm commented 7 months ago

https://www.youtube.com/watch?v=SZVCJRUADc4

This was just released on Nov 13... I wonder if any of these features will trickle into copilot agent.js in copilot.vim?

DavidEGx commented 5 months ago

If GitHub open-source those, yep. Sadly the new Copilot features are very coupled with VSCode at this moment.

This plugin was possible because of this: https://github.com/github/copilot.vim/tree/release/copilot/dist

I see there is a CopilotChat.vim so I guess it should be possible to port these features into copilot.lua nowadays.

mellery451 commented 4 months ago

I would be keenly interested in the /tests feature

gptlang commented 3 months ago

@mellery451 This is supported by CopilotChat.nvim which is now in pure lua.