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

|
4 installs
| (1) | 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
  • codexCommitMessage.extraArgs

By default, codexCommitMessage.extraArgs is set to --reasoning-effort low to bias the local Codex CLI toward faster responses.

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>.

The extension appends the parsed codexCommitMessage.extraArgs value to codex exec before the trailing - stdin marker. Default:

"codexCommitMessage.extraArgs": "--reasoning-effort low"

You can override it with any supported CLI flags, or set it to an empty string if you do not want the default low-effort behavior.

Command

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