From a98d14c25213e74d372ec3a239e3d578a0e686b8 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Wed, 3 Jun 2026 13:52:42 -0700 Subject: [PATCH] feat: per-node option to skip CLI first-run approval A CLI node can set cliSkipApproval to bypass the trust-on-first-use pause and run its command immediately. Exposed as a checkbox in the node inspector. --- packages/dashboard/app/components/WorkflowNodeEditor.tsx | 8 ++++++++ packages/engine/src/executor.ts | 8 +++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/packages/dashboard/app/components/WorkflowNodeEditor.tsx b/packages/dashboard/app/components/WorkflowNodeEditor.tsx index 08b6b5ebc1..2f8129f556 100644 --- a/packages/dashboard/app/components/WorkflowNodeEditor.tsx +++ b/packages/dashboard/app/components/WorkflowNodeEditor.tsx @@ -449,6 +449,14 @@ function InnerEditor({

Runs an arbitrary command in the task worktree. The first time this exact command runs, the task pauses for your approval. The node prompt is passed via FUSION_NODE_PROMPT.

+ ) : (