Skip to content

Slash commands

Every command the TUI accepts in the composer, grouped by what they do.

Type / in the composer to open the command overlay. Start typing to filter; Up/Down to highlight; Tab or Enter to run. Every command below is also runnable by typing the full name.

CommandArgumentsEffect
/newStart a fresh session with the current agent
/resetWipe the current session’s transcript and keep going
/clearAlias for /reset
/sessionsOpen the session browser (same as Ctrl+B)
/rename<title>Set the current session’s title
/export[filename]Write the transcript to session-<id>.md or the filename you pass
/compact[guidance]Summarize older history to shrink context — see Compaction
CommandArgumentsEffect
/agentsPrint the loaded agent list into the conversation
/agent<name>Switch to <name>, or start a session with it if none
/model[provider/model]Print the active model, or switch to the named one
/modelsOpen the full-screen model browser
/thinking[on|off|low|medium|high|max|show|hide]Toggle or set reasoning effort
CommandArgumentsEffect
/interactiveReturn to interactive mode (default)
/auto[max_steps]Engage autonomous mode. Default cap is 30 steps
/policy<name> [k=v ...]Swap to a registered session policy
/background<task>Spin up a new autonomous session with the task text
/bg<task>Alias for /background

See Autonomy for the full policy mechanics.

CommandArgumentsEffect
/login[api-key] [--server <url>]Authenticate with the platform and restart the runtime
/logoutDisconnect and revoke credentials server-side
/whoamiShow the current identity
/profileSwitch profiles (opens the profile dialog)
/workspace[key]View or switch workspace — restarts the runtime
/workspacesList workspaces
/projects[workspace]List projects for the current or named workspace
/reloadRe-discover capabilities and rebuild the tool registry

Each of these opens a full-screen view inside the TUI.

CommandEffect
/capabilitiesManage runtime capabilities (same as Ctrl+P)
/runtimesView workspace interactive runtimes (same as Ctrl+R)
/environmentsBrowse available environments
/skillsBrowse and load skills
/mcpView background services — MCP servers and workers
/workersAlias for /mcp
/secretsView configured secrets and provider presets
/sandboxesMonitor your sandboxes
/evaluationsView workspace evaluation jobs (same as Ctrl+E)
/tracesBrowse traces for the current project (same as Ctrl+T)
/spansBrowse raw local spans for the active session
/consoleView backend logs (same as F5)
CommandArgumentsEffect
/copyCopy the last assistant message (or press y)
/tools<compact|expanded>Set tool-detail density (same as Ctrl+O toggle)
CommandArgumentsEffect
/helpShow the keybinding and command hints
/pull<type://[org/]name[@version]>Pull a Hub artifact into local cache
/versionShow installed Dreadnode version
/updateUpdate Dreadnode CLI to latest
/quitExit the TUI