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 33c52e80ea
commit e91e937478

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,
};