Feature request: configurable expiration for Codex side chats #27158
Undertone0809
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Codex side chats currently expire after a short period. When this happens, the panel shows:
This is disruptive during longer code review / agent workflow sessions. A side chat often contains the precise reasoning trail, review context, and follow-up instructions for an in-progress change. If it expires too quickly, the user has to start a new side chat and manually reconstruct context.
Requested behavior
Please add a way to configure the side chat expiration duration.
Possible shapes:
Why it matters
For short questions, temporary side chats are fine. But during real coding work, side chats are often used as lightweight, task-scoped review threads. They may need to survive breaks, long-running agent tasks, or switching between code review and implementation.
A configurable expiration would keep the temporary-chat model while letting users choose a TTL that matches their workflow.
Current workaround
Start a new side chat and restate the prior context manually, which is lossy and adds friction.
Beta Was this translation helpful? Give feedback.
All reactions