A zero-config VS Code extension that automatically stages, generates smart AI commit messages, and pushes changes across all open workspace folders with a single click.
Features
One-Click Auto Push: Click the status bar button to commit and push immediately.
Smart AI Commit Messages: Uses AI (Groq / Ollama fallback cascade) to write technical, precise Conventional Commit messages (e.g., feat(auth): integrate Google OAuth redirect).
Multi-Folder & Sub-Repo Support: Automatically scans workspace folders and subdirectories for Git repositories and pushes them individually.
Offline / Default Fallback: If offline or AI endpoints are unreachable, it automatically falls back to "Update and fixes".
Usage
Open any project or workspace with Git repositories.
Click the $(cloud-upload) Auto Push button in the status bar (bottom right).
The extension will automatically stage, commit with a smart message, and push your code!