All notable changes to the "vscode-chatgpt" extension will be documented in this file.
- You can now add custom prefix commands for the selected code. The extension will remember the prompt for subsequent queries. Addressing issue #28
- You can now use any Chromium-based browser for autologin. Search for setting
chatgpt:chromiumpath
to override it. Check out the Readme for more.
- Automatically login without needing to copy-paste session cookies is now live and enabled by default
- UX improvements: moved
Clear conversation
andExport to MD
buttons to flyout. - Improved error handling
- Misc. bug fixes
- 🚀 [Experimental Feature] Automatically login without needing to copy-paste session cookies
- 🚀 Automatically login without needing to copy-paste session cookies
- OpenAI servers are experiencing exceptionally high demand, which may cause intermittent errors in this extension.
- 🆕 New vs-code commands to Clear and Export conversations
- 🆕 Clear conversations and reset thread
- 🆕 Export all your conversation dialogue into a new tab with single click
- 🆕 Added a new introduction page that shows up before the conversation starts
- 🚀 Better theming support in markdown
- Update icons and SVGs used in conversation window.
- Show copy to clipboard buttons on hover for better UX.
- Introduced edit and resend feature 🚀. Addressing #6
- Edit previous prompt in-place
- Better font-family support for code highlighter
- Continuous conversations with ChatGPT with follow-ups. Addressing #7
- UX improvements
- Automatically highlight code in conversation view
- UX improvements addressing #4 and #8
- Adding a new configuration to opt-in to receive notifications when chatgpt responds.
- This config is set to false by default to prevent notification spams.
- If users are interested in it due to high-volume latencies, they can opt-in to get notifications when answers are ready.
- Introducing new ways to interact with the suggested code
- Copy code to clipboard
- Insert code to text editor
- Create a new file with the ChatGPT suggested code
- Initial release of the ChatGPT - VS Code extension.