forked from openai/codex
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requestproducerProducer-created planning/analysis taskProducer-created planning/analysis taskproducer functionalityFunctional task generated by producerFunctional task generated by producer
Description
Context
Upstream request: Add Chat Session Management (list sessions, resume, or a --restore-session option).
- Upstream: Add Chat Session Management: chat list, chat resume or --restore-session openai/codex#2080
- Popularity: High (60+ 👍)
Description
Introduce first-class session management so users can list previous chats and resume them by ID or name. Include CLI flags and TUI affordances.
Scope
- Persist sessions with stable identifiers and metadata (title, created, last active).
- CLI:
--list-sessions,--resume <id|name>; TUI: a sessions view or quick switcher. - Automatic session save/restore on exit/start per flag.
Acceptance Criteria
- Users can list available sessions and see human-friendly metadata.
- Users can resume a prior session via CLI flag and within TUI.
- New behavior documented and covered by basic tests; existing flows remain unchanged by default.
Notes
Consider storage format and migration; ensure backward compatibility where applicable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestproducerProducer-created planning/analysis taskProducer-created planning/analysis taskproducer functionalityFunctional task generated by producerFunctional task generated by producer