🤖 AI-powered Git commit message generator that creates meaningful, standardized commits using OpenAI's GPT models. Supports Conventional Commits, Gitmoji, and custom formats. Streamline your Git workflow with AI-generated commit messages that follow best practices. Features: ✨ Conventional Commits support 🎨 Gitmoji integration 🌍 Multiple langua
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
^1.7.7^4.3.7^16.4.5^4.71.0^4.1.1227
commits
📝 Update README.md to include commit message standards and documentation links
71e8e21View on GitHub📝 Update README.md to improve documentation with detailed features,
1cbb596View on GitHub🎉 Add commit prompts documentation for ChatGPT to streamline commit message generation
580b846View on GitHub🎨 (config.ts): update import path for the Config type to use an alias for consistency and clarity
dc217f1View on GitHub♻️ (ai-commit.ts): refactor system message content to use config for language and max character limit for improved configurability and maintainability
32dd0b9View on GitHub📝 Add commit standards documentation to guide developers on writing meaningful commit messages
0469b8cView on GitHub🎉 Add commit standards documentation to define the project's commit message guidelines.
1d8a24fView on GitHub✨ (config.json): add style prompts for various commit message styles to enhance commit consistency and guidance across the project
ec1a76dView on GitHub♻️ Refactor ai-commit.ts: remove dotenv import and load config directly to centralize environment variable management
c1809f8View on GitHub🔧 Add configuration file: introduce config.json to manage OpenAI API keys and commit settings.
f77fe46View on GitHub🎉 Add initial config.json file to store application configuration settings
ed79b11View on GitHub🔧 (package.json): add @types/debug to devDependencies for improved TypeScript support
7d88d4bView on GitHub➕ Add the debug dependency to package.json for improved logging.
1ffe5d0View on GitHub✨ Add config type definition to improve type safety and structure of configuration settings in the application.
f5e8d34View on GitHub🎉 Add config.ts: introduce configuration management feature to load and resolve environment variables from .env files
ec4c4abView on GitHub