relai report sends a log file and feedback to RELAI so the team can review
a run — for a bug, a suggested improvement, or general feedback.
What gets sent
A report can include:- the log file you select (or none, if you choose to submit feedback only).
- the feedback text you provide.
- minimal metadata: your OS, CPU architecture, and installed CLI version.
relai report never scans your project for other
files, and it never includes credentials, API keys, or unrelated project
source — only the specific log file you pick and the feedback you type.
Consent
relai report always shows a preview before anything leaves your machine —
the log file path and size, and the feedback text.
In interactive mode, you must confirm at a “Send this report to RELAI?”
prompt. Nothing is sent if you decline.
Pass --yes to skip the confirmation prompt and submit immediately.
Options
Examples
What to expect
- interactive runs show a picker of recent log files (from
~/.relai/logs/, most recent first), with an option to skip and submit feedback only. - a preview of the log file (if any) and feedback text, before the confirmation prompt.
- a printed report ID on success.
Common failures
- the specified
--log-filedoes not exist. - empty feedback.
- feedback omitted in non-interactive mode.
- no RELAI API credentials configured (run
relai setup). - backend upload failure, or a log file over the size limit.