Control how the agent plans, reasons, and executes tasks. These settings help balance speed, quality, cost, and reliability across different development workflows.

Control cost versus quality across execution phases such as planning, implementation, and review. Available routing modes:

  • Fast: Prioritizes speed and lower cost using lighter-weight models
  • Balanced: Balances speed and quality for most workflows (recommended)
  • Quality: Prioritizes accuracy and advanced reasoning using more capable models

You can also configure per-phase model overrides to use different models for specific execution phases.

Run validation checks between execution phases to verify generated output before the agent continues. Enable quality gates to help catch errors early and reduce manual corrections.

Control how many tasks the agent can execute in parallel. Higher concurrency can improve execution speed for complex workflows, but may increase resource usage. Default: 5 concurrent tasks

Automatically retry failed tasks during execution. When enabled, the agent attempts to recover from transient failures without manual intervention. Configure the maximum number of retries to avoid repeated failure loops. Default: 1 retry