> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baimoqilin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# retry

> retry token を使って最後に失敗したリクエストを再試行します。

## 目的

プロンプトを再入力せずに失敗したリクエストを再実行します。

## 構文

```bash theme={null}
/mineclawd retry <token>
```

## token の取得元

リクエスト失敗時、MineClawd はクリック可能な `[Retry]` と `[Adjust Prompt]` を表示できます。`[Retry]` に紐づく token を使います。

## 動作と制限

* retry token の有効期限は 30 分です。
* 再試行は、アクティブセッションが元の失敗セッションと一致している場合のみ動作します。
* 再試行が正常開始すると、MineClawd は保存していた失敗 token を消去します。

## よくある失敗

* `retry token is invalid or expired`: 失敗から時間が経ちすぎたか token が誤っています。
* `active session changed`: 元のセッションを resume するか、手動で再送してください。
* `another request is still running for this session`: 完了まで待ってください。
