GitBuddy Smart CommitGitBuddy is an AI-powered Git assistant for VS Code. It lives inside the editor and helps you:
Features🤝 GitHub integration
🧠 AI commit messages (via Supabase)On Generate / Smart Commit GitBuddy:
Note: You control the Supabase function and model. This extension only sends the Git diff and uses whatever commit messages your function returns. 🧾 Commit preview + Smart Push Generate with AI (in the GitBuddy panel): Calls your Supabase function Shows the chosen commit message in a textarea Does not commit or push yet Smart Commit & Push: Calls Supabase again using the current diff Commits all tracked changes using the AI message Commands This extension contributes the following commands: GitBuddy: Open Panel – opens the GitBuddy webview panel GitBuddy: Smart Commit & Push – generate AI message, commit, and push GitBuddy: Connect Repo to GitHub – create or connect a remote GitHub repository You can access them via: Command Palette (Ctrl+Shift+P / Cmd+Shift+P) The GitBuddy status bar item GitBuddy Panel Open with: GitBuddy: Open Panel The panel shows: Logged-in GitHub account Current repo name and branch Whether a remote is configured A Generate with AI button A commit message textarea Actions: Smart Commit & Push Connect Repo to GitHub Refresh Recommended workflow: Make changes in your repo Open GitBuddy panel Click Generate with AI to fill the commit message Optionally edit the text Click Smart Commit & Push |