`gitai` is a set of command-line tools that use AI to help you with your Git workflow. It can help you write commit messages, create pull requests, and generate tags.
Stars
2
Forks
0
Watchers
2
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
31
commits
feat(pr): add interactive editing and confirmation for PR creation/update (#25)
8bd974fView on GitHubfeat(aipr): Improve PR creation and update output (#24)
a47f78aView on GitHubrefactor(aipr): Redirect remote selection output to stderr (#20)
bbaf250View on GitHubfeat(github): Add Gemini CLI workflows and configuration (#19)
48e33f6View on GitHubEnsure script operates from repository root for consistent Git operations. (#18)
0eda0d1View on GitHubdocs(help): Clarify GITAI_LANG environment variable descriptions (#15)
0fa00b7View on GitHubfeat(ai-commit-msg): Add help command and improve error output (#12)
91c8c97View on GitHubPrepend generated message to preserve existing user content in the commit message file. (#10)
9372a71View on GitHubPrevent script errors by correctly handling empty diffs and fixing PR template logic. (#8)
e767c23View on GitHubfeat: Add `aitag` script to generate git tag messages using an LLM (#4)
59550a0View on GitHub