Skip to content

v0.0.424

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:23
· 2590 commits to main since this release
cdd60fb

Version 0.0.424 (June 25, 2026)

  • Fix — single-value cards show the asked-for value over melted KPI tables (#446) — when create_data produces a melted/long KPI result (Metric | Value | Format, one row per metric), a single-value count / metric_card no longer renders the wrong row (the date, or the sum of every metric). The row-selecting default filter is now carried through create_data and agent_v2 (previously dropped), derived deterministically when the viz model omits it (derive_kpi_row_filter), and applied in ToolWidgetPreview via the view's own defaultFilters.
  • Monitoring — surface origin platform in diagnosis/trace (#447) — the monitoring diagnosis table and trace modal now show where each agent run originated (Slack / Teams / WhatsApp / MCP / Email vs. the web UI). An origin platform icon sits next to each run's message and an origin badge in the trace header (web-UI runs show none); external_platform is plumbed through AgentExecutionSummaryItem, ConversationTraceResponse, and console_service. The diagnosis User column moved next to the prompt, and Date now shows date and time in the org timezone.