
git diff --stagedqwen3:8b)vibemit reads your staged diff, generates 3 commit message candidates using a local LLM, and lets you pick one interactively.--model <name> Ollama model to use (default: qwen3:8b)
--intent <text> High-priority intent guidance for commit wording
--conventional Conventional Commit format (type(scope): subject)
--body Include subject + body (1-3 bullet points)
--dry-run | -d Print selected message, do not commit
--clipboard | -c Copy selected message to clipboard, do not commit
--yes | -y Auto-select the first option (skip prompt)
--add-rule <text> | -r Add a persistent rule
--rules Print saved rules
--clear-rules Delete all saved rulesgit commit --dry-run Print only, no commit --clipboard Copy only, no commit --dry-run --clipboard Print and copy, no commit --yes Auto-select first, then commit --yes --dry-run Auto-select first, print only.git/vibemit.json~/.config/vibemit/config.jsonPosted Feb 17, 2026
Created a CLI tool that generates AI commit messages using a local LLM via Ollama. No data leaves your machine.