Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>CommitCraft — AI Commit MessagesNew to Visual Studio Code? Get it now.
CommitCraft — AI Commit Messages

CommitCraft — AI Commit Messages

Aris tsalapatas

|
1 install
| (0) | Free
Generate perfect Git commit messages from your staged diff in one keystroke.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CommitCraft — AI Commit Messages for VS Code

Stop writing "fix stuff". Let AI write your Git commit messages.

CommitCraft demo

CommitCraft reads your staged diff and generates professional commit messages in one keystroke. Stay in flow — never think about commit messages again.


How it works

  1. Make changes to your code
  2. Stage your files with git add
  3. Press Ctrl+Shift+P → CommitCraft: Generate Commit Message
  4. Pick from 3 AI-generated variants
  5. Message fills into your commit box automatically

Features

  • Conventional Commits format — feat, fix, refactor, chore and more
  • 3 variants every time — pick the one that fits best
  • Scope detection — infers scope automatically from your file paths
  • Breaking change detection — flags breaking changes in the message body
  • Every language — works with JavaScript, Python, TypeScript, Rust, Go, PHP, Java, C++ and more
  • 30 free generations — try it fully before paying anything

Installation

  1. Open VS Code
  2. Press Ctrl+Shift+X to open the Extensions panel
  3. Search "CommitCraft"
  4. Click Install
  5. Open any project folder that has Git initialized
  6. Press Ctrl+Shift+P → type CommitCraft: Generate Commit Message
  7. Enter your Anthropic API key when prompted
  8. Stage your files and generate your first message

Requirements

  • VS Code 1.85 or higher
  • Git installed on your system
  • An Anthropic API key — get one free at console.anthropic.com

API cost: Each generation costs approximately $0.03. Anthropic requires a minimum $5 credit purchase. At 10 commits per day that's roughly $0.90/month — paid directly to Anthropic, separate from CommitCraft.


Pricing

Tier Price Generations
Free $0 30 generations to try
Pro $49 one-time Unlimited, forever

Get Pro — $49 Lifetime →

After purchase you receive a license key. Enter it in VS Code Settings → search "commitcraft" → paste in the License Key field.


Settings

Setting Default Description
commitcraft.apiKey — Your Anthropic API key
commitcraft.licenseKey — Your Pro license key
commitcraft.style conventional Commit message style
commitcraft.includeBody true Include detailed body text
commitcraft.variants 3 Number of variants to generate
commitcraft.maxDiffLines 300 Max diff lines to process
commitcraft.language English Language for messages

Example output

Given a change that adds email validation to a login form, CommitCraft generates:

feat(auth): add email format validation on login form

Adds regex validation to the email input field before
form submission. Returns a user-friendly error message
for invalid formats without hitting the backend.

Made with ❤️ by ATSAssets

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft