Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Codex Commit Message GeneratorNew to Visual Studio Code? Get it now.
Codex Commit Message Generator

Codex Commit Message Generator

Maksim Statnykh

| (0) | Free
Generate a commit message from the staged diff using the local Codex CLI.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Codex Commit Message Generator

Tiny VS Code extension that generates a commit message from the staged diff using the local codex CLI.

Settings

  • codexCommitMessage.codexCommand
  • codexCommitMessage.prompt
  • codexCommitMessage.model

Requirements

  • git on PATH
  • codex on PATH or configured via codexCommitMessage.codexCommand

Development

npm install
npm run build
code --extensionDevelopmentPath .

Usage

  1. Stage your changes
  2. Run $(wand) (Codex) Generate Commit Message from the Command Palette or click the wand icon in the Source Control title bar
  3. Review the generated message in the SCM input box

If codexCommitMessage.model is set, the extension passes it through as codex exec --model <value>.

Command

  • $(wand) (Codex) Generate Commit Message -> codexCommitMessage.generate
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft