Clone the current conversation so the user can branch off and try a different approach. Steps: 1. Get the current session ID and project path: 2. Find clone-conversation.sh with bash: - This finds the script whether installed via plugin or manual symlink - Uses version sort to prefer the latest version if multiple exist 3. Run: - Always pass the project path from the history entry, not the current working directory 4. Tell the user they can access the cloned conversation with and look for the one marked (e.g., ) ---