-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for chat #199
Comments
@drewwells , as far as I am used to @zerolfx answers, if Github integrates it in the |
I'm not a user of neovim, I couldn't validate, but I see traces of chat functionality in neovim repo |
This would indeed be a good feature to add IMO. Correct me if I'm wrong but this has not officially released (in general and as a feature of the neovim plugin)? I will keep this issue open so we can monitor the situation. |
I am eagerly waiting for this feature. A lot of thanks in advance. |
There is this project that implements Chat support for Neovim. It's unofficial, and I haven't tested this (I don't use nvim as my code editor), but according to the README it works |
I believe Neovim maybe be getting chat soon |
any chance of getting it in emacs? @devs |
Hi, I created a repository : https://github.com/chep/copilot-chat.el I'm using neovim plugin code to implement copilot chat. Currently, I'm able to ask something to copilot. The answer is printed in a buffer.
(I just removed a backquote to have a pretty print in github) Feel free to help me improving this or to use it for integration in copilot.el. |
lovely, does it have any workspace awareness?? like in vscode because that's the thing that separates copilot chat from other ai plugins |
I think it can simply plus file content and path in chat |
looking forward for the package. i hope the features get polished in future. I willl test it out and get back to you with some reviews : ) |
It's only one day of work so for the moment I can authenticate, send a prompt and parse answer. That's all. |
yeah thats cool, best of luck for the project 🤗 |
I'm gonna need help for http stuff. My requests are very slow and sometimes I have empty answers. Does anyone knows how to use the url api ? |
Hi, |
@chep Wondering why you are not using the copilot.vim binary to interface with Copilot chat. Everything is already there to support chat. There is no need for you to implement it via API calls, etc. You can just use not LSP functions like the rest of the plugin to talk to Copilot chat. Just beautify the file and you will see that everything is ready for you.
|
@TerminalFi Because I used neovim copilot chat plugin which does not use the binary… |
made a clunky creaky poc here #343 to demonstrate how it could possible to chat through |
Chat goes publicly available soon. Would be good to integrate it. It's a very useful tool but we're unable to use it in eMacs right now
https://github.blog/2023-11-08-universe-2023-copilot-transforms-github-into-the-ai-powered-developer-platform/
The text was updated successfully, but these errors were encountered: