comparisonaicommit2 is an AI commit message generator that supports multiple LLM providers and suggests messages for your currently staged diff.
brew install gitagenthq/tap/git-agentnpm install -g aicommit2feat(auth): add refresh token rotation on silent renew
- generate a new refresh token on every silent renew to limit token reuse window
- invalidate the previous refresh token immediately after issuing the replacement
- store the new token in the same secure HttpOnly cookie
Long-lived refresh tokens were reusable indefinitely; rotation limits the
damage window to a single reuse attempt per token.feat: add token refresh rotationDoes aicommit2 split staged changes into multiple commits?Do I need an API key to use git-agent?Can git-agent replace aicommit2 with no workflow changes?git-agent commit the same way you ran aicommit2. The main addition is atomic splitting, which triggers automatically when multiple logical changes are staged.