mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-12 12:18:55 +02:00
1. Token login (`multica login --token`) on a fresh account no longer crashes: waitForOnboarding uses tryResolveAppURL (returns "" instead of os.Exit(1)) and falls back to printing manual instructions. 2. Setup commands no longer print "✓ Setup complete!" when onboarding was not finished. Shows "⚠ Setup incomplete" with next steps instead.