{% extends "base.html" %} {% block title %}AtlasBridge Dashboard — Home{% endblock %} {% block content %}
The AtlasBridge database has not been created. Run a supervised session to start collecting data:
atlasbridge run claude
| Session ID | Tool | Status | Started | Label |
|---|---|---|---|---|
| {{ s.id[:12] }}… | {{ s.tool }} | {{ s.status }} | {{ s.started_at|timeago }} | {{ s.label or '—' }} |
No sessions found{% if filter_status or filter_tool or filter_q %} matching the current filters. Clear filters{% endif %}.
{% endif %} {% endif %} {% endblock %}