macOS
brew install aicommitslocal Homebrew formula metadata
安装
brew install aicommitslocal Homebrew formula metadata
概览
Writes your git commit messages for you with AI
历史
aicommits is a JavaScript/Node command-line utility that writes Git commit messages from staged diffs using AI models. Its README presents it bluntly as a CLI that writes commit messages so users do not have to.
The public npm package and GitHub repository both date to February 2023, placing aicommits among the early wave of ChatGPT-era developer CLIs. The project was initially centered on OpenAI-backed commit-message generation and later expanded provider support to TogetherAI, Groq, xAI, OpenRouter, Ollama, LM Studio, and custom OpenAI-compatible endpoints.
The tool grew from a simple `git add` plus `aicommits` workflow into a small Git integration package: it supports selectable message formats, multiple generated recommendations, custom prompts, clipboard output, direct commit invocation, and a prepare-commit-msg hook.
The official README documents npm installation and a global CLI, while the Homebrew formula packages the same tool for brew users. The GitHub repository had over 9,000 stars when checked through the official repository API.
The npm registry listed 98 published versions and latest version 3.4.0; Homebrew also listed 3.4.0 as the stable formula version.
The normal workflow is `git add <files...>` followed by `aicommits`; unknown flags are passed through to `git commit`. Users can also install a prepare-commit-msg hook so Git opens the generated message in the configured editor before committing.
Configuration is created by `aicommits setup` in `~/.aicommits`, and the README also documents environment-variable configuration for API keys and provider settings.
aicommits became one of the recognizable package names in the AI commit-message subgenre: a tiny npm-installed executable, a memorable binary alias `aic`, a Homebrew formula, and a configuration dotfile. It is also directly named by aicommit2 as an architectural inspiration.
安全态势
没有找到 aicommits 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.aicommitsCredential-bearing paths to review before unattended agent runs.
~/.aicommits可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
aic | cli | 全局可执行文件 | |
aicommits | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/Nutlope/aicommits
安装元数据
| 软件包键 | brew:aicommits |
|---|---|
| 版本 | 3.4.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/aicommits |
| 主页 | https://github.com/Nutlope/aicommits |
| 仓库 | https://github.com/Nutlope/aicommits |
| 上游文档 | https://github.com/Nutlope/aicommits |
| 许可证 | MIT |
| 源码归档 | https://registry.npmjs.org/aicommits/-/aicommits-3.4.0.tgz |
| 最后更新 | 2026-07-10T16:49:55-04:00 |
| Pulse | updated |
| 依赖 | node |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aicommits |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.