{% from "components/card.html" import stat_card %}
Sorted by cost — click a row to see context growth chart
| Project | Started | Duration | Turns | Total Tokens | Peak Context | Cache % | Cost |
|---|---|---|---|---|---|---|---|
|
{{ conv.project_name }}
{% if conv.model_badges %}
{% for badge in conv.model_badges[:2] %}
{{ badge }}
{% endfor %}
{% endif %}
|
{{ conv.start_date }}
{{ conv.start_time_str }}
|
{{ conv.duration_str }} | {{ conv.turn_count }} | {{ conv.total_tokens|format_compact }} | {% if conv.peak_context_tokens > 0 %} {{ conv.peak_context_tokens|format_compact }} {% for _ in range(bar_filled) %}▓{% endfor %}{% for _ in range(bar_empty) %}░{% endfor %} {% else %} — {% endif %} | {{ conv.cache_efficiency }}% | ${{ "%.4f"|format(conv.total_cost) }} |
No conversations found in this time period
Try a wider time range or start a new Claude Code session