copilot.el
copilot.el copied to clipboard
update copilot-version
btw, new versions don't seem to use bin/copilot-node-server anymore.
Yeah, you can now use M-x copilot-install-server to install the server.
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.
The command line has been changed to node copilot/dist/agent.js --stdio based on their README page.
Can you try #305? 🤔