openai / openai/codex

Allow custom launcher names in exit resume hints

Open Beginner friendly
#43,238 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

CLI enhancement TUI
Dominant language
Rust
Stars
125k
Forks
19.4k
PR merge metrics
PR metrics pending

Description

What variant of Codex are you using?

CLI

What feature would you like to see?

Allow users to specify the launcher name shown in exit resume hints.

I launch Codex through a shell alias or wrapper, such as my-codex, but the exit hint always shows codex resume <session-id>. I need to edit the command before pasting it to use my usual launcher.

I would like both exit hints to use the configured launcher name, while preserving the session ID and session title. The default should remain codex.

Additional information

Observed with Codex CLI 0.153.4. The command name is hardcoded in codex-rs/tui/src/app/exit_summary.rs.

This request is for an explicit display override, not automatic alias detection.

Related: #41505, which concerns direct session-ID resume hints rather than custom launcher names.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in codex-rs/tui/src/app/exit_summary.rs around the hardcoded resume hints at lines 136–147, then trace how CLI configuration reaches the exit summary. Add an explicit launcher-name override with codex as the default, preserving the session ID and title in both hints. Done means both exit hints use the configured name without automatic alias detection.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.