From cac6312b0524849cc6107d4d26c350e637de5cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Busso?= <90727999+agustinbusso@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:59:07 -0300 Subject: [PATCH 1/2] Add guardrail event details to session logs Display guardrail evaluation events in agent session logs with status icons, phase/tool metadata, violation summaries, and expanded JSON payload details. This aligns the log UI with the FlowGenie Studio timeline and prevents guardrail events from being misclassified as tool calls. --- .../AgentSessionDetail/AgentSessionDetail.vue | 177 +++++++++++++++++- 1 file changed, 176 insertions(+), 1 deletion(-) diff --git a/resources/js/admin/logs/components/Logs/AgentSessionDetail/AgentSessionDetail.vue b/resources/js/admin/logs/components/Logs/AgentSessionDetail/AgentSessionDetail.vue index d8a45bbd3c..175622802c 100644 --- a/resources/js/admin/logs/components/Logs/AgentSessionDetail/AgentSessionDetail.vue +++ b/resources/js/admin/logs/components/Logs/AgentSessionDetail/AgentSessionDetail.vue @@ -141,6 +141,13 @@
{{ getEventTypeLabel(event) }} {{ getEventName(event) }} +