Clone the current conversation so the user can branch off and try a different approach.
/plugin marketplace add ykdojo/claude-code-tips/plugin install dx@ykdojoClone the current conversation so the user can branch off and try a different approach. Steps: 1. Get the current session ID and project path by reading the most recent entry in `~/.claude/history.jsonl` (both `sessionId` and `project` fields) 2. Find clone-conversation.sh with bash: `find ~/.claude -name "clone-conversation.sh" 2>/dev/null | sort -V | tail -1` - This finds the script whether installed via plugin or manual symlink - Uses version sort to prefer the latest version if multiple exist 3. Run: `<script-path> <session-id> <project-path>` - Always pass the project path fr...
/cloneClone Azure DevOps repositories to local workspace. Use after init if cloning was skipped, or to add repos later.