Git commit workflow with AI-generated messages.
- Interactive commit workflow
- AI-generated commit messages based on staged changes
- Approval, editing, and regeneration options
- Dry-run mode for previewing
go install github.com/mtreilly/arc-commit@latest# Run the guided workflow
arc-commit
# Auto-approve the first suggestion
arc-commit --yes
# Preview without committing
arc-commit --dry-run
# Use a specific model
arc-commit --model claude-sonnet-4-5-20250929- Checks for staged changes
- Generates commit message with AI
- Presents for approval/editing/regeneration
- Creates the commit
MIT