RightNow Agent opens its slash-command menu when you type / in the composer. The menu fuzzy-matches as you type; press Tab or Enter to accept the highlighted command.
| Command | Aliases | What it does |
|---|---|---|
| /quit | /exit | Quit the application. |
| /help | None | Browse commands and keyboard shortcuts. |
| /docs | /howto, /guides | Browse built-in guides or open a guide by title. |
| /home | /welcome | Leave the session and return to the welcome screen. |
| /delete | None | Confirm and permanently delete the current session history. |
| /new | /clear | Start a fresh session and clear the current conversation. |
| /fork | None | Create a peer session from the current conversation. |
| /compact | None | Compress conversation history, with an optional preservation note. |
| /copy | None | Copy a recent response or write it to a file. |
| /find | None | Search the scrollback in fullscreen mode. |
| /history | None | Search prompts from the current session and restore one to the composer. |
| /export | None | Export the current conversation to a file or clipboard. |
| /transcript | /log | Open the current session transcript surface. |
| /edit-prompt | None | Open an external editor for an empty composer in minimal mode. |
| /expand | None | Expand content in minimal mode. |
| /context | None | Show context-window usage and estimated contributors. |
| /minimal | None | Reopen the current session in minimal render mode. |
| /fullscreen | /full | Reopen the current session in standard fullscreen mode. |
| /model | /m | Switch model by configured ID or display name. |
| /effort | None | Set reasoning effort for the current supported model. |
| /always-approve | None | Toggle automatic approval of offered tool permissions. |
| /multiline | /ml | Toggle multiline composer input. |
| /compact-mode | None | Toggle denser scrollback spacing. |
| /vim-mode | None | Toggle vim-style scrollback navigation and persist the setting. |
| /hooks | None | Open the Hooks tab in the extensions modal. |
| /plugins | None | Open the Plugins tab in the extensions modal. |
| /marketplace | None | Open the Marketplace tab in the extensions modal. |
| /skills | None | Open the Skills tab in the extensions modal. |
| /share | None | Share the current session when session sharing is available. |
| /session-info | /status, /info | Show session, model, authentication, and context details. |
| /rename | /title | Rename the current session or restore automatic naming. |
| /dashboard | /agents-dashboard, /sessions | Open the fullscreen roster of top-level sessions. |
| /cd | None | Change the session working directory. |
| /theme | /t | Preview and select a fullscreen color theme. |
| /feedback | None | Send feedback directly or open the longer feedback pane. |
| /announcements | None | Open session announcements when announcements are present. |
| /remember | None | Save a note to memory immediately. |
| /memory | /mem | Browse, view, and manage stored memories. /memory on or off toggles memory for the session. |
| /flush | None | Flush conversation memory to disk now. |
| /dream | None | Run memory consolidation, merging session logs into organized topics. |
| /plan | None | Enter plan mode, optionally starting with a description. |
| /view-plan | /show-plan, /plan-view | Open the saved plan preview. |
| /resume | None | Open the session picker. |
| /mcps | None | Open the MCP server management modal. |
| /workflows | None | Open the fullscreen dashboard for active and retained workflow runs. |
| /btw | None | Ask an aside without interrupting the main task. |
| /doctor | /terminal-setup, /terminal-check, /terminal-info | Check terminal, clipboard, color, input, notification, and sandbox behavior. |
| /loop | None | Schedule a recurring prompt when the scheduler tool is available. |
| /timestamps | None | Toggle message timestamps. |
| /timeline | None | Open the fullscreen session timeline. |
| /toggle-mouse-reporting | None | Toggle terminal mouse reporting. |
| /settings | /config, /preferences, /prefs | Open the interactive settings modal. |
| /privacy | None | Open coding data, retention, and training settings. |
| /rewind | /undo | Return conversation history to an earlier user turn without reverting files. |
| /jump | None | Jump through conversation locations in fullscreen mode. |
| /login | None | Log in or re-authenticate without leaving the session. |
| /logout | None | Log out and return to the login screen. |
| /import-claude | None | Open the importer for compatible Claude settings. |
| /usage | /cost | View credit usage, with billing management where available. |
| /queue | None | Open the prompt queue. |
| /tasks | None | Open the tasks pane. |
| /release-notes | /changelog | View release notes for the current version. |
| /tutorial | /tour, /onboarding | Open the short built-in onboarding topics. |
| /config-agents | /agents | Manage agent definitions and open the Agents modal. |
| /personas | None | Create, edit, and inspect subagent personas. |
Fullscreen-only commands are /find, /jump, /timeline, /theme, /tutorial, /workflows, and /dashboard. Minimal-only commands are /expand and /edit-prompt. The menu hides commands that cannot run in the current render mode.
An enabled skill with user-invocable: true appears in the same menu as /skill-name. Built-in names win collisions, so a project or plugin skill remains available through its qualified name such as /local:compact.
Disable a skill through /skills to stop advertising its slash command.
/auto and /goal are feature-gated. Voice is off in the shipped profile, and image or video generation is denied by the launcher. Hidden diagnostics and capability-gated recap are not listed as general user commands.