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.
This commit is contained in:
parent
926c7dda84
commit
af3fb8de13
|
|
@ -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.',
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue