Bug Report: AI selection still displays "none" after selecting an AI option
Description
After selecting an AI option from the AI section (e.g., Vercel AI SDK, Mastra, etc.), the generated CLI command at the bottom of the screen still shows --ai none instead of reflecting the selected AI.
Steps to Reproduce
- Open the Builder
- Scroll to the Ai section
- Select any AI option (e.g., Vercel AI SDK)
- Observe the CLI command preview at the bottom of the page
Expected Behavior
The CLI command should update to reflect the selected AI, e.g., --ai vercel-ai (or the appropriate flag value).
Actual Behavior
The CLI command still shows --ai none even after an AI option is selected.
Screenshots
Additional Context
Other sections like state management and forms appear to update correctly (e.g., --state-management zustand, --forms are reflected in the command). The issue seems isolated to the AI section.
Bug Report: AI selection still displays "none" after selecting an AI option
Description
After selecting an AI option from the AI section (e.g., Vercel AI SDK, Mastra, etc.), the generated CLI command at the bottom of the screen still shows
--ai noneinstead of reflecting the selected AI.Steps to Reproduce
Expected Behavior
The CLI command should update to reflect the selected AI, e.g.,
--ai vercel-ai(or the appropriate flag value).Actual Behavior
The CLI command still shows
--ai noneeven after an AI option is selected.Screenshots
Additional Context
Other sections like state management and forms appear to update correctly (e.g.,
--state-management zustand,--formsare reflected in the command). The issue seems isolated to the AI section.