diff --git a/src/components/skills/SkillSetupWizard.tsx b/src/components/skills/SkillSetupWizard.tsx index 834ae8bb4..958af4d0e 100644 --- a/src/components/skills/SkillSetupWizard.tsx +++ b/src/components/skills/SkillSetupWizard.tsx @@ -30,6 +30,7 @@ export default function SkillSetupWizard({ }: SkillSetupWizardProps) { const [state, setState] = useState({ phase: "loading" }); + // Start the skill (if not running) then start the setup flow on mount useEffect(() => { let cancelled = false; @@ -162,6 +163,7 @@ export default function SkillSetupWizard({ ); + case "step": return (