copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.71k stars 122 forks source link

update copilot-version #304

Open bbigras opened 1 month ago

bbigras commented 1 month ago

btw, new versions don't seem to use bin/copilot-node-server anymore.

jcs090218 commented 1 month ago

Yeah, you can now use M-x copilot-install-server to install the server.

bbigras commented 1 month ago

I mean that this version is outdated:

https://github.com/copilot-emacs/copilot.el/blob/733bff26450255e092c10873580e9abfed8a81b8/copilot.el#L147-L148

but the latest copilot-node-server version doesn't have the bin/copilot-node-server file anymore, so copilot.el would need to have some changes.

jcs090218 commented 1 month ago

The command line has been changed to node copilot/dist/agent.js --stdio based on their README page.

jcs090218 commented 1 month ago

Can you try #305? 🤔