Commands Reference¶
Complete list of slash commands available in Dial Code.
Session Commands¶
/help¶
Display available commands and shortcuts.
/clear¶
Clear all conversation history and start fresh.
/compress¶
Compress conversation history to save tokens while preserving context.
/stats¶
Show current session statistics including token usage.
Output includes:
- Current token count
- Token limit
- Requests made
- Current model
/exit or /quit¶
Exit Dial Code.
Chat Management¶
/chat save¶
Save the current conversation.
/chat resume¶
Resume a saved conversation.
/chat list¶
List all saved conversations.
/chat delete¶
Delete a saved conversation.
/chat share¶
Generate a shareable link for the conversation.
Configuration Commands¶
/settings¶
Open the settings dialog.
/theme¶
Change the UI theme.
Opens a theme selector with available options.
/model¶
Change the current model.
/auth¶
Change authentication method or re-authenticate.
Tools & Context¶
/tools¶
List all available tools and their status.
/mcp¶
Show MCP server status and available tools.
/memory¶
Manage persistent memory.
/init¶
Initialize a project context file (DIAL.md).
Agent Commands¶
/agents¶
Manage custom subagents.
/agents list # List available agents
/agents create # Create a new agent
/agents delete # Delete an agent
IDE Integration¶
/ide¶
Manage IDE integration.
Utility Commands¶
/summary¶
Generate a summary of the current conversation.
/restore¶
Restore from a checkpoint (if checkpointing is enabled).
Command Syntax¶
Arguments¶
Some commands accept arguments:
Flags¶
Some commands support flags:
Custom Commands¶
Create custom commands in ~/.dial/commands/ or .dial/commands/:
# ~/.dial/commands/deploy.toml
[command]
name = "deploy"
description = "Deploy to production"
prompt = "Run deployment checks and deploy to production"
Use with:
Next Steps¶
- Keyboard Shortcuts - Terminal navigation
- Configuration - Customize command behavior