> ## 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

> 使用重试 token 重新执行最近一次失败请求。

## 用途

无需重新输入 prompt，即可重放一次失败请求。

## 语法

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

## token 的来源

当请求失败时，MineClawd 会显示可点击的 `[Retry]` 和 `[Adjust Prompt]` 操作。使用 `[Retry]` 背后的 token。

## 行为和限制

* 重试 token 会在 30 分钟后过期。
* 只有当前活动会话仍与原失败会话一致时，重试才会成功。
* 如果重试成功启动，MineClawd 会清除已保存的失败 token。

## 常见失败

* `retry token is invalid or expired`：请求失败时间过久，或 token 不正确。
* `active session changed`：请恢复到原会话，或手动重新发送。
* `another request is still running for this session`：请等待当前请求完成。
