- {repositoryLine} - {" · "} - {group.memberProjects.length === 1 - ? "1 checkout" - : `${group.memberProjects.length} checkouts`} - {environmentCount > 1 ? ` across ${environmentCount} environments` : ""} - {" · "} - {groupThreadCount === 1 ? "1 thread" : `${groupThreadCount} threads`} -
-- No scripts yet. Scripts run in a project terminal from the thread top bar; one script - can run automatically when a worktree is created. -
- ) : ( -+ Saved and run only in {selectedCheckoutLabel}. +
++ No actions configured for this checkout. +
+ ) : ( + scripts.map((script) => { const shortcutLabel = shortcutLabelForCommand( keybindings, commandForProjectScript(script.id), ); return ( -
+ {script.command}
+
+ {script.runOnWorktreeCreate ? (
+
+ setup
+
+ ) : null}
+ {script.previewUrl ? (
+
+ preview · desktop only
+
+ ) : null}
- ) : null}
- {script.previewUrl ? (
-
- preview · desktop only
-
- ) : null}
-
- {script.command}
-
- {shortcutLabel ? (
- {shortcutLabel}
- ) : null}
-
- - {description} -
+ {description ? ( ++ {description} +
+ ) : null} {status ?