{{ run.status }}
{% if run.exit_code is not none %}
exit code {{ run.exit_code }}
{% endif %}
{% if run.started_at %}
started {{ run.started_at }}
{% endif %}
This page reconnects to the run's stream automatically — refresh anytime
to see the latest output. Buffered output replays for new subscribers,
so you won't lose history.