Gitai is a Python automation tool for managing commits in Git. It analyzes changes in projects written in various languages, generates detailed commit messages following the Conventional Commits standard, and automates the commit and push process.
Stars
36
Forks
2
Watchers
36
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
72
commits
1
commits
docs: announce project discontinuation and point to gitai-js
a3bc891View on GitHubfix: support OpenAI max_completion_tokens for newer models
4d4f011View on GitHubchore: update commit message generation instructions
bf6f0d2View on GitHubfeat: enhance console output with colored messages
3fa3a67View on GitHubMerge pull request #5 from leandrosilvaferreira/feature/improvements
39240edView on GitHubImprove script functionality and update documentation
d24073eView on GitHubchore: update version and append commit signature
1523464View on GitHubdocs: update RELEASER.md with virtual environment activation
3006e59View on GitHubfeat: update commit message generation rules and version
0f7c280View on GitHubchore: update version number in gitai.py to 0.2.2-beta Updated the version number in gitai.py from 0.2.1-beta to 0.2.2-beta to reflect recent changes and improvements. This change ensures that the software versioning is accurate and aligns with the current state of the codebase.
bbe5269View on GitHubchore: improve README.md formatting for clarity and consistency Updated the README.md to enhance readability by adjusting line breaks and formatting. This change ensures better visual alignment and consistency across the document, making it easier for users to read and understand the instructions and information provided. No functional changes were made to the codebase.
b060022View on GitHubfeat: enhance project language detection in gitai.py Improve detection of project languages by expanding both indicator files and file extension checks. Added support for more languages such as Ruby, Rust, and Swift. This change enhances the accuracy of language detection by considering a broader set of indicators, leading to better identification of the project's programming language.
ea24301View on GitHubchore: update RELEASER.md with emoji for title enhancement Updated the title in RELEASER.md to include a rocket emoji for visual enhancement. This change aims to make the document more engaging and visually appealing without affecting the functionality of the release notes generator.
94cb2f7View on GitHubchore: update heading levels in README.md for consistency Adjusted the heading levels in README.md from H3 to H2 to maintain consistency throughout the document. This change ensures uniformity in the document structure and improves readability. No functional impact on the codebase.
836fe41View on GitHub