Add session forking and copying functionality with tab management #7602
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Based on the git history and diff, I can see you've been working on adding fork session functionality to Continue. Let me summarize the changes and provide a PR title and description.
Summary of Changes
This PR introduces new session management features that allow users to copy existing sessions and fork conversations from specific points.
This feature is an enhancement of the tabs feature.
Original issue: #4030
Features Added:
Use Cases:
AI Code Review
@continue-general-review
or@continue-detailed-review
Checklist
Screen recording or screenshot
Notes to the reviewer
The chosen icon may not be the best for forking. If we can use a different icon set or an SVG, we can use a better icon similar to this one: https://www.svgrepo.com/svg/327279/git-branch
I have added an limited icon set below the user messages too. This supports all these user actions:
Summary by cubic
Add session copy and fork so users can duplicate conversations or branch from a specific message, with each fork opening in a new tab. This keeps originals intact and speeds up exploring alternatives.