- 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
344 B
344 B
@gsxdsm/fusion
| @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