AI-powered Git assistant that automatically generates intelligent, context-aware commit messages. Save time writing commits with ChatGPT-powered suggestions for GitHub, GitLab, and Bitbucket.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Turn a range of commits into ready-to-use docs. Select by last N commits or branch comparison.
PR Description – summary, changes, and impact
Changelog – added / changed / fixed / removed
Release Notes – user-friendly language for announcements
Standup Summary – brief bullet points for daily updates
Copied to clipboard automatically, with an option to open as a Markdown document.
Quick Start
Install the extension
Click "GitusAI Activate" in the status bar
Authenticate in the browser – token is captured automatically
Stage changes, click the sparkle icon, commit
Privacy
Only staged diffs are sent – not source files. Nothing is stored. Diffs over 5KB are excluded entirely.
Anonymous usage events (e.g. "commit generated", "rate limit hit") are collected to improve the extension. No code, file paths, or personal data are ever sent. This respects VS Code's telemetry.telemetryLevel setting – set it to off to disable.