Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@polyfact/ai-git
Advanced tools
Git AI is a tool that helps generate commit messages using AI. It simplifies the commit process by automatically generating a short, descriptive commit message based on your code changes.
npm install -g @polyfact/git-ai
or
yarn global add @polyfact/git-ai
Create a .ai-gitrc
file to customize options.
ai-git init-config
Or set options as CLI flags:
ai-git commit --token YOUR_TOKEN --language english --model gpt-3.5-turbo
# Auto generate and commit
ai-git commit
# Generate message without auto commit
ai-git commit --no-autocommit
# Open editor to refine message after commit
ai-git commit --editor
The CLI and config file options allow customizing the commit message generation:
token
- Polyfact API keymodel
- AI model namemaxTokens
- Max tokens per API requestlanguage
- Commit message languageautocommit
- Directly create commiteditor
- Open editor after commitexclude
- Patterns to exclude from difffilter
- Git diff filter flagtemplate
- Prompt template for AIFAQs
Generates auto commit messages with Polyfact
The npm package @polyfact/ai-git receives a total of 9 weekly downloads. As such, @polyfact/ai-git popularity was classified as not popular.
We found that @polyfact/ai-git demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.