CommitGenAI
🤖 Generate smart AI commit messages based on your latest git diff directly inside Visual Studio Code!
🧠 What It Does
- Scans your current unstaged Git changes (
git diff )
- Sends the diff to an AI-powered backend
- Generates a clean, readable commit message
- Lets you view it and copy it with one click
This extension adds a new icon in the Activity Bar:
- Click the CommitGenAI icon on the left.
- Click Generate to create a commit message.
- Click Copy to put it on your clipboard.
- Click Commit to commit with generated message.
🚀 How to Use
- Open any Git-enabled workspace in VS Code.
- Make some changes (without committing).
- Open the CommitGenAI view from the sidebar.
- Click Generate → watch it think → copy the message!
⚙️ Requirements
- Git installed and initialized in your project
- Internet access (to reach the AI backend)
🧪 Features
- Git integration
- AI-generated commit messages
- Copy to clipboard
- VS Code theme integration
- Works in the sidebar (Activity Bar)
💻 Developer
Created by Samad Alakbarov. Backend is hosted on Render.
📦 Extension Settings
No configuration needed.
📥 Installation
Install from VSIX:
code --install-extension commitgenai-vscode-extension-0.0.1.vsix
| |