mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 21:03:08 +00:00
Update app/electron/services/feature-loader.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -456,7 +456,7 @@ class FeatureLoader {
|
|||||||
if (!existingFeature.steps && !updates.steps) updates.steps = [];
|
if (!existingFeature.steps && !updates.steps) updates.steps = [];
|
||||||
if (!existingFeature.images) updates.images = [];
|
if (!existingFeature.images) updates.images = [];
|
||||||
if (!existingFeature.imagePaths) updates.imagePaths = [];
|
if (!existingFeature.imagePaths) updates.imagePaths = [];
|
||||||
if (existingFeature.skipTests === undefined) updates.skipTests = true;
|
if (existingFeature.skipTests === undefined) updates.skipTests = false;
|
||||||
if (!existingFeature.model) updates.model = "sonnet";
|
if (!existingFeature.model) updates.model = "sonnet";
|
||||||
if (!existingFeature.thinkingLevel) updates.thinkingLevel = "none";
|
if (!existingFeature.thinkingLevel) updates.thinkingLevel = "none";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user