From af3fb8de1303e84676bc952657a09649140aea73 Mon Sep 17 00:00:00 2001 From: chriscrosstalk <49691103+chriscrosstalk@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:45:01 -0700 Subject: [PATCH] feat(dashboard): round out the v1.34 What's new highlights (#1197) The banner shipped with two highlights while the 1.34 line delivered 21 features, so it undersold the release. Adds the three with the widest user-facing surface: Score v2, NOMAD.md and Knowledge Base collections. Also converts the two existing bullets from em dashes to spaced hyphens to match project copy convention. Kept to five bullets - this is a dashboard alert, not release notes. --- admin/inertia/components/WhatsNewBanner.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/admin/inertia/components/WhatsNewBanner.tsx b/admin/inertia/components/WhatsNewBanner.tsx index 0f4dc31..a3e205a 100644 --- a/admin/inertia/components/WhatsNewBanner.tsx +++ b/admin/inertia/components/WhatsNewBanner.tsx @@ -18,8 +18,11 @@ const WHATS_NEW = { version: '1.34', title: "What's new in v1.34", highlights: [ - 'Creator Packs — install curated video packs from your favorite creators and watch them fully offline.', - 'Medication Reference — offline FDA drug-label lookup for quick, reliable medication information.', + 'Creator Packs - install curated video packs from your favorite creators and watch them fully offline.', + 'Medication Reference - offline FDA drug-label lookup for quick, reliable medication information.', + 'Benchmark Score v2 - a rebuilt scoring model, with live telemetry while the test runs and your score revealed at the end.', + 'NOMAD.md - give your AI assistant standing instructions it follows in every conversation.', + 'Knowledge Base collections - group what the assistant searches by subject, so answers stay on topic.', ], }