{% extends "_base.html" %} {% block title %}Sessions · {{ project.name | humanize }} · Urika{% endblock %} {% block heading %}Sessions{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %} {% if sessions %} {% else %}

No sessions yet. Sessions are saved automatically when you chat with the orchestrator from the terminal — launch urika and start typing, or use slash commands like /run, /advisor, or /inspect. Each conversation persists here so you can resume it later via the Resume button below or /resume-session in the terminal.

{% endif %} {% endblock %}