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

Cmd. /recap

Manual task recaps and the automatic recap setting

Key takeaways

  • Manual task recaps and the automatic recap setting
  • Check the input surface and availability before using the examples below.

Purpose

Manual task recaps and the automatic recap setting

/recap

Availability

FieldValue
Input surfaceRunning CLI prompt
KindBuilt-in
StatusRelease-tracked
Aliases—
Documented minimumNot specified
Reviewed against2026-09-22 · Codex CLI 0.155.1
Release evidencev0.153.0

Tracked through releases outside the slash table. Manual /recap remains available with tui.auto_recap = false.

Examples

/recap

Use /recap for a manual recap. Disable automatic recaps in user configuration with:

[tui]
auto_recap = false

0.153.0 explicitly preserves manual /recap when automatic recaps are disabled. Add the key to an existing [tui] table rather than duplicating the table. /compact is a separate command for freeing context space.

Effects and persistence

Shows a short recap of the conversation. It serves a different purpose from context compaction.

Cautions

Tracked through releases outside the slash table. Manual /recap remains available with tui.auto_recap = false.

Official sources

  • Changelog
  • Developer Commands

Complete command list · Verification scope · History for this command

Related docs

Cmd. /recap

Claude Code Command Master · Shows a short recap of the conversation. It serves a different purpose from context compaction.

Cmd. /settings

Claude Code Command Master · Alias for the /config settings interface.

Cmd. /add-dir

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

Cmd. /release-notes

Claude Code Command Master · Displays selected release notes in the transcript without adding them to model conversation context.

Cmd. /tasks

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

Cmd. /export

Export the complete TUI conversation as Markdown to the clipboard or a new file.

Cmd. /plan

Switch to plan mode and optionally send a planning prompt.

On this page

PurposeAvailabilityExamplesEffects and persistenceCautionsOfficial sources