claude_code_report
Generate HTML reports of workflow runs. For a specific run ID, get agent sequence, cost breakdown, and collapsible transcripts. Omit run ID to list all runs.
Instructions
Generate a self-contained HTML report of a workflow run. No args: list all runs. run_id: detailed report for that run with agent sequence, cost breakdown, and collapsible transcripts. Save the returned HTML to a file and open in a browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | Generate detailed report for this run. Omit to list all runs. | |
| include_transcripts | No | Include full session transcripts in run reports (default: true, requires session persistence) |