Voxos is an open-source desktop voice assistant that aims to put Clippy to shame while supporting new desktop workflows powered by LLMs.
Tired of copy and pasting ChatGPT responses between your web browser and IDE?
Does your copilot not quite do what you need it to do?
I invite you to give Voxos a try and maybe even become a contributor!
How does Voxos help avoid copying & pasting code into your IDE? I had a look around the code base and don't see any indication that it allows GPT to directly edit your source files. But maybe I am missing it?
I'm asking because this is a major focus of my open source AI coding project aider [0]. I always like to see how other projects approach the challenge of letting GPT edit existing code. Most recently, aider adopted unified diffs as the GPT 4 Turbo code editing format [1].
[0] https://github.com/paul-gauthier/aider
[1] https://aider.chat/docs/unified-diffs.html