interactive property
Whether runWithRetry is allowed to prompt the user when automatic
retries are exhausted. Set to false when running inside a spinner or
other non-interactive UI so we never block waiting for stdin.
Implementation
final bool interactive;