Fix step execution range toggle persistence

This commit is contained in:
QLHazyCoder
2026-05-20 10:29:47 +08:00
parent aa8025cb76
commit 9dbbce77ad
3 changed files with 42 additions and 5 deletions
+4 -4
View File
@@ -341,8 +341,8 @@
},
autoRun: {
stepExecutionRange: normalizeStepExecutionRangeEntry(
nested?.flows?.openai?.autoRun?.stepExecutionRange
?? stepExecutionRangeByFlow.openai
stepExecutionRangeByFlow.openai
?? nested?.flows?.openai?.autoRun?.stepExecutionRange
?? {},
defaults.flows.openai.autoRun.stepExecutionRange
),
@@ -370,8 +370,8 @@
},
autoRun: {
stepExecutionRange: normalizeStepExecutionRangeEntry(
nested?.flows?.kiro?.autoRun?.stepExecutionRange
?? stepExecutionRangeByFlow.kiro
stepExecutionRangeByFlow.kiro
?? nested?.flows?.kiro?.autoRun?.stepExecutionRange
?? {},
defaults.flows.kiro.autoRun.stepExecutionRange
),