Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>smart-commit-messageNew to Visual Studio Code? Get it now.
smart-commit-message

smart-commit-message

rsm-developer

|
2 installs
| (0) | Free
AI-powered smart commit message generator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Smart Commit Message Generator

🚀 An AI-powered VS Code extension that generates concise and meaningful git commit messages using OpenAI API.

Features

  • Automatically fetches staged git diff
  • Sends the diff to OpenAI's GPT model
  • Suggests a smart commit message
  • Allows user to edit before final commit

Usage

  1. Stage your changes: git add .
  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
  3. Run: Smart Commit Message: Generate Commit

Requirements

  • Git must be installed
  • OpenAI API key must be set in a .env file at the root of the extension:
OPENAI_API_KEY=your-openai-key-here
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft