VS Code extension which helps to generate AI commit messages using ChatGPT.
You can generate commit message by pressing 'Generate AI commit' button in source control tab:
Tip: You could also generate commit from command pallete by calling 'Generate AI commit' command.
You need Open AI API Key to make this extension work. You can get your API key from OpenAI.
GPT Commit extension contributes the following settings:
autocommit.openAI.apiKey
: OpenAI API Key. Needed for generating AI commit messagesautocommit.appearance.delimeter
: Delimeter between commit lines
Initial release of GPT Commit
Updated icons
Fixed UX
Added Open AI API Key input prompt
Updated commit formatting. Added new setting
Forked from @dmytrobaida.