+ Configure the concrete runtime workspace that Paperclip reuses for this issue flow. + These settings stay attached to the execution workspace so future runs can keep local paths, repo refs, provisioning, teardown, and runtime-service behavior in sync with the actual workspace being reused. +
+- Configure the concrete runtime workspace that Paperclip reuses for this issue flow. - These settings stay - attached to the execution workspace so future runs can keep local paths, repo refs, provisioning, teardown, - and runtime-service behavior in sync with the actual workspace being reused. +
+ Edit the concrete path, repo, branch, provisioning, teardown, and runtime overrides attached to this execution workspace.
+ {runtimeConfigSource === "execution_workspace" + ? "This execution workspace currently overrides the project workspace runtime config." + : runtimeConfigSource === "project_workspace" + ? "This execution workspace is inheriting the project workspace runtime config." + : "No runtime config is currently defined on this execution workspace or its project workspace."} +
+{errorMessage}
: null} + {!errorMessage && runtimeActionMessage ?{runtimeActionMessage}
: null} + {!errorMessage && !isDirty ?No unsaved changes.
: null}- {runtimeConfigSource === "execution_workspace" - ? "This execution workspace currently overrides the project workspace runtime config." - : runtimeConfigSource === "project_workspace" - ? "This execution workspace is inheriting the project workspace runtime config." - : "No runtime config is currently defined on this execution workspace or its project workspace."} -
++ Source: {runtimeConfigSource === "execution_workspace" + ? "execution workspace override" + : runtimeConfigSource === "project_workspace" + ? "project workspace default" + : "none"} +
+{errorMessage}
: null} - {!errorMessage && runtimeActionMessage ?{runtimeActionMessage}
: null} - {!errorMessage && !isDirty ?No unsaved changes.
: null} -- Source: {runtimeConfigSource === "execution_workspace" - ? "execution workspace override" - : runtimeConfigSource === "project_workspace" - ? "project workspace default" - : "none"} + {effectiveRuntimeConfig + ? "No runtime services are currently running for this execution workspace." + : "No runtime config is defined for this execution workspace yet."}
-Loading workspace operations…
+ ) : workspaceOperationsQuery.error ? ( ++ {workspaceOperationsQuery.error instanceof Error + ? workspaceOperationsQuery.error.message + : "Failed to load workspace operations."} +
+ ) : workspaceOperationsQuery.data && workspaceOperationsQuery.data.length > 0 ? ( +- {effectiveRuntimeConfig - ? "No runtime services are currently running for this execution workspace." - : "No runtime config is defined for this execution workspace yet."} -
- )} -No workspace operations have been recorded yet.
+ )}Loading workspace operations…
- ) : workspaceOperationsQuery.error ? ( -- {workspaceOperationsQuery.error instanceof Error - ? workspaceOperationsQuery.error.message - : "Failed to load workspace operations."} -
- ) : workspaceOperationsQuery.data && workspaceOperationsQuery.data.length > 0 ? ( -No workspace operations have been recorded yet.
- )}- Any issue attached to this execution workspace appears here so you can review the full session context before reusing or closing it. -
-Loading linked issues…
- ) : linkedIssuesQuery.error ? ( -- {linkedIssuesQuery.error instanceof Error - ? linkedIssuesQuery.error.message - : "Failed to load linked issues."} -
- ) : linkedIssues.length > 0 ? ( -No issues are currently linked to this execution workspace.
- )} -