Include worktrees from every repository represented by a tracked agent in the current multiplexer instance. Repositories without tracked agents cannot be discovered.
--pr
Show GitHub PR status for each worktree. Requires the gh CLI to be installed and authenticated. Note that it shows pull requests’ statuses with Nerd Font icons, which requires Nerd Font compatible font installed.
--json
Output as JSON. Produces a JSON array with project, project_path, handle, branch, path, is_main, mode, has_uncommitted_changes, is_open, agent_statuses, and created_at.
AGE column shows how old the worktree is, based on directory creation time. Uses compact units: m, h, d, w, mo, y. Shows - for the main worktree or when creation time is unavailable.
AGENT column shows the current agent status using status icons:
🤖 = agent is working
💬 = agent is waiting for user input
✅ = agent finished
When multiple agents run in one worktree, shows a count (e.g., 2🤖 1✅)
When stdout is piped (e.g., by a script or agent), text labels are used instead: working, waiting, done
✓ in MUX column = multiplexer window exists for this worktree
● in UNMERGED column = branch has commits not merged into main