Skip to main content
reopt Handbook
reopt Handbook
Codex Command MasterLabels and command selectionHow to read a detail guideComplete command listTerminal CLI Commands and Options

Task guides

Core Command GroupSession Command GroupCustom Command GuideMCP Command and Integration GuideDesign Workflows

Conversation and context

Cmd. /clearCmd. /renameCmd. /archiveCmd. /deleteCmd. /compactCmd. /copyCmd. /memoriesCmd. /importCmd. /initCmd. /mentionCmd. /forkCmd. /sideCmd. /resumeCmd. /newCmd. /cdCmd. /exportCmd. /recap

Planning and execution

Cmd. /planCmd. /goalCmd. /psCmd. /stopCmd. /app

Review and verification

Cmd. /review

Models and settings

Cmd. /modelCmd. /fast

Permissions and integrations

Cmd. /permissionsCmd. /ideCmd. /setup-default-sandboxCmd. /sandbox-add-read-dirCmd. /pluginsCmd. /hooksCmd. /approveCmd. /skillsCmd. /mcp

Status and diagnostics

Cmd. /agentCmd. /appsCmd. /diffCmd. /feedbackCmd. /personalityCmd. /rawCmd. /statusCmd. /debug-configCmd. /title

Display and input

Cmd. /keymapCmd. /vimCmd. /experimentalCmd. /statuslineCmd. /themeCmd. /petsCmd. /voiceCmd. /worktree

Account and usage

Cmd. /exitCmd. /logoutCmd. /quitCmd. /usage

Legacy

Cmd. /approvals

Verification and history

Current verification scopeHandbook updatesRelease coverage historyEarlier verification recordsCommand change history
Handbook›Codex Command Master›Cmd. /status
한국어English

Cmd. /status

Inspect session configuration, token usage, model, and policy.

Key takeaways

  • Inspect session configuration, token usage, model, and policy.
  • Check the input surface and availability before using the examples below.

Purpose

Inspect session configuration, token usage, model, and policy.

/status

Availability

FieldValue
Input surfaceRunning CLI prompt
KindBuilt-in
StatusCurrent reference
Aliases—
Documented minimumNot specified
Reviewed against2026-09-22 · Codex CLI 0.155.1

The installed command menu and account or organization settings determine availability.

Examples

/status

When to use it

  1. Run /status at the start of a task to verify model, directory, and permissions.
  2. Run /status after /permissions, /model, /resume, or /goal.

Choosing related commands

CommandDifferenceChoose It When
/statusInspects runtime stateYou need to know how Codex is configured
/modelChanges modelYou need to switch after checking state
/debug-configExplains config layersYou need deeper config diagnostics

Effects and persistence

Inspects current session state so you can check the effective model, permissions, and usage.

/status displays session configuration and token usage, including the active model, approval policy, writable roots, and remaining context capacity.

Status display in 0.155.0–0.155.1

0.155.0 added live reasoning summaries in the status row and completion timestamps. In 0.155.1, new local TUI sessions default summaries to disabled while respecting explicit settings.

Official changelog

Cautions

  • /status tells you state; it does not change policy or fix configuration by itself.
  • In remote or resumed sessions, re-check state before editing.

Official sources

  • Developer Commands
  • Cli

Complete command list · Verification scope · History for this command

Related docs

Cmd. /debug-config

Inspect Codex config layers, policy sources, and requirements diagnostics.

Cmd. /permissions

Change Codex approval and permission policy during a session.

Cmd. /add-dir

Claude Code Command Master · Add a working directory for file access in this session.

Cmd. /tasks

Claude Code Command Master · Manage current-session background work (/bashes).

Cmd. /usage

Claude Code Command Master · Show session cost, plan limits, and activity.

Cmd. /raw

Toggle raw scrollback mode for easier terminal selection and copying.

Cmd. /debug-config

Inspect Codex config layers, policy sources, and requirements diagnostics.

On this page

PurposeAvailabilityExamplesWhen to use itChoosing related commandsEffects and persistenceStatus display in 0.155.0–0.155.1CautionsOfficial sources