> ## 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>` に指定できる値:

* `1a2b` のようなセッション ID
* `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`: 完了まで待ってください。
