| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-13 | 7.6 kB | |
| v3.0.0 source code.tar.gz | 2026-03-13 | 829.1 kB | |
| v3.0.0 source code.zip | 2026-03-13 | 856.4 kB | |
| Totals: 3 Items | 1.7 MB | 1 | |
3.0.0 (2026-03-13)
Bug Fixes
- add --prompt flag for custom LLM behavior guidance (92dfcdf)
- exclude lock files from git diff only when non-lock files are staged (d901398)
- fixing autoupdater versions (3bbaa0f)
- fixing cli updates in theory (f94c1a0)
- fixing commit type config and setup (15f5890)
- fixing deprecated kimi models (171a0d8)
- fixing pnpm lock (af4ca5b)
- fixing typescript issue (aca61f6)
- handle timeout and pre-commit hook failures in aicommits and openai (4b24f36)
- move exclude pathspecs after
--separator ingetStagedDiffForFiles(0d338c2) - move exclude pathspecs after
--separator ingetStagedDiffForFiles(b770f10) - replace npm update with npm install for package upgrades (63c86cc)
- skip auto-update in headless mode (3752542)
- suppress AI SDK warnings for unsupported parameters (4434bad)
- suppress headless stdout leaks (0c9b0ab)
- update commit message format guidelines to enforce lowercase starting letters (eafec0a)
- utils/openai,aicommits: pass abortSignal for timeout, fix diff truncation and token usage keys (158b124)
- utils/openai,aicommits: pass abortSignal for timeout, fix diff truncation and token usage keys and openrouter headers (16327ae)
Features
- Add clipboard functionality and improve commit message generation (9c72330)
- add Groq and xAI providers with API key support (dfe009f)
- Add instruction to be specific in commit messages (2444f0a)
- add LM Studio provider and handle reasoning model outputs (c072bd7)
- add multi-provider support for GitHub, GitLab, Bitbucket, and Azure (ccda259)
- Add OpenRouter provider and generalize model defaults (2e8b6c6)
- Add page generation and deletion functionality to the story editor (d5fc78a)
- add provider headers support for AI commit generation (1f2443b)
- add provider name and current model indicator to model selection (3c36391)
- add type choice in setup command and fix cli description (6c297a1)
- add update command to auto-update aicommits via npm/pnpm/yarn/bun (c3ad1dc)
- aicommits: implement headless mode for non-interactive usage and improve file detection feedback (4846c65)
- cli: Add --no-verify flag to bypass pre-commit hooks (6abcac1)
- Enhance setup to handle cancellation, improve model selection messaging (4a38ec8)
- highlight provider default models in model selection (df12772)
- Implement auto-update functionality for CLI tool (2346d43)
- Implement chunking for large diffs in commit message generation (3f1a2c6)
- improve commit message handling for better clarity and consistency acros (3895776)
- Limit model options to prevent UI breaking in terminals (f46cab5)
- major CLI refactor (8ff9849)
- moving to vercel ai sdk for better support of AI features! (1425fc1)
- prepare for v2 release (690a89f)
- readme for LM Studio (ce16738)
- set default openai model to 4o mini! (8b10a88)
- shorten commit messages (de85bba)
- stop setup if missing api key (1c4aabc)
- update together provider model list and test config with new models (275cb1a)
- Update TogetherProvider default models to Kimi and Qwen3-Next-80B (333c702)
- use pbcopy on macOS for clipboard copy (c252d2c)
- v2.0.1 (6ae80bc)
BREAKING CHANGES
- This commit triggers the major version bump to v2.0.0 for the aicommits project