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

No conversation sessions yet.

Sessions are persistent chats with the orchestrator — free-text questions and follow-ups about the project. They are not created by autonomous commands like urika run or urika finalize; those run the agent loop end-to-end without an interactive conversation.

To start a session, do any of:

Each conversation appears here with a Resume button and shows up in urika sessions list from the CLI.

{% endif %} {% endblock %}