codex icon indicating copy to clipboard operation
codex copied to clipboard

Help for resume and continue

Open jaizard1 opened this issue 3 months ago • 1 comments

What feature would you like to see?

The continue and resume commands are implemented but do not appear in --help.

Are you interested in implementing this feature?

Can be implemented immediately

Additional information

I also want to execute it with short commands using -c and -r.

jaizard1 avatar Sep 06 '25 04:09 jaizard1

They were deliberately hidden: https://github.com/openai/codex/pull/3218

tekacs avatar Sep 06 '25 05:09 tekacs

Trying to use --continue doesn't continue the previous session with the history, it appears to start fresh session and then when asked it tries to build the context but doesn't.

Is this expected? Coming from Claude code it appears to fail at continuing. what am I doing wrong?

praneybehl avatar Sep 11 '25 01:09 praneybehl

@praneybehl same behaviour here, I had to downgrade to 0.3 which was the last stable release I used before 0.34

maleeqB avatar Sep 11 '25 22:09 maleeqB

"resume" has been added to the help, and "continue" no longer exists as a command-line option, so I'm going to close this issue.

etraut-openai avatar Nov 09 '25 17:11 etraut-openai