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

Yet Another Commit Message Generator

saltand

| (0) | Free
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

Yet Another Commit Message Generator

Visual Studio Marketplace Version Made with reactive-vscode

Generate commit messages from staged changes using AI. Supports any OpenAI-compatible API.

Configurations

Key Description Type Default
commitgen.aiBaseUrl AI service base URL (OpenAI-compatible) string "https://openrouter.ai/api/v1"
commitgen.aiModel AI model name string "deepseek/deepseek-chat"
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
commitgen.streaming Enable streaming output for AI responses boolean false

Commands

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

License

MIT License

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