{% for s in sessions %} {% set ds = display_state(s.status, s.is_task_successful, s.failure_kind) %} {{ ds.label }} {{ s.title or s.task[:40] + '...' if s.task and s.task|length > 40 else s.task or '—' }} {{ s.id[:8] }}... {% if s.profile_id %} {{ s.profile_id[:8] }}... {% else %} — {% endif %} {{ format_relative(s.created_at) }} {{ format_duration(s.created_at, s.updated_at, s.status) }} ${{ s.total_cost_usd | usd }}{{ model_provider(s.model) }}: ${{ s.llm_cost_usd | usd4 }}
CapSolver: ${{ s.capsolver_cost_usd | usd4 }}
{% endfor %}