feat(FN-1041): add step session executor and execution settings UI
- Implement StepSessionExecutor class with parallel wave scheduling, conflict detection, and retry logic - Define interfaces and utility types for step session execution (StepSession, StepSessionConfig, StepResult) - Add Execution settings section to the dashboard SettingsModal for configuring step session behavior - Add comprehensive tests for StepSessionExecutor (1225 lines) and SettingsModal Execution section - Add changeset for @gsxdsm/fusion package
This commit is contained in:
9
.changeset/add-step-session-execution.md
Normal file
9
.changeset/add-step-session-execution.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"@gsxdsm/fusion": minor
|
||||
---
|
||||
|
||||
Add Execution section to dashboard settings for step-by-step session control
|
||||
|
||||
Users can now configure step execution behavior from the dashboard Settings modal:
|
||||
- Toggle "Run each step in a new session" for better isolation and error recovery
|
||||
- Set "Maximum parallel steps" (1-4) when step sessions are enabled
|
||||
Reference in New Issue
Block a user