Desktop app
Learn about Mix's interactive mode for real-time workflow automation and debugging.
Desktop App Slash Commands
Command | Purpose |
---|---|
/clear | Start a new session |
/sessions | Browse and switch sessions |
/context | Show context usage breakdown |
/help | Get assistance and guidance |
/mcp | Model Context Protocol |
/permissions | System 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
- Interactive mode - Shortcuts, input modes, and interactive features
- CLI reference - Command-line flags and options
- Settings - Configuration options
- Memory management - Managing Claude's memory across sessions