{% comment %} Latest Regression Run Assertions - assertion list with expandable rows. Variables: assertions (required): List of {passed, status, status_class, function_name, description, category, category_class, details} details has subagents_used, subagents_not_used, tool_params_match with {expected, actual} {% endcomment %} Latest Regression Run Assertions

Click a row to expand assertion details.

{% if assertions %}
{% for a in assertions %}
{% if a.passed %}✓{% else %}✗{% endif %} {{ a.status }} {{ a.function_name }} {{ a.description }} {{ a.category }}

Subagents Used

expected: {{ a.details.subagents_used.expected }}

actual: {{ a.details.subagents_used.actual }}

Subagents Not Used

expected: {{ a.details.subagents_not_used.expected }}

actual: {{ a.details.subagents_not_used.actual }}

{% if a.passed %}✓{% else %}✗{% endif %}

Tool Param Assertions

expected: {{ a.details.tool_params_match.expected }}

actual: {{ a.details.tool_params_match.actual }}

{% endfor %}
{% else %}

No regression run data available.

{% endif %}