---
title: Slash commands
description: Every in-TUI command, in the order the popup shows them.
status: verified
editUrl: https://github.com/tilework-tech/nori-docs/blob/main/scripts/regen-cli-reference.mjs
sidebar:
  order: 3
---

<!-- GENERATED — do not edit. source: cli@3fce4093 command: scripts/regen-cli-reference.sh -->

"During task" marks commands you can run while the agent is working.

| Command | Description | During task |
|---|---|---|
| `/agent` | switch between available ACP agents | — |
| `/model` | choose what model and reasoning effort to use | — |
| `/config` | configure ACP agent settings (if exposed by the agent) | — |
| `/approvals` | choose what Nori can do without approval | — |
| `/settings` | configure Nori CLI settings (theme, hotkeys, layout, …) | — |
| `/goal` | set or view the goal for a long-running task | yes |
| `/new` | start a new chat during a conversation | — |
| `/resume` | resume a previous session | — |
| `/resume-viewonly` | view a previous session transcript (read-only) | — |
| `/close` | close (release) the current session and start a fresh chat | — |
| `/init` | create an AGENTS.md file with instructions for Nori | — |
| `/compact` | summarize conversation to prevent hitting the context limit | — |
| `/undo` | ask Nori to undo a turn | — |
| `/browse` | open a file manager to browse and edit files | yes |
| `/diff` | show git diff (including untracked files) | yes |
| `/mention` | mention a file | yes |
| `/status` | show current session configuration and context window usage | yes |
| `/memory` | show the contents of all active instruction files | yes |
| `/first-prompt` | show the first prompt from this session | yes |
| `/mcp` | manage MCP server connections | — |
| `/login` | log in to the current agent | — |
| `/logout` | show logout instructions | — |
| `/quit` | exit Nori | yes |
| `/exit` | exit Nori | yes |
| `/switch-skillset` | switch between available skillsets | — |
| `/fork` | rewind conversation to a previous message | — |
| `/browser` | open a Chrome browser the agent can control via CDP | — |
