+ AutoCoder encountered an unexpected error. This information can help diagnose the issue: +
+ +
+ {this.state.error?.message || 'Unknown error'}
+
+ {this.state.error?.stack && (
+
+ {this.state.error.stack}
+
+ )}
+ + If this keeps happening, please report the error at{' '} + + GitHub Issues + +
+
+ }
+ }
+
+ // Folder selection step
+ if (step === 'folder') {
+ return (
+ + Select the folder containing your existing project +
++ Scanning your project for frameworks, routes, and components... +
+{state.error}
+ +{result.summary}
++ {state.selectedFeatures.length} of {result.count} features selected +
++ Use letters, numbers, hyphens, and underscores only. +
+ {nameConflict && ( ++ Project name already exists! +
++ A project named "{projectName}" is already registered. +
+ ++ Project imported successfully! +
++ {state.createResult?.created} features created +
++ Project {projectName} needs an app specification to get started. +
+Failed to start agent
+{initializerError}
+ ++ Are you sure you want to reset {projectName}? +
+ +This will delete:
+This will preserve:
++ Choose your IDE for opening projects +
+