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.
| Command | Aliases | Usage | Description |
|---|---|---|---|
/clear | — | /clear | Clear 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 | — | /compact | Trigger context compaction (summarises old turns to free context). |
/config | — | /config | Show the resolved Neo configuration (provider, model, limits, paths). |
/continue | — | /continue | Resume the most-recent session for the current directory. |
/cost | — | /cost | Show 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 | /? | /help | List available slash commands. |
/mcp | — | /mcp [list|add|remove|connect|auth|status] | Manage MCP servers: list, add, remove, connect, auth, status. |
/memory | — | /memory | Open 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 | /permissions | Show 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 | — | /status | Show session id, model, cwd, token usage, and quota lanes. |
/status-panel | — | /status-panel | Open 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 | — | /usage | Usage/cost summary from local telemetry + today's token budget (same data as neo stats). |
/verbose | — | /verbose | Open the telemetry summary overlay (event/provider/model breakdown, recent traces). |