cli_execute
Run tasks on multiple CLI providers (Claude, Gemini, Codex) with built-in retry, circuit breaker, and fallback to ensure reliable execution.
Instructions
Execute a task on a CLI (Claude, Gemini, or Codex) inline with automatic retry, circuit breaker, and fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cli | Yes | Target CLI provider | |
| cwd | No | Working directory for execution | |
| mode | No | Execution mode | generate |
| prompt | Yes | Prompt to send to the CLI | |
| allow_fallback | No | Allow fallback to other CLIs on failure | |
| timeout_seconds | No | Global timeout budget in seconds (covers all retries and fallbacks) |