···11+---
22+title: Commands
33+description: Commands supported by chat, Console, and channel runtimes.
44+---
55+66+# Commands
77+88+Commands are messages that start with `/` inside interactive chat, Console tasks, or channel runtimes.
99+1010+> In Slack, `/` triggers Slack's own command system, so add a leading space before `/`, for example ` /model`.
1111+>
1212+> In Slack group chats, commands must explicitly address the bot. In Telegram group chats, normal bot commands such as `/model@BotName` are supported.
1313+1414+## Common Commands
1515+1616+These commands are available in CLI chat, Console Web, Telegram, Slack, LINE, and Lark.
1717+1818+| Command | What it does |
1919+|---|---|
2020+| `/help` | Lists currently available commands. |
2121+| `/model` | Shows the current model. |
2222+| `/skill` | Shows current skills. |
2323+| `/workspace` | Shows the current workspace directory. |
2424+2525+For `/workspace`, these forms are supported:
2626+2727+| Command | What it does |
2828+|---|---|
2929+| `/workspace` | Shows the current workspace directory. |
3030+| `/workspace attach <dir>` | Attaches or replaces the workspace directory. |
3131+| `/workspace detach` | Detaches the current workspace. |
3232+3333+For `/model`, these forms are supported:
3434+3535+| Command | What it does |
3636+|---|---|
3737+| `/model` | Shows the current model. |
3838+| `/model set <profile_name>` | Switches the current model. |
3939+4040+## CLI Chat Only
4141+4242+These commands are available in `mistermorph chat`.
4343+4444+| Command | What it does |
4545+|---|---|
4646+| `/exit` | Exits the chat session. |
4747+| `/quit` | Exits the chat session. |
4848+| `/reset` | Clears the current conversation history. |
4949+| `/memory` | Displays the current project memory. |
5050+| `/remember <content>` | Adds a long-term memory item for the current project. |
5151+| `/init` | Generates an `AGENTS.md` file for the current project. |
5252+| `/update` | Regenerates `AGENTS.md` and overwrites the existing file. |
5353+5454+## Telegram Only
5555+5656+These commands are only available in Telegram.
5757+5858+| Command | What it does |
5959+|---|---|
6060+| `/id` | Shows the current Telegram chat id and chat type. |
6161+| `/reset` | Clears chat history, sticky skills, known mentions, and init state for that chat. |