Agent Feed — Showing last {{ limit }} sessions, most recent first

{% if hierarchical_events %} {% for group in hierarchical_events %} {% endfor %}
Event Work Item 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 %}
{% if group.work_item_id %} {{ group.work_item_type | upper }} {{ (group.work_item_title[:22] + '...') if group.work_item_title and group.work_item_title|length > 22 else (group.work_item_title or group.work_item_id[-8:]) }} {% else %} {% endif %} {{ group.parent.timestamp[11:19] if group.parent.timestamp|length >= 19 else group.parent.timestamp }}
{% else %}

No events found

Agent activity will appear here as tasks are executed
{% endif %}