threadmap_fork
Create a clean conversation branch from any message index to explore alternative paths without losing original context. Preserve original intent by forking at the exact point needed.
Instructions
Fork the conversation from a specific message index. Creates a clean branch with only context up to that point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| branchName | Yes | Name for this branch (e.g. 'auth-restart') | |
| messageIndex | Yes | Index of message to fork from (0-based) |