Skip to content

Commands

Commands supported by chat, Console, and channel runtimes.

Commands

Commands are messages that start with / inside interactive chat, Console tasks, or channel runtimes.

In Slack, / triggers Slack's own command system, so add a leading space before /, for example /model.

In Slack group chats, commands must explicitly address the bot. In Telegram group chats, normal bot commands such as /model@BotName are supported.

Common Commands

These commands are available in CLI chat, Console Web, Telegram, Slack, LINE, and Lark.

CommandWhat it does
/helpLists currently available commands.
/modelShows the current model.
/skillShows current skills.
/workspaceShows the current workspace directory.

For /workspace, these forms are supported:

CommandWhat it does
/workspaceShows the current workspace directory.
/workspace attach <dir>Attaches or replaces the workspace directory.
/workspace detachDetaches the current workspace.

For /model, these forms are supported:

CommandWhat it does
/modelShows the current model.
/model set <profile_name>Switches the current model.

CLI Chat Only

These commands are available in mistermorph chat.

CommandWhat it does
/exitExits the chat session.
/quitExits the chat session.
/resetClears the current conversation history.
/memoryDisplays the current project memory.
/remember <content>Adds a long-term memory item for the current project.
/initGenerates an AGENTS.md file for the current project.
/updateRegenerates AGENTS.md and overwrites the existing file.

Telegram Only

These commands are only available in Telegram.

CommandWhat it does
/idShows the current Telegram chat id and chat type.
/resetClears chat history, sticky skills, known mentions, and init state for that chat.