feat(FN-3490): add workflow step execution for plugins

This merge adds WorkflowStepManager UI enhancements, extends the plugin-runner with new execution capabilities, expands executor tests with improved restart and mock handling, and adds agent routes for the dashboard. The changes span core plugin loading, dashboard components, and engine execution lo

Fusion-Task-Id: FN-3490
This commit is contained in:
Fusion
2026-05-05 06:21:29 -07:00
committed by gsxdsm
parent 5bf33e8f66
commit 0097212dd9

View File

@@ -6043,7 +6043,7 @@ ${stepsSection}`;
phase: "pre-merge",
prompt: entry.template.prompt,
toolMode: entry.template.toolMode,
enabled: true,
enabled: entry.template.enabled ?? true,
createdAt: now,
updatedAt: now,
};