v0.0.424
·
2590 commits
to main
since this release
Version 0.0.424 (June 25, 2026)
- Fix — single-value cards show the asked-for value over melted KPI tables (#446) — when
create_dataproduces a melted/long KPI result (Metric | Value | Format, one row per metric), a single-valuecount/metric_cardno longer renders the wrong row (the date, or the sum of every metric). The row-selecting default filter is now carried throughcreate_dataandagent_v2(previously dropped), derived deterministically when the viz model omits it (derive_kpi_row_filter), and applied inToolWidgetPreviewvia the view's owndefaultFilters. - 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_platformis plumbed throughAgentExecutionSummaryItem,ConversationTraceResponse, andconsole_service. The diagnosis User column moved next to the prompt, and Date now shows date and time in the org timezone.