AI Generated Commit Messages for free in IntelliJ
Shivam Agarwal has developed a free IntelliJ plugin called AICommitMessages that generates commit messages using existing AI CLIs like Copilot and Cursor. The tool integrates with developers' workflows to automate commit message creation based on code diffs. It is available on the JetBrains Marketplace with plans for future enhancements.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 478231) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Shivam Agarwal Posted on May 1 AI Generated Commit Messages for free in IntelliJ #ai #webdev #programming #productivity I built AICommitMessages for IntelliJ! Use the CLIs you already own (Copilot, Cursor) to generate commit messages from your diff. More coming soon.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.