ChatIDE is a sort of a DIY Github copilot X.
Launch ChatIDE with a `Cmd + Shift + i`. You bring your own OpenAI api key. You can set the system prompt, temperature, and max tokens in the extension settings.
The extension is currently not aware of any of the files in your project, although that might be cool to add later. Use it just like you would use ChatGPT in the browser. Feedback and contributions more than welcome.
https://github.com/MateusZitelli/PromptMate
I have added a couple of exciting features:
- Autonomous mode: it can control VS Code (create/read/write files, run commands in the terminal).
- Nice UI to add files, functions, and selections to messages.