Commit ToolsThis VS Code extension adds Codex: Generate Commit Message to the Git Source Control title bar. It reads the selected repository's staged changes through VS Code's built-in Git API, runs the Codex CLI in read-only mode, and puts the generated subject into Git's commit input box. It never commits automatically. Install locallyFrom this folder:
Reload VS Code, open a Git repository, stage changes, and click the sparkle button in Source Control. Commit input placementThe Marketplace-compatible build places the sparkle action in the Source Control title bar. VS Code's For local development with VS Code Insiders, you can enable that menu by adding
The stable Marketplace build keeps the title-bar fallback and the Command Palette command. The default command is the Codex bundled inside Settings include Publish to the Visual Studio MarketplacePublishing requires a Visual Studio Marketplace publisher account. Create a publisher whose identifier matches the Install the packaging tool and package the extension:
Log in once and publish:
The commands run from this extension directory. You can also upload the generated LicenseMIT |