{% import '_entry.html' as e %}
{{ session.title or 'Untitled session' }} {{ session.cwd|tilde }}{% if session.branch %} · {{ session.branch }}{% endif %} · {{ session.messages }} messages · {{ session.started_at|when }}
{% if subagents %}
{% for a in subagents %}
⑃ subagent {{ a.title or a.first_prompt or a.session_id[:8] }}

loading…

{% endfor %}
{% endif %}
{% if start > 0 %} {% endif %} {{ e.blocks(entries, session.session_id, start) }} {% if end < total %}
loading…
{% endif %}