PearAI Creator - Beta
@@ -197,6 +206,13 @@ function AiderGUI() {
Ask for a feature, describe a bug, or ask for a change to your project. We'll take care of everything for you!
+
{
+ dispatch(newSession()); // Reset the state
+ setLocalStorage('hasSeenAiderOnboarding', false); // Reset onboarding flag
+ navigate("/aiderOnboarding");
+ }}
+ >Return to Onboarding (Remove when in prod)