cli/slash-commands.md +0 −6
1# Slash commands in Codex CLI1# Slash commands in Codex CLI
2 2
3Control Codex during interactive sessions
4
5Slash commands give you fast, keyboard-first control over Codex. Type `/` in the composer to open the slash popup, choose a command, and Codex will perform actions such as switching models, adjusting permissions, or summarizing long conversations without leaving the terminal.3Slash commands give you fast, keyboard-first control over Codex. Type `/` in the composer to open the slash popup, choose a command, and Codex will perform actions such as switching models, adjusting permissions, or summarizing long conversations without leaving the terminal.
6 4
7This guide shows you how to:5This guide shows you how to:
2321. Type `/quit` (or `/exit`) and press Enter.2301. Type `/quit` (or `/exit`) and press Enter.
233 231
234Expected: Codex exits immediately. Save or commit any important work first.232Expected: Codex exits immediately. Save or commit any important work first.
235
236[Previous
237
238Command Line Options](https://developers.openai.com/codex/cli/reference)