# capt-hook transcripts register


Register one external transcript against a session -- exactly one of `--thread-id` or `--path`.


``` bash
capt-hook transcripts register [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: capt-hook transcripts register [OPTIONS]

      Register one external transcript against a session -- exactly one of
      --thread-id or --path.

    Options:
      --session TEXT    Claude Code session id to attach the transcript to
                        [required]
      --provider TEXT   Transcript source provider
      --thread-id TEXT  Provider thread id, resolved to a rollout at dispatch
      --path TEXT       Direct path to the transcript file
      --label TEXT      Optional human label for the registration
      --help            Show this message and exit.


# Options


`--session: TEXT`  
**Required.** Claude Code session id to attach the transcript to

`--provider: TEXT = codex`  
Transcript source provider

`--thread-id: TEXT`  
Provider thread id, resolved to a rollout at dispatch

`--path: TEXT`  
Direct path to the transcript file

`--label: TEXT`  
Optional human label for the registration
