Allow the user to continue a previously saved session/thread with the same current working directory by using a command like /session. This command can only be used before any message has been sent.
Incremental thread state is already persisted in ~/.codex/sessions/rollout-*.json but an alternative structure is necessary to store thread information.
A simple alternative could allow the user to continue the most recently saved thread state for the current working directory.
Allow the user to continue a previously saved session/thread with the same current working directory by using a command like
/session. This command can only be used before any message has been sent.Incremental thread state is already persisted in
~/.codex/sessions/rollout-*.jsonbut an alternative structure is necessary to store thread information.A simple alternative could allow the user to continue the most recently saved thread state for the current working directory.