Documentation Index
Fetch the complete documentation index at: https://docs.randomlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick Reference
- Essential Shortcuts
- All Shortcuts
Agent Interaction
Agent Interaction
Slash Commands
/ and support autocomplete with TabCore Commands
Agent & Session Controls
/rename - Rename the current session
/rename - Rename the current session
/timestamps (alias: /timestamp) - Toggle message timestamps
/timestamps (alias: /timestamp) - Toggle message timestamps
/permission-mode (aliases: /perm-mode, /yolo) - Toggle session permission mode
/permission-mode (aliases: /perm-mode, /yolo) - Toggle session permission mode
/model-next (aliases: /next-model, /cycle-model) - Cycle the main model
/model-next (aliases: /next-model, /cycle-model) - Cycle the main model
/effort-next (aliases: /next-effort, /cycle-thinking) - Cycle thinking level
/effort-next (aliases: /next-effort, /cycle-thinking) - Cycle thinking level
/editor - Open external editor
/editor - Open external editor
/config (aliases: /settings, /approvals) - Open workspace config
/config (aliases: /settings, /approvals) - Open workspace config
Workspace Management
/workspace (alias: /workspaces) - Manage workspace directories
/workspace (alias: /workspaces) - Manage workspace directories
/add-dir - Quick workspace addition
/add-dir - Quick workspace addition
Theme Commands
System Commands
Application Management
Application Management
Shell Mode
! at the beginning of a line to enter shell mode for direct command executionShell Mode Features
- Run any shell command directly
- Commands execute in the current workspace
- Output is captured and displayed
- Exit codes are reported
- 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 then E opens your system’s default editor for composing complex prompts
- Ctrl+X then 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
- Use Ctrl+O to inspect subagent sessions while they run
- Theme switching persists across sessions
Exit Codes
| 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) |

