--transcript-file.
Flags
| Flag | Description |
|---|---|
--transcript-file <path> | Attach a session transcript file (for example, an agent session transcript). |
Output
| Field | Type | Description |
|---|---|---|
ok | true | Always true on success. |
includedTranscript | boolean | Whether a transcript was attached to the report. |
transcriptError | string | undefined | Set only when a --transcript-file was given but could not be attached (missing, unreadable, or too large). The report is still sent. |
environment.cliVersion | string | Version of the CLI that sent the report. |
environment.platform | string | Operating system platform. |
environment.arch | string | CPU architecture. |
Errors
| Code | Exit | Notes |
|---|---|---|
validation_error | 2 | The stdin message was empty or missing (nothing piped). |
auth_required | 3 | Not signed in. Run clay login to authenticate. |
rate_limited | 4 | Too many feedback reports in a short window. Retry after the delay in details.retryAfter. |

