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
- Stage your changes
- Run
$(wand) (Codex) Generate Commit Message from the Command Palette or click the wand icon in the Source Control title bar
- 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
| |