{% include "nav.html" %}

Runs Run {% if run %}{{ run.id }}{% else %}Not Found{% endif %}

{% if run %}

{{ run.workflow_name }} on {{ run.backend_name }}

{% endif %}
{% if run and run.agent_session %} {% set agent_item = run.items[0] if run.items else None %}

πŸ€– Coding agent {{ 'Remote (claude.ai)' if run.agent_mode == 'remote' else 'Browser TUI' }}

{% if run.agent_session_name %}{{ run.agent_session_name }} Β· {% endif %} {% if run.git_branch %}{{ run.git_branch }}{% endif %}{% if run.commit_hash %}@{{ run.commit_hash[:7] }}{% endif %}

{% if run.agent_mode == 'remote' %} Waiting for session URL… {% else %} Waiting for node… {% endif %}
{% if run.agent_mode == 'remote' %}

Drive this session from claude.ai. If no link appears, open it from the claude.ai/code session list.

{% else %}

Opens the interactive Claude TUI in the browser terminal once the job is running on a node.

{% endif %}
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if run %}
{% include "run_info.html" %}
{% include "run_items.html" %}
{% endif %}
{% if run %} {% endif %}