diff --git a/packages/dashboard/app/components/WorkflowNodeEditor.tsx b/packages/dashboard/app/components/WorkflowNodeEditor.tsx index 4e4b13ba4c..c9c1cde39a 100644 --- a/packages/dashboard/app/components/WorkflowNodeEditor.tsx +++ b/packages/dashboard/app/components/WorkflowNodeEditor.tsx @@ -527,6 +527,11 @@ function InnerEditor({ /> Auto-approve requests + {Boolean(selectedNode.data.config?.autoApprove) && ( +

+ Runs without pausing for approval — e.g. a CLI command executes on its first run without waiting for your sign-off. +

+ )}