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

# sessions resume

> 通过 id 或 token 切换活动会话。

## 用途

重新激活旧会话，让新请求继续沿用该上下文。

## 语法

```bash theme={null}
/mineclawd sessions resume <session>
```

`<session>` 可以是：

* session id，例如 `1a2b`
* session token，例如 `1a2b-my-project-title`

## 示例

```bash theme={null}
/mineclawd sessions resume 1a2b
/mineclawd sessions resume 1a2b-my-project-title
```

## 行为和限制

* `resume` 不会修改历史，只会切换活动会话指针。
* 如果不确定要用哪个引用，请先运行 `/mineclawd sessions list`。

## 常见失败

* `session not found`：请使用列表输出中的精确 id 或 token。
* `cannot switch sessions while a request is running`：请等待当前请求完成。
