Feature idea: VS Code extension powered by Odysseus #2048
Replies: 4 comments 2 replies
|
Holy shit yes. Maintainers on this repo can't stop you doing it, just do it... There are some VS Code plugins like Cline and Continue that will hook up to the models you can serve on Oddy already. Just get some coder model going via the Cookbook, and point Cline at your local model endpoint, bing bang bong, you're coding agentically in VS code. Cline is crappy though, there's room for much, much better VS Code plugins. Stuff that hooks into the Oddy ecosystem and can access your memories and whatnot. Or you could do a Cursor and fork VS Code into an entirely new thing, and hook it up to a bunch of bespoke coding agents that you create in Oddy, the sky is the limit! |
|
came here in hopes this idea's been posted, inspiration that brought me here: https://github.com/yoy123/lmstudio-copilot-provider |
|
Bumped. Very useful to a lot of devs~ |
|
I'm thinking the same with Zed too. |
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I've tried using Odysseus as my local AI workspace and noticed it already has a solid REST API with Bearer token auth. This got me thinking about creating an official VS Code extension that brings Odysseus directly into the editor.
A VScode extension connects to your running Odysseus instance (http://127.0.0.1:7860 by default) and exposes AI assistance right where you code.
Some core ideas:
The good news is the backend already supports streaming responses via /api/chat_stream, so the hard part is already there. The extension would just be a thin VScode layer on top.
Would anyone else find this useful, and would the maintainers be open to it?
All reactions