Three steps to your first agent session.
Step 1: Add a project
Click the + icon in the sidebar or press ⌘+⇧+N (macOS) / Ctrl+⇧+N (Windows/Linux), then select a git repository folder. Pane indexes the repo and shows it in the sidebar.
Step 2: Create a pane
Click + next to your project, type a feature name, and click Create. Pane creates an isolated git worktree automatically.
Create Pane
Creates a new git worktree with an isolated branch
Step 3: You’re in a terminal
Your new pane opens directly to a terminal. Run any CLI agent — no extra setup.
What just happened
Pane created a git worktree — a fully isolated copy of your repo on its own branch. Every pane gets its own working directory, so agents never overwrite each other’s work.
Switch between open panes with ⌘+A (previous) and ⌘+D (next).
Last updated on