Skip to content

Slash commands

Inside a muaz chat session, slash commands control the REPL. Type /help at any time to see the full list, including any custom commands you’ve defined.

CommandDescription
/helpShow all commands
/agentsList agents across all namespaces
/switch <name>Load a different agent, start a fresh session
/mcpShow MCP server connection status
/toolsList registered tools and their approval policy
/sessionShow current session metadata (id, model, message count)
/sessionsBrowse recent sessions; choose one to resume
/run <name> [input]Run a multi-agent pipeline
/pipelinesList pipelines in your local workspace
/skillsList available Agent Skills
/skill <name>Show the body of a skill’s SKILL.md
/auth [profile]Store an API key for a provider profile in the OS keychain (input hidden). Defaults to the current session’s profile. The muaz auth [profile] CLI command does the same before a chat starts
/usageShow token usage for the current session
/compactSummarize and compact the conversation history
/incognitoToggle incognito mode (session not saved)
/clearClear history and start a fresh session
/exit or /quitExit muaz

In /sessions, type d <n> to delete the n-th listed session.

Custom commands defined in ~/.muaz/plugins/local/commands/<name>.yaml also appear in /help. See Configuration for how to add them.