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 /models.

In Slack group chats, commands must explicitly address the bot. In Telegram group chats, normal bot commands such as /models@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.
/stopStops the current running task in this conversation.
/modelsShows the current model.
/think <task>Runs the task through the think LLM route.
/skillsShows current skills.
/ctxShows context-window usage for the current conversation.
/ctx compactCompacts older conversation context into a checkpoint now.
/workspaceShows the current workspace directory.

/stop only targets the active task in the same runtime and conversation, topic, or thread. If no task is running, Mister Morph replies 🤔. If the stop request is accepted, it replies 👌.

While a task is running, a normal non-command message is treated as steer input for that same task instead of creating a new task. Accepted steer input replies 👌. If the task exists but can no longer accept steer input, it replies 😵‍💫.

/ctx does not call the LLM. If no agent turn has recorded usage yet, it says no context usage has been recorded.

/ctx compact makes one checkpoint LLM request without checking the automatic compaction threshold. It does not enter the normal agent loop, and neither the command nor its confirmation is added to conversation history. It returns an error when context compaction is disabled or there is no safe history prefix to compact.

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 /models, these forms are supported:

CommandWhat it does
/modelsShows the current model.
/models listLists configured model profiles.
/models set <profile_name>Switches the current model.
/models resetResets model selection to automatic mode.

For /think, put the task text after the command:

CommandWhat it does
/think <task>Strips the command prefix, resolves llm.routes.think, and temporarily applies reasoning_effort=xhigh for that task.

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.