You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to suggest an enhancement!
Please search existing issues to see if a similar feature has already been requested.
What would you like to be added?
Add a command to export the current session context (conversation history, loaded files, and state) to a JSON file that can be shared or resumed later.
Why is this needed?
Currently sessions are ephemeral. Users cannot share their work-in-progress with teammates or save their session for later continuation.
Additional context
Use case: A developer wants to share their debugging session with a colleague, or save their work before restarting the CLI. The exported file could be loaded with --session-file flag.
Important
Thanks for taking the time to suggest an enhancement!
Please search existing issues to see if a similar feature has already been requested.
What would you like to be added?
Add a command to export the current session context (conversation history, loaded files, and state) to a JSON file that can be shared or resumed later.
Why is this needed?
Currently sessions are ephemeral. Users cannot share their work-in-progress with teammates or save their session for later continuation.
Additional context
Use case: A developer wants to share their debugging session with a colleague, or save their work before restarting the CLI. The exported file could be loaded with
--session-fileflag.