executionMode property
Execution mode: how tasks should be executed.
- 'automatic': AI generates and writes code (default)
- 'manual': AI plans, user implements manually
- 'interactive': AI generates, user reviews and approves
Implementation
final String? executionMode;