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

> 新しい MineClawd セッションを作成して切り替えます。

## 目的

新しいセッションを作成し、新しいタスクが古い文脈と混ざらないようにします。

## 構文

```bash theme={null}
/mineclawd sessions new
```

## 使う場面

新しいプロジェクト、別のプレイスタイル、または別の目的を始める前に使います。

## 例

```bash theme={null}
/mineclawd sessions new
```

## 動作と制限

* 新しいセッションは即座にアクティブになります。
* 初期タイトルは `New Session` で、最初の返信後に自動で改名される場合があります。
* セッション ID は 4 文字の短い id で、token 形式は `<id>-<title-slug>` です。

## よくある失敗

* `cannot create a new session while a request is running`: 現在のタスク完了を待ってください。
* `failed to create session`: `mineclawd/sessions/` への書き込み権限を確認してください。
