Is your feature request related to a problem? Please describe.
Users may want to fork a session to branch off from existing conversation history while keeping the original intact.
Describe the solution you'd like
Add support for forking sessions through the UI. When a user forks a session, create a new independent session that continues from the original's conversation history.
Additional context
Claude's SDK supports session forking natively, which could be a good starting point for implementation.
Is your feature request related to a problem? Please describe.
Users may want to fork a session to branch off from existing conversation history while keeping the original intact.
Describe the solution you'd like
Add support for forking sessions through the UI. When a user forks a session, create a new independent session that continues from the original's conversation history.
Additional context
Claude's SDK supports session forking natively, which could be a good starting point for implementation.