Skip to content

Neo slash commands

Interactive /name commands available inside the Neo TUI — the same catalog /help renders, enumerated headlessly from registerCoreSlashCommands. Plugin-contributed commands (namespaced plugin:<name>:<cmd>) are added live from the plugin bootstrap and are not listed here.

CommandAliasesUsageDescription
/clear/clearClear the in-memory conversation (the saved session is preserved).
/cmd/cmd [list|status|run <name> [args...]]Command console: search/run any registered command (live in-process, mirrors the web dashboard).
/compact/compactTrigger context compaction (summarises old turns to free context).
/config/configShow the resolved Neo configuration (provider, model, limits, paths).
/continue/continueResume the most-recent session for the current directory.
/cost/costShow token usage and estimated USD spend for this session.
/delegations/delegations [running|completed|stopped]List this session's background sub-agent delegations (optionally filter by state).
/diff/diff [--staged] [pathspec]Show working-tree changes (staged + unstaged).
/help/?/helpList available slash commands.
/mcp/mcp [list|add|remove|connect|auth|status]Manage MCP servers: list, add, remove, connect, auth, status.
/memory/memoryOpen the active MEMORY.md in $EDITOR (project or global).
/model/model [name]List available models, or show info about switching the active model.
/permissions/perms/permissionsShow permission mode and rules (read-only).
/plugins/plugins [list|status <name>|enable <name> [--trust]|enable --accept-existing|disable <name>|install <name> [--force] [--trust]|install --from <owner>/<repo>[/<subdir>] [--trust]|uninstall <name>|reinstall <name>|list-available]Manage installed plugins: list, status, enable, disable, install, uninstall, reinstall, list-available.
/resume/resume [session-id]Resume a prior session (picker) or load a specific session by ID.
/sessions/sessions [list]List recent sessions with title + alive/idle status.
/skills/skills [list|disable <name> [--global|--session]|enable <name> [--global|--session]]View and toggle active skills for this session (live in-session context control).
/status/statusShow session id, model, cwd, token usage, and quota lanes.
/status-panel/status-panelOpen the status panel: daemon up/down, active task count, current session.
/tasks/tasks [pending|in_progress|completed|failed|stopped]List this session's tasks (optionally filter by status).
/think/think [on|off|budget <n>|effort <low|medium|high>]Toggle extended thinking mode on/off, or set the thinking token budget.
/tools/tools [list|disable <name> [--global|--session]|enable <name> [--global|--session]]View and toggle active tools for this session (live in-session context control).
/trace/trace [traceId]Open the telemetry trace overlay, optionally pre-selecting a trace by id.
/usage/usageUsage/cost summary from local telemetry + today's token budget (same data as neo stats).
/verbose/verboseOpen the telemetry summary overlay (event/provider/model breakdown, recent traces).