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

# スラッシュコマンドリファレンス

スラッシュコマンドは Embedder の特定動作を呼び出すショートカットです。コマンドを入力して `Enter` で実行します。`/` を入力すると候補が表示されます。

## セッションとナビゲーション

| コマンド        | エイリアス                       | 説明           |
| ----------- | --------------------------- | ------------ |
| `/clear`    | `/reset`, `/new`            | 会話履歴をクリア     |
| `/history`  | `/resume`, `/conversations` | 会話履歴を表示      |
| `/rewind`   | -                           | 以前の状態に巻き戻し   |
| `/undo`     | -                           | 直前メッセージを取り消し |
| `/compress` | `/summarize`                | 会話コンテキストを圧縮  |
| `/exit`     | `/quit`, `/q`               | アプリを終了       |

<Tip>
  タスクが変わるたびに `/clear` を使うと、精度が安定しやすくなります。
</Tip>

## モードとモデル

| コマンド    | エイリアス | 説明          |
| ------- | ----- | ----------- |
| `/plan` | -     | Plan モードに切替 |
| `/act`  | -     | Act モードに切替  |

## プロジェクトとチーム

| コマンド          | エイリアス                             | 説明                |
| ------------- | --------------------------------- | ----------------- |
| `/project`    | `/switch-project`                 | プロジェクト切替          |
| `/peripheral` | `/peripherals`, `/add-peripheral` | 周辺機器を追加           |
| `/init`       | -                                 | `EMBEDDER.md` を生成 |
| `/tasks`      | `/todos`, `/plan`                 | 現在セッションのタスクリスト表示  |

<Tip>
  新規プロジェクトでは最初に `/init` を実行してください。
</Tip>

## ツールとユーティリティ

| コマンド       | エイリアス | 説明                |
| ---------- | ----- | ----------------- |
| `/serial`  | -     | シリアルターミナルのサイドバー切替 |
| `/console` | -     | Web コンソールを開く      |
| `/billing` | -     | 請求ページを開く          |
| `/logs`    | -     | ログフォルダを開く         |

## 設定とヘルプ

| コマンド           | エイリアス          | 説明                    |
| -------------- | -------------- | --------------------- |
| `/theme`       | `/t`           | テーマ変更（セレクタ表示 or 直接指定） |
| `/keybindings` | `/keys`, `/kb` | キーバインド変更（emacs/vim）   |
| `/help`        | `/h`, `/?`     | ドキュメントとコマンド一覧を表示      |
| `/welcome`     | -              | ウェルカムアニメーション表示        |

<Tip>
  ライトテーマとダークテーマを個別に設定できます。
</Tip>

## アカウント

| コマンド                 | エイリアス               | 説明              |
| -------------------- | ------------------- | --------------- |
| `/logout`            | `/signout`          | サインアウトしてログイン画面へ |
| `/bug [description]` | `/report`, `/issue` | バグ報告            |

## 使用例

```txt embedder theme={null} theme={"system"}
/theme dracula          # テーマを dracula に設定
/bug App crashes on X   # 説明付きでバグ報告
/t nord                 # 短いエイリアス
```

<Tip>
  多くのコマンドに短いエイリアスがあります。`/help` で確認できます。
</Tip>
