You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-8Lines changed: 29 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,23 @@ Parallel Code lets you dispatch tasks to AI coding agents — Claude Code, Codex
18
18
19
19
## Features
20
20
21
-
- Run Claude Code, Codex CLI, and Gemini CLI in parallel
22
-
- Each task gets an isolated git branch and worktree — no conflicts
21
+
### One app for every AI coding CLI
22
+
Use [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Codex CLI](https://github.com/openai/codex), and [Gemini CLI](https://github.com/google-gemini/gemini-cli) from the same interface. Switch between agents per task, or run all three at once — no juggling terminal windows.
23
+
24
+
### Automatic branches and worktrees
25
+
Every task gets its own git branch and [worktree](https://git-scm.com/docs/git-worktree) instantly. Agents work in full isolation — no conflicts, no stashing, no waiting. Five agents, five features, one repo. Merge back to main when you're done.
26
+
27
+
### Keyboard-first, zero friction
28
+
Navigate panels, create tasks, send prompts, merge branches, push to remote — all without touching the mouse. Every action has a shortcut, and `Ctrl+/` shows them all.
29
+
30
+
### And more
23
31
- Tiled panel layout with drag-to-reorder
24
32
- Built-in diff viewer and changed files list per task
25
-
- Merge to main or push to remote from the UI
26
33
- Shell terminals per task, scoped to the worktree
27
34
- Direct mode for working on the main branch without isolation
28
35
- Six themes — Minimal, Graphite, Classic, Indigo, Ember, Glacier
29
-
- Keyboard-driven — navigate everything without touching the mouse
30
36
- State persists across restarts
31
-
-Cross-platform (macOS, Linux)
37
+
- macOS and Linux
32
38
33
39
## Getting Started
34
40
@@ -60,16 +66,31 @@ This means you can have five agents working on five different features at the sa
0 commit comments