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

{% if hierarchical_events %} {% for group in hierarchical_events %} {# Render children inline (hidden by default) so idiomorph preserves them on morph #} {% if group.has_children %} {% for child in group.children %} {% set depth = 1 %} {# Grandchildren (depth-2) #} {% if child.children %} {% for grandchild in child.children %} {# Great-grandchildren (depth-3) #} {% if grandchild.children %} {% for ggchild in grandchild.children %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% endif %} {% 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 if group.work_item_title else 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 %}