{% extends "base.html" %} {% block title %}Quick Chat — InitRunner{% endblock %} {% block content %} {% if not provider_detected %}

No API Key Configured

Run initrunner setup or set an API key environment variable (e.g. ANTHROPIC_API_KEY).

Browse Roles
{% else %}
{# Toolbar #}

Quick Chat

{% if has_roles %} {% endif %}
{# Status bar #}
{{ model_name }} | 0 in 0 out
{# Sense result card (hidden by default) #} {% if has_roles %} {% endif %} {# Messages area #}
{# Attachment chips #} {# Input form #}
{% endif %} {% endblock %}