Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Yet Another Commit GenNew to Visual Studio Code? Get it now.
Yet Another Commit Gen

Yet Another Commit Gen

saltand

| (0) | Free
| Sponsor
Generate commit messages from staged changes using AI
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ext-name

Visual Studio Marketplace Version Made with reactive-vscode

Configurations

Key Description Type Default
commitgen.aiBaseUrl AI service base URL (OpenAI-compatible) string "https://api.openai.com/v1"
commitgen.aiModel AI model name string "gpt-4o-mini"
commitgen.aiKey API Key for AI service string ""
commitgen.prompt Prompt template. Use {{files}} for staged file list, {{diff}} for staged diff content, and {{history}} for recent commit messages string See package.json
commitgen.maxDiffLength Maximum diff length in characters (to prevent token overflow) number 120000

Commands

Command Title
commitgen.generate CommitGen: Generate Commit Message
commitgen.cancel CommitGen: Cancel Generation

Sponsors

License

MIT License © 2022 Anthony Fu

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