{% extends "_base.html" %} {% block title %}Advisor · {{ project.name | humanize }} · Urika{% endblock %} {% block heading %}Advisor{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %} {% if session_id %} {% if prior_session %}
Loaded from sessions list. Started {{ prior_session.started }};
last updated {{ prior_session.updated }}. New messages below append
to advisor history, not the original session — to continue THIS
session's chat, run urika --resume {{ prior_session.session_id }}
in the terminal.
Session {{ session_id }} not found —
it may have been deleted or auto-pruned.
Browse sessions.