- SignalDesk2026-09-10
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 "pods". 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 "claude -p 'fix the auth bug'" </code></pre> It's agent-agnostic - claude, codex, gemini, opencode, or any command you give it. Review the pod's diff when it'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's a single file over plain
- 情报分类:技术价值、项目价值
- 命中依据:并行AI编码代理工具,Git worktree部署方案,实用性强
- 来源:Hacker News 新项目
- 原作者:yanairon
- 发布时间:2026/9/10 16:58:52
- No replies yet