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

Cmd. /import

Import supported Claude Code setup, project files, and recent chats into Codex.

Key takeaways

  • Import supported Claude Code setup, project files, and recent chats into Codex.
  • Check the input surface and availability before using the examples below.

Purpose

Import supported Claude Code setup, project files, and recent chats into Codex.

/import

Availability

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

Use in a local TUI session. Unavailable while a task is running, in a remote session, or when connected to a local app-server daemon.

Examples

/import

When to use it

  1. Inspect Claude Code project instructions before moving them into Codex AGENTS.md and config.
  2. Select recent Claude Code chats that should continue in Codex.
  3. After import, run /diff, /status, and /debug-config before committing any changed files.

Choosing related commands

CommandDifferenceChoose It When
/importMigrates supported external-agent artifactsYou are moving Claude Code workflow into Codex
/initCreates a new AGENTS.md scaffoldYou are starting Codex instructions from scratch
/debug-configExplains active config layersYou need to inspect imported settings

Effects and persistence

Imports supported external configuration into Codex. Inspect the configuration before and after applying it.

/import is an official slash command for importing supported Cursor and Claude Code configuration, MCP servers, plugins, sessions, commands, and project memories into Codex.

Changes

  • /import was added to the official slash command table.
  • The import picker can bring supported Claude Code setup, project files, and recent chats into Codex.
  • The command is limited to local TUI sessions and is unavailable during running tasks, remote sessions, or local app-server daemon connections.

Cautions

Before applying, check for conflicts with AGENTS.md, .codex/config.toml, and skill or plugin rules; inspect the resulting diff.

In 0.145.0 the picker expanded across Cursor and Claude Code artifacts. After import, inspect not only the file diff but /plugins, /mcp, /skills, and thread history metadata.

  • Always inspect /diff and /debug-config after import.
  • Imported instructions, hooks, MCP servers, plugins, or skills may conflict with team policy.
  • For remote or app-server work, import locally first and review the resulting diff.

Official sources

  • Developer Commands
  • Changelog

Complete command list · Verification scope · History for this command

Related docs

Cmd. /import

Claude Code Command Master · Import Codex, Gemini CLI, and Cursor configuration into Claude Code

Terminal CLI Commands and Options

All 27 official Codex CLI command entries, global and command-specific option tables, and release additions

Cmd. /diff

Review current Git changes from inside Codex.

Mastering CLAUDE.md

Claude Code Complete Guide · Design project memory that Claude Code can actually follow.

Cmd. /web-setup

Claude Code Command Master · Connect Claude Code web using local gh credentials.

Cmd. /memories

Configure memory use and generation for Codex sessions.

Cmd. /init

Generate an AGENTS.md scaffold for persistent repository instructions.

On this page

PurposeAvailabilityExamplesWhen to use itChoosing related commandsEffects and persistenceChangesCautionsOfficial sources