From f460e689f1295c649974b6bd4475ecb0a32b0ba4 Mon Sep 17 00:00:00 2001 From: Ben <117330199+trueheads@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:54:22 -0600 Subject: [PATCH] Update app/electron/services/feature-loader.js Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- app/electron/services/feature-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/electron/services/feature-loader.js b/app/electron/services/feature-loader.js index d9b69404..352ad22e 100644 --- a/app/electron/services/feature-loader.js +++ b/app/electron/services/feature-loader.js @@ -456,7 +456,7 @@ class FeatureLoader { if (!existingFeature.steps && !updates.steps) updates.steps = []; if (!existingFeature.images) updates.images = []; 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.thinkingLevel) updates.thinkingLevel = "none";