I wish this extension existed. I would genuinely pay for it.
I have an extension idea that I really wish already existed.
I do not have the time to build it myself, so I am basically putting the idea out there in case someone who does have the time finds it interesting enough to build. I would genuinely use it, and honestly I would be willing to pay for it.
The idea is a coding agent inside VS Code, similar to Codex, but instead of using an API as its main model, it uses the AI websites you already have access to.
For example, ChatGPT, Claude, Gemini, or basically any AI platform that has a web chat.
It would probably work through two extensions.
A VS Code extension that contains the actual coding agent, and a Chrome extension that communicates with the AI website.
You prompt the agent from VS Code. The agent gathers the relevant code, files, errors, terminal output, project context, and whatever else the model needs.
That information gets sent to the Chrome extension.
The Chrome extension then sends it to ChatGPT or Claude through the website you are already logged into, gets the model's response, and sends that response back to the VS Code agent.
Then the VS Code agent actually performs the actions. It edits files, runs commands, reads the results, gathers the next piece of context, asks the model again, and continues the loop.
Basically:
VS Code coding agent → Chrome extension → ChatGPT or Claude in the browser → response back to VS Code → agent continues working
The browser is basically being used as the model provider.
The reason I want this is because I already pay for AI subscriptions. I would love to have something like a proper coding agent that can use those subscriptions instead of requiring API credits or another coding agent subscription on top of everything else.
And yes, I know automating web chats is probably annoying. Websites change, context limits need to be handled, responses need to be parsed, the browser extension and VS Code extension need to communicate, etc.
But the idea itself seems completely doable.
I searched for something that works like this and could not really find it.
So I am posting this less as "here is something I am building" and more as "please, someone build this because I want to use it" lol.
If someone made a solid version of this, I would happily pay for it.
And if something like this already exists, please tell me what it is.