{% extends "_base.html" %} {% block title %}Tool build log · {{ project.name | humanize }} · Urika{% endblock %} {% block heading %}Tool build log: {{ project.name | humanize }}{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
Connecting…

  {# Sticky activity indicator below the scroll box: stays visible the
     whole run so the user has a constant signal during quiet stretches
     between tool calls. Only stopped on the completion event. #}
  {% include "_thinking.html" %}

  {% include "_log_footer.html" %}

  
{% endblock %}