This reference covers all available commands and hotkeys in Slate CLI, with interaction commands prioritized for quick access.
Quick Reference
- Essential Shortcuts
- All Shortcuts
Agent Interaction
Agent Interaction
Slash Commands
All commands start with
/ and support autocomplete with TabCore Commands
Workspace Management
/workspace - Manage workspace directories
/workspace - Manage workspace directories
/add-dir - Quick workspace addition
/add-dir - Quick workspace addition
Theme Commands
System Commands
Shell Mode
Type
! at the beginning of a line to enter shell mode for direct command executionShell Mode Features
Command Execution
- Run any shell command directly
- Commands execute in the current workspace
- Output is captured and displayed
- Exit codes are reported
History & Completion
- Full command history with ↑/↓ arrows
- Tab completion for commands and paths
- Persistent history across sessions
Common Shell Operations
Special Key Combinations
- Dialog Controls
- Paste Mode
| Key | Action |
|---|---|
| Enter | Confirm/Select |
| Escape | Cancel/Close |
| Ctrl+C | Force close/Cancel |
| ↑/↓ | Navigate options |
| Tab | Move to next field |
Tips & Tricks
Efficient Navigation
Efficient Navigation
Productivity Shortcuts
Productivity Shortcuts
- Ctrl+X opens your system’s default editor for composing complex prompts
- Ctrl+M opens the model picker to switch models without leaving the chat
- Use
/workspace add .to quickly add the current directory - Chain shell commands with
!command1 && command2
Advanced Usage
Advanced Usage
- Combine
/diffwith shell mode to review changes before committing - Use Ctrl+O to inspect subagent sessions while they run
- Theme switching persists across sessions
Exit Codes
Understanding exit codes helps diagnose issues when commands fail
| Code | Description |
|---|---|
| 0 | Success |
| 1 | General error or invalid usage |
| 2 | Misuse of shell command |
| 126 | Command found but not executable |
| 127 | Command not found |
| 128 | Invalid exit argument |
| 130 | User interrupted (Ctrl+C) |

