https://github.com/sohanemon/autocommit
Generate commit messages using ChatGPT
https://github.com/sohanemon/autocommit
autocommit commit execa extension git gpt openai vscode vscode-extension
Last synced: 12 months ago
JSON representation
Generate commit messages using ChatGPT
- Host: GitHub
- URL: https://github.com/sohanemon/autocommit
- Owner: sohanemon
- License: mit
- Created: 2023-04-30T03:49:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T12:59:08.000Z (about 2 years ago)
- Last Synced: 2025-03-26T08:47:35.053Z (about 1 year ago)
- Topics: autocommit, commit, execa, extension, git, gpt, openai, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=SohanEmon.auto-commit-gpt
- Size: 2.36 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Auto Commit
VS Code extension which helps to generate AI commit messages using ChatGPT.
## Features
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.
## Requirements
You need Open AI API Key to make this extension work.
You can get your API key from [OpenAI](https://platform.openai.com/account/api-keys).
## Extension Settings
GPT Commit extension contributes the following settings:
- `autocommit.openAI.apiKey`: OpenAI API Key. Needed for generating AI commit messages
- `autocommit.appearance.delimeter`: Delimeter between commit lines
## Release Notes
### 1.0.0
Initial release of GPT Commit
### 1.0.1
Updated icons
### 1.0.2
Fixed UX
### 1.0.3
Added Open AI API Key input prompt
### 1.0.4
Updated commit formatting. Added new setting
Forked from [@dmytrobaida](https://github.com/dmytrobaida).