zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
45.66k stars 2.51k forks source link

Support Sourcegraph's Cody #4536

Open Zk2u opened 1 year ago

Zk2u commented 1 year ago

Check for existing issues

Describe the feature

Cody is similar to GitHub's copilot but uses Sourcegraph's code graph embedded into the LLM (and uses GPT instead of Codex). They have an open-source VS code extension, so I presume this would be easier than integrating GitHub copilot's nvim extension.

https://about.sourcegraph.com/cody https://github.com/sourcegraph/cody

If applicable, add mockups / screenshots to help present your vision of the feature

No response

jdorfman commented 4 months ago

Hi @617a7aa just an update from our (Sourcegraph's) end. One of our engineers @pjlast is working on an experimental solution: https://github.com/pjlast/zed/tree/pjlast/sourcegraph-cody-support

No ETA but I will push him :)