| Event | Status | Time |
|---|---|---|
|
{% if group.has_children %}
{% else %}
{% endif %}
{% if group.parent.tool_name and group.parent.tool_name != 'UserQuery' %}
{{ group.parent.tool_name }}
{% endif %}
{% if group.has_children %}
({{ group.total_count }})
{% endif %}
{% set agent_lower = group.parent.agent_id|lower %}
{% if agent_lower not in ['claude-code', 'claude_code', 'claude'] %}
{% if agent_lower in ['gemini', 'copilot', 'openai'] %}
{{ group.parent.agent_id }}
{% else %}
{{ group.parent.agent_id[:8] }}
{% endif %}
{% endif %}
{% if group.parent.input_summary %}
{{ group.parent.input_summary[:200] }}{% if group.parent.input_summary|length > 200 %}…{% endif %}
{% elif group.parent.output_summary %}
{{ group.parent.output_summary[:200] }}{% if group.parent.output_summary|length > 200 %}…{% endif %}
{% endif %}
{% if group.parent.cost_tokens or group.parent.execution_duration_seconds %}
{% if group.parent.cost_tokens %}{{ group.parent.cost_tokens }}t{% endif %}
{% if group.parent.execution_duration_seconds %} {{ "%.1f"|format(group.parent.execution_duration_seconds) }}s{% endif %}
{% endif %}
|
{{ group.parent.status }} |
No events found
Agent activity will appear here as tasks are executed