Show HN: Baag – Easily run multiple AI coding agents on the same project
3 pranav7 1 7/26/2025, 12:16:21 AM github.com ↗
I realised I was working on more parallel tasks with coding agents, but git branches became a huge bottleneck. Tried Git Butler but it just complicated things further. Found git worktrees as a solution but the git API was a bit too complicated for day to day. So thought I'll vibe-code this simple CLI utility to manage the process. It technically works with any setup – claude/codex/gemini + cursor/vim/whatever. Just manages git worktrees inside your repo and sets up your dev environment how you like it. Nothing fancy, just something I built to scratch my own itch. Figured others might have the same workflow friction too, so thought I'll share it here
Comments (1)
skeptrune · 2h ago
Hell yeah! This is cool. I made a similar thing called Uzi, but it's unmaintained at this point. Going to have fun trying this.