Can’t be worse than Github Copilot so i’m giving it a try.
Cody – The AI that knows your entire codebase
11–20 of 88 posts
Re: Cody – The AI that knows your entire codebase
#12As a Sublime Text user I really wish more of these tools worked outside of VS Code.
Re: Cody – The AI that knows your entire codebase
#13My first impulse with this new wave of tooling is to poke at the privacy policy, especially given there's only the free trial version available... https://about.sourcegraph.com/terms/cody-notice seems generally reasonable though, so that's appreciated. Wouldn't mind a more transparency/confirmation on who the partner LLM entities are (Anthropic?), and some verbiage on the downstream impacts of their terms. Should be…
According to the FAQ, "Cody has one third-party dependency, which is Anthropic's Claude API. In the config, this can be replaced with OpenAI API." https://docs.sourcegraph.com/cody/faq
Re: Cody – The AI that knows your entire codebase
#14As a Sublime Text user I really wish more of these tools worked outside of VS Code.
Re: Cody – The AI that knows your entire codebase
#15Re: Cody – The AI that knows your entire codebase
#16It's hard to tell if "knows your entire codebase" refers to small-context-window retrieval-augmented generation or something like loading all your code into Claude 100k.
Also, an ask: a voice-to-text input would be earthshatteringly cool. I am waiting with bated breath for the coming moment where it becomes possible to code for extended periods by rubberducking alone.
Re: Cody – The AI that knows your entire codebase
#17As a Sublime Text user I really wish more of these tools worked outside of VS Code.
open vsc> 22 update popups and notifications + permission nags. > mojo gone
Re: Cody – The AI that knows your entire codebase
#18./cody_2023.7.11+1384.7d20a90ce7_amd64.AppImage
cody: error while loading shared libraries: libOpenGL.so.0: cannot open shared object file: No such file or directory
Solution:
sudo dnf install libglvnd-opengl
Re: Cody – The AI that knows your entire codebase
#19Re: Cody – The AI that knows your entire codebase
#20Is this similar to cursor.sh, or does it have advantages over that product? It's hard to tell if "knows your entire codebase" refers to small-context-window retrieval-augmented generation or something like loading all your code into Claude 100k. Also, an ask: a voice-to-text input would be earthshatteringly cool. I am waiting with bated breath for the coming moment where it becomes possible to code for extended perio…