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. /statusline
한국어English

Cmd. /statusline

Configure TUI footer status-line fields.

Key takeaways

  • Configure TUI footer status-line fields.
  • Check the input surface and availability before using the examples below.

Purpose

Configure TUI footer status-line fields.

/statusline

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

/statusline

When to use it

  1. Add model, reasoning, branch, tokens, and session ID to the footer for long work.
  2. Add Fast mode status if your team frequently toggles /fast.

Choosing related commands

CommandDifferenceChoose It When
/statuslineChanges footer fieldsYou need persistent in-session visibility
/titleChanges terminal title fieldsYou need window/tab identification
/statusPrints session stateYou need a one-time snapshot

Effects and persistence

Changes the status-line configuration and displayed information; it does not itself change the model or permission policy.

/statusline lets you pick and reorder TUI footer items, then persists them to tui.status_line in config.toml.

Cautions

  • Avoid overloading the footer with too many fields.
  • Standardize only the fields that materially reduce team confusion.

Official sources

  • Developer Commands
  • Cli

Complete command list · Verification scope · History for this command

Related docs

Cmd. /title

Configure terminal window or tab title fields.

Cmd. /statusline

Claude Code Command Master · Changes the status-line configuration and displayed information; it does not itself change the model or permission policy.

Cmd. /theme

Choose and persist the TUI syntax-highlighting theme.

Cmd. /tui

Claude Code Command Master · Switch TUI renderer while preserving the conversation.

Cmd. /add-dir

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

Cmd. /experimental

Toggle experimental Codex features from the TUI.

Cmd. /theme

Choose and persist the TUI syntax-highlighting theme.

On this page

PurposeAvailabilityExamplesWhen to use itChoosing related commandsEffects and persistenceCautionsOfficial sources