codex_fork_thread
Clone a thread's session history into a new thread, allowing independent continuation or modification without affecting the source.
Instructions
Fork an existing thread into a new thread by cloning its session history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes | The source thread ID to fork from. | |
| cwd | No | Optional working directory override for the new thread. |