Write, refactor, and improve your code in VS Code using ai. With VSCode Reborn AI, you decide what AI you want to use.
Code offline with ai using a local LLM.
Enhanced support for: OpenRouter.ai (API), and ollama (local).
Search for "VSCode Reborn AI" in the VS Code extension search.
or install directly:
or build this extension yourself (scroll further down).
|
|
|
|
Any tool that is "compatible" with the OpenAI API should work with this extension. The tools listed below are the ones we have personally tested.
We've set up a proxy for anyone that needs it at https://openai-proxy.dev/v1
. It's running x-dr/chatgptProxyAPI code on CloudFlare Workers. This is mainly for anyone who wants to use OpenAI, but cannot due to api.openai.com being blocked in your region.
Translated to: ๐ฌ๐ง ๐จ๐ณ ๐ฎ๐ณ ๐ช๐ธ ๐ฆ๐ช ๐ง๐ฉ ๐ธ๐ฆ ๐ซ๐ท ๐ท๐บ ๐ต๐ฐ ๐ฉ๐ช ๐ฏ๐ต ๐ฎ๐ฉ ๐ง๐ท ๐ฎ๐น ๐น๐ญ ๐ต๐ฑ ๐ป๐ณ ๐ต๐ญ ๐ณ๐ฑ ๐บ๐ฆ ๐ต๐น ๐น๐ท ๐ช๐ฌ ๐ฐ๐ท
Most of this extension has been translated to a number of languages. The translations are not perfect and may not be correct in some places. If you'd like to help with translations, please see the i18n discussion.
See the CHANGELOG for a list of past updates, and upcoming unreleased features.
git clone https://github.com/vscode-chatgpt-reborn/vscode-chatgpt-reborn.git
yarn
yarn run build
To test the vscode-chatgpt-reborn extension in VS Code, follow these steps:
-
Open the project directory in VS Code.
-
To start a new Extension Development Host instance with the extension loaded, press:
- F5
- or Run > Start Debugging in the top menu.
-
In the new VS Code window, test the extension.
-
Use the Debug Console in the main VS Code window to view console logs and errors.
-
To make changes to the extension, edit the code, VS Code will automatically rebuild the code using the
yarn run watch
script. However, you still need to reload the extension, do that by:- Ctrl + Shift + F5
- or Cmd + Shift + F5
- or Run > Restart Debugging in the top menu.
yarn run package # Runs `vsce package`
Yarn - TypeScript - VS Code Extension API - React - Redux - React Router - Tailwind CSS
- This extension has a custom UI with React + TailwindCSS, but theme support and remaining consistent with VS Code's UI components is still a priority.
This project is licensed under the ISC License - see the LICENSE file for details.