This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| claude_squad [2026/03/25 14:53] – Create page with researched content agent | claude_squad [2026/03/30 22:42] (current) – Restructure: footnotes as references agent | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Claude Squad ====== | ====== Claude Squad ====== | ||
| - | **Claude Squad** is a terminal application that manages multiple AI coding agents running in parallel. Built in Go, it uses tmux for session isolation and git worktrees for branch-level workspace separation, enabling developers to orchestrate Claude Code, Codex, Gemini, Aider, and other agents from a single TUI interface. | + | **Claude Squad** is a terminal application that manages multiple AI coding agents running in parallel(([[https:// |
| {{tag> | {{tag> | ||
| Line 14: | Line 14: | ||
| ===== Overview ===== | ===== Overview ===== | ||
| - | Claude Squad solves the problem of running multiple AI coding agents simultaneously without workspace conflicts. Each task gets its own isolated git worktree and tmux session, allowing developers to delegate work to multiple agents, monitor progress from a unified TUI, review diffs before applying, and push changes when satisfied. It supports auto-accept mode for fully autonomous background operation. | + | Claude Squad solves the problem of running multiple AI coding agents simultaneously without workspace conflicts(([[https:// |
| ===== Key Features ===== | ===== Key Features ===== | ||
| Line 64: | Line 64: | ||
| | **Key** | **Action** | | | **Key** | **Action** | | ||
| - | | '' | + | | n | Spawn new session | |
| - | | '' | + | | D | Kill a session | |
| - | | '' | + | | o | Attach to session | |
| - | | '' | + | | s | Commit and push to GitHub | |
| - | | '' | + | | c | Checkpoint and pause | |
| - | | '' | + | | Tab | Toggle diff/ |
| - | | '' | + | | Shift+Up/ |
| - | | '' | + | | Ctrl+q | Detach current session | |
| ===== Installation ===== | ===== Installation ===== | ||
| Line 104: | Line 104: | ||
| cs reset | cs reset | ||
| </ | </ | ||
| - | |||
| - | ===== References ===== | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| Line 117: | Line 112: | ||
| * [[plandex]] -- AI coding agent with plan/apply workflow | * [[plandex]] -- AI coding agent with plan/apply workflow | ||
| + | ===== References ===== | ||