I kept hitting the same wall running AI coding agents: one repo, one working tree, so parallel agents step on each other - or you juggle manual clones.<p>Taskpods is a tiny zero-config Python CLI that wraps git worktrees into disposable &quot;pods&quot;. One command spins up an isolated worktree on its own branch and launches your agent inside it:<p><pre><code> taskpods start fix-auth --agent &quot;claude -p &#x27;fix the auth bug&#x27;&quot; </code></pre> It&#x27;s agent-agnostic - claude, codex, gemini, opencode, or any command you give it. Review the pod&#x27;s diff when it&#x27;s done, then:<p><pre><code> taskpods done fix-auth # commit, push, open PR, clean up taskpods abort docs # throw the pod away </code></pre> No daemon, no TUI, no config file - it&#x27;s a single file over plain


  • 情报分类:技术价值、项目价值
  • 命中依据:并行AI编码代理工具,Git worktree部署方案,实用性强
  • 来源:Hacker News 新项目
  • 原作者:yanairon
  • 发布时间:2026/9/10 16:58:52