Skip to content

Conversation

@andrewting19
Copy link
Contributor

Summary

  • Added ability to duplicate sessions from the sidebar context menu
  • Creates a new session with the same project folder and command as the original
  • Auto-generates a new name (doesn't copy the original session name)

Test plan

  • Right-click a session in the sidebar
  • Click "Duplicate" from the context menu
  • Verify a new session is created with the same project path and command
  • Verify the new session has an auto-generated name

🤖 Generated with Claude Code

Add ability to duplicate sessions from the context menu:
- Added handleDuplicateSession callback in App.tsx that creates a new
  session with the same projectPath and command
- Added "Duplicate" menu item in SessionList.tsx context menu
- Threaded onDuplicate prop through component hierarchy

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gbasin gbasin merged commit 6321540 into gbasin:master Jan 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants