Generate commit messages in VSCode using Tetra.
Click the Commitologist button in the Source Control panel (or Command Palette → "Commitologist: Generate Commit Message"). The extension sends your git diff to Tetra's local HTTP API, which runs the "Commit message" command and returns the result into the commit input box.
- Tetra running on
localhost:24100 - An
Commit message.prompt.mdcommand in~/.config/tetra/commands/
Search "Commitologist" in the VSCode Marketplace and click Install.
git clone https://github.com/vladstudio/commitologist.git
cd commitologist
bun install
bun run buildPress F5 in VSCode to launch the Extension Development Host.
Check the Output panel (select "Commitologist" from the dropdown) for error details.
MIT