Mix

Desktop app

Learn about Mix's interactive mode for real-time workflow automation and debugging.

Desktop App Slash Commands

CommandPurpose
/clearStart a new session
/sessionsBrowse and switch sessions
/contextShow context usage breakdown
/helpGet assistance and guidance
/mcpModel Context Protocol
/permissionsSystem permissions and access

Custom slash commands

Custom slash commands allow you to define frequently-used prompts as Markdown files that Claude Code can execute. Commands are organized by scope (project-specific or personal) and support namespacing through directory structures.

File references

Include file contents in commands using the @ prefix to reference files.

For example:

# Reference a specific file

Review the implementation in @src/utils/helpers.js

# Reference multiple files

Compare @src/old-version.js with @src/new-version.js

Thinking mode

Slash commands can trigger extended thinking by including extended thinking keywords.

Managing MCP connections

Use the /mcp command to:

  • View all configured MCP servers
  • Check connection status
  • Authenticate with OAuth-enabled servers
  • Clear authentication tokens
  • View available tools and prompts from each server

See also