February 19, 20261.0.82v1.0.82RSS

v1.0.82 — [UI/UX] Onboarding wizard has only 2 steps but shows overly simplified UX — misses GitHhub connect step

Release Notes

The OnboardingWizard has just 2 steps: Create Product → Done. But looking at SettingsPageClient, GitHub connection is a critical prerequisite for agents to function (hasGithubToken, hasGithubApp checks). New users who create a product without connecting GitHub will have agents fail silently. The 'Done' step shows pipeline and products links but never validates that GitHub is connected.

Category: usability File: src/components/onboarding-wizard.tsx Recommendation: Add a 'Connect GitHub' step between Create Product and Done. Check hasGithubToken and hasGithubApp on the completion screen — if neither is connected, block the Done step with a clear CTA. Alternatively, add a ProjectSetupBanner (the component already exists at src/components/project-setup-banner.tsx) that persists on the product overview page until GitHub is connected.