Scripts2026年4月6日·1 分钟阅读

Emdash — Parallel Multi-Agent Dev Environment

Open-source agentic development environment (YC W26) that runs multiple AI coding agents in parallel, each in isolated git worktrees. Supports Claude Code, Codex, Gemini CLI, and 20+ agents. 3,600+ stars.

介绍

Emdash is an open-source agent development environment backed by Y Combinator (W26), with 3,600+ GitHub stars. Run multiple AI coding agents concurrently, each isolated in its own git worktree. Supports 20+ agents including Claude Code, Codex, and Gemini CLI. Ideal for teams and solo developers who want to parallelize AI-assisted development workflows.


Quick Use

  1. Install: npm install -g emdash
  2. Run: emdash
  3. Create parallel agent sessions:
emdash run "Fix the login bug" --agent claude-code
emdash run "Add auth module unit tests" --agent codex
emdash run "Refactor database queries" --agent gemini-cli

Each agent runs in its own git worktree, with no interference.


Intro

Emdash is an open-source agent development environment backed by Y Combinator (W26), with 3,600+ GitHub stars. Run multiple AI coding agents concurrently, each isolated in its own git worktree. Supports 20+ agents including Claude Code, Codex, and Gemini CLI. Ideal for teams and solo developers who want to parallelize AI-assisted development workflows.


Source & Thanks

Created by General Action. Licensed under MIT.

emdash — ⭐ 3,600+

🙏

来源与感谢

Created by General Action. Licensed under MIT.

emdash — ⭐ 3,600+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产