✨ AI Commit Genius

Stop wasting 30 seconds per commit. AI analyzes your staged changes and generates perfect commit messages instantly.

✅ Free & Open Source Works Offline 5 AI Providers 4 Commit Styles

How It Works

1

Stage your changes with git add

2

Click ✨ in Source Control or press Ctrl+Shift+G

3

AI generates a perfect commit message:

$ git diff --cached
+ export async function validateUser(token: string)
+ export class AuthMiddleware
- // TODO: add auth

→ AI generates:
feat(auth): add user validation and auth middleware

Why Developers Love It

Works Instantly

Local mode generates messages with zero API calls, zero latency, zero setup. Just install and go.

🔒

Privacy First

Local mode never sends code anywhere. With API providers, only the diff is sent — never full files.

🎨

4 Styles

Conventional Commits, Emoji, Simple, Detailed. Switch anytime from the Command Palette.

🤖

5 Providers

Local (offline), Google Gemini (free!), OpenAI, Anthropic, Ollama. Use what you already have.

🌍

Any Language

Generate commit messages in English, Spanish, Japanese, Hindi — any language your team uses.

⌨️

Keyboard Shortcut

Ctrl+Shift+G generates a message instantly. Or click the sparkle icon in Source Control.

Choose Your Provider

Provider Setup Cost Quality
Local Nothing — works immediately Free forever ★★★☆☆
Gemini Free API key from Google Free tier available ★★★★
OpenAI API key ~$0.001/msg ★★★★★
Anthropic API key ~$0.001/msg ★★★★★
Ollama Run Ollama locally Free & unlimited ★★★★

Install in 10 Seconds

Open VS Code, press Ctrl+P, paste:

ext install matrixhq.ai-commit-genius