Open source

active

Commit messages that stay on your machine.

autocommit

AI-powered commit and pull request generation that runs entirely locally — analyzes git diffs with a bundled LLM and drafts structured, high-signal messages through an interactive terminal workflow.

Rustv0.17.6Updated Jul 8, 2026GitHub

Intent

Most coding agents inherit the user’s full shell and ship diffs to a remote model. autocommit keeps the loop local: read the diff, draft the message, stay inside an interactive terminal grant.

The goal is a reference pattern for “narrow tools, wide usefulness” — something you can audit, run offline, and trust in a commit loop.