{% extends "base.html" %} {% block title %}{{ type_label | replace('_',' ') | capitalize }} — {{ resource_name }} - Supavision{% endblock %} {% block content %} {# ── Header ── #}
← Back to Sessions

{{ resource_name }}

{{ type_label | replace('_', ' ') }} {{ status }}

Live transcript of Claude's interaction with your infrastructure. Blue lines are tool calls, red lines are errors, gray lines are reasoning.

{% if started_at %} Started {{ started_at }} {% endif %} Duration: {{ duration }} {% if tokens %} Tokens: {{ "{:,}".format(tokens) }} {% endif %}
{# ── Terminal Pane ── #}
{% if not is_running and output %}{{ output }}{% elif not is_running and error %}{{ error }}{% elif not is_running %}No output recorded for this session.{% else %}Connecting to live stream...{% endif %}
{% if is_running %} {% endif %} {% endblock %}