README: A CLI that writes your git commit messages for you with AI. Never write a commit message again.
README: Supported providers include: - **TogetherAI** (recommended) - Get your API key from [TogetherAI](https://api.together.ai/) - **OpenAI** - Get your API key from [OpenAI API Keys pa…
README: This will automatically detect your package manager (npm, pnpm, yarn, or bun) and update using the correct command.
README: The minimum supported version of Node.js is v22. Check your Node.js version with `node --version`.
README: You can call `aicommits` directly to generate a commit message for your staged changes: ```sh git add <files...> aicommits ``` `aicommits` passes down unknown flags to `git commit…