diff --git a/ui/src/components/OnboardingWizard.tsx b/ui/src/components/OnboardingWizard.tsx index 51ac157a..3848587a 100644 --- a/ui/src/components/OnboardingWizard.tsx +++ b/ui/src/components/OnboardingWizard.tsx @@ -292,7 +292,7 @@ export function OnboardingWizard() { runtimeConfig: { heartbeat: { enabled: true, - intervalSec: 300, + intervalSec: 3600, wakeOnDemand: true, cooldownSec: 10, maxConcurrentRuns: 1 @@ -340,11 +340,6 @@ export function OnboardingWizard() { if (!createdAgentId) return; setLoading(true); setError(null); - try { - await agentsApi.invoke(createdAgentId); - } catch { - // Agent may already be running from auto-wake — that's fine - } setLoading(false); reset(); closeOnboarding(); @@ -797,8 +792,8 @@ export function OnboardingWizard() {
- Everything is set up. Launch your agent and watch it - work. + Everything is set up. Your assigned task already woke + the agent, so you can jump straight to the issue.