-
Execution workspace
-
- Control whether this issue runs in the shared workspace, a new isolated workspace, or an existing one.
-
+
+
Execution workspace
+
+ Control whether this issue runs in the shared workspace, a new isolated workspace, or an existing one.
+
+
+ {executionWorkspaceMode === "reuse_existing" && (
- {executionWorkspaceMode === "reuse_existing" && (
-
- )}
- {executionWorkspaceMode === "reuse_existing" && selectedReusableExecutionWorkspace && (
-
- Reusing {selectedReusableExecutionWorkspace.name} from {selectedReusableExecutionWorkspace.branchName ?? selectedReusableExecutionWorkspace.cwd ?? "existing execution workspace"}.
-
- )}
-
- )}
+ )}
+ {executionWorkspaceMode === "reuse_existing" && selectedReusableExecutionWorkspace && (
+
+ Reusing {selectedReusableExecutionWorkspace.name} from {selectedReusableExecutionWorkspace.branchName ?? selectedReusableExecutionWorkspace.cwd ?? "existing execution workspace"}.
+
+ )}
+