| Project | Cost |
|---|---|
| {{ conv.project_name }} | ${{ conv.total_cost|float|round(2) }} |
{{ features_preview.top_tool.tool_name }} called {{ features_preview.top_tool.invocation_count }} times
{{ features_preview.total_tool_calls }} total tool calls
{% else %}No tool usage in this period
{% endif %}{{ subagents_preview.total_exchanges }} agent exchanges
{% if subagents_preview.type_breakdown %}Top type: {{ subagents_preview.type_breakdown[0].type }} ({{ subagents_preview.type_breakdown[0].count }})
{% endif %}${{ subagents_preview.total_cost|default(0)|float|round(2) }} total cost
{% else %}No sub-agent usage in this period
{% endif %}{{ files_preview.total_files }} files touched
{% if files_preview.most_edited_file %}Most edited: {{ files_preview.most_edited_file }}
{% endif %}{{ files_preview.total_operations }} total operations
{% else %}No file operations in this period
{% endif %}{{ integrations_preview.total_servers }} MCP server{{ 's' if integrations_preview.total_servers != 1 else '' }}
{% if integrations_preview.top_servers %}Top: {{ integrations_preview.top_servers[0].server_name }} ({{ integrations_preview.top_servers[0].tool_call_count }} calls)
{% endif %}{{ integrations_preview.total_tool_calls }} total calls
{% else %}No MCP integrations active
{% endif %}{{ conversations_preview.total_count }} conversation{{ 's' if conversations_preview.total_count != 1 else '' }}
Priciest: ${{ conversations_preview.most_expensive_cost|default(0)|float|round(2) }}
Context growth & cost analytics
{% else %}No conversation data in this period
{% endif %}{{ projects.total_projects }} active project{{ 's' if projects.total_projects != 1 else '' }}
Most active: {{ projects.most_active_project }}
${{ projects.total_cost|default(0)|float|round(2) }} total spend
{% else %}No project data in this period
{% endif %}