diff --git a/mateclaw-ui/src/components/workflow/StepPropertyPanel.vue b/mateclaw-ui/src/components/workflow/StepPropertyPanel.vue index 732b2e72..20b700c8 100644 --- a/mateclaw-ui/src/components/workflow/StepPropertyPanel.vue +++ b/mateclaw-ui/src/components/workflow/StepPropertyPanel.vue @@ -39,13 +39,42 @@ {{ t('workflows.canvas.nodeAgent') }} - + + + + {{ t('workflows.canvas.fields.agentPlaceholder') }} + + {{ a.name }} — {{ a.title }} + + + {{ t('workflows.canvas.fields.agentMissing', { name: step.agentName }) }} + + {{ t('workflows.canvas.fields.agentUseCustom') }} + + + × + @@ -242,18 +271,31 @@