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.
| Command | Description |
|---|---|
/help | Show all commands |
/agents | List agents across all namespaces |
/switch <name> | Load a different agent, start a fresh session |
/mcp | Show MCP server connection status |
/tools | List registered tools and their approval policy |
/session | Show current session metadata (id, model, message count) |
/sessions | Browse recent sessions; choose one to resume |
/run <name> [input] | Run a multi-agent pipeline |
/pipelines | List pipelines in your local workspace |
/skills | List 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 |
/usage | Show token usage for the current session |
/compact | Summarize and compact the conversation history |
/incognito | Toggle incognito mode (session not saved) |
/clear | Clear history and start a fresh session |
/exit or /quit | Exit 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.