@tyyyho/treg 0.1.21 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -124,7 +124,7 @@ export async function collectInitPrompts(defaults) {
|
|
|
124
124
|
let aiTools = [];
|
|
125
125
|
let skills = featureSelection.skills;
|
|
126
126
|
if (skills) {
|
|
127
|
-
aiTools = await promptMultiChoice("5) AI tools", AI_TOOL_CHOICES,
|
|
127
|
+
aiTools = await promptMultiChoice("5) AI tools", AI_TOOL_CHOICES, []);
|
|
128
128
|
if (aiTools.length === 0) {
|
|
129
129
|
skills = false;
|
|
130
130
|
}
|