{# Run-detail live region: summary + warnings + step tree. Embedded by
run_detail.html and served standalone by /partials/runs/{slug} for the P2
live swap (live.js re-fetches this on each SSE tick). #}
| Step | Type | Status | Agent | Duration | Cost | Notes |
|---|---|---|---|---|---|---|
| {{ s.id }}{% if s.iteration is not none %}[{{ s.iteration }}]{% endif %} | {{ s.type }} | {{ s.status }} | {{ s.agent or "—" }} | {% if s.duration_s is not none %}{{ "%.0f"|format(s.duration_s) }}s{% else %}—{% endif %} | {% if s.cost_usd is not none %}${{ "%.2f"|format(s.cost_usd) }}{% else %}—{% endif %} | {{ s.notes or "" }} |