Update cli prompts

This commit is contained in:
Aman Varshney
2025-04-02 13:59:37 +05:30
parent 12e297d94d
commit 0d7ac632e3
19 changed files with 91 additions and 34 deletions

View File

@@ -243,7 +243,7 @@ const TECH_OPTIONS = {
{
id: "ai",
name: "AI Example",
description: "AI integration example",
description: "AI integration example using AI SDK",
icon: "🤖",
color: "from-purple-500 to-purple-700",
default: false,
@@ -441,6 +441,8 @@ const StackArchitect = () => {
if (stackState.addons.length > 0) {
flags.push(`--addons ${stackState.addons.join(" ")}`);
} else {
flags.push("--addons none");
}
if (stackState.examples.length > 0) {