Show HN: Baag – Easily run multiple AI coding agents on the same project

github.com

4 points by pranav7 16 hours ago

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

skeptrune 16 hours 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.

  • pranav7 4 hours ago

    Cheers! Let me know how it goes, happy to hear any feedback.