--amend
--dry-run
--scope
git diff --cached on main
git diff --cached
model claude-opus-4-8
↵
pipx install aicommit # then, with changes staged: git add -p aicommit --scope api --amend
The real CLI ships a pyproject.toml with a console entry point:
pyproject.toml
[project] name = "aicommit" version = "0.1.0" dependencies = ["httpx", "rich", "tomli"] [project.scripts] aicommit = "aicommit.__main__:main"
booting aicommit…