RATE_LIMITED

What it means. Too many requests in a short time.

What to do. Wait for the number of seconds in details.retry_after, then retry.

  • HTTP status: 429
  • Retryable after applying the fix: yes

Every failure from the CLI or an MCP tool has this shape:

{
  "ok": false,
  "code": "RATE_LIMITED",
  "message": "Too many requests in a short time.",
  "fix": "Wait for the number of seconds in details.retry_after, then retry.",
  "file": "<where to edit, when known>",
  "retryable": true,
  "docs": "https://docs.uarpie.app/errors/RATE_LIMITED"
}

Apply fix (edit file when it is given), then run the same command again.