{% extends "base.html" %} {% block title %}Codex Conversation Export Archive{% endblock %} {% block content %}

Codex Conversation Export Archive

{{ sessions|length }} sessions

{% for session in sessions %}
{{ session.thread_name }}

{{ session.summary }}

{% if session.cwd %}

{{ session.cwd }}

{% endif %}
{% endfor %} {% endblock %}