Module modes

Module modes 

Source
Expand description

Execution modes for controlling how plans are executed

Supports three execution modes:

  • Automatic: Execute all steps without user intervention
  • StepByStep: Require approval for each step
  • DryRun: Preview changes without applying them

Structs§

AutomaticModeExecutor
Automatic mode executor
DryRunModeExecutor
Dry-run mode executor
DryRunSummary
Summary of changes in dry-run mode
ModeConfig
Configuration for execution modes
ModePersistence
Mode persistence for remembering user preferences
PreviewChange
A change that would be made in dry-run mode
StepByStepModeExecutor
Step-by-step mode executor

Enums§

ChangeType
Type of change in dry-run mode