• v12.75 d108df7fe9

    platform/webui: add scenario description, show it in the Scenario page's list

    mchus released this 2026-07-28 19:28:07 +03:00 | 64 commits to main since this release

    ScenarioSpec gains an optional "description" field. Listing (both
    ListLocalScenarioFiles and ListScenarioFilesOnRemovableMedia, via the new
    scenarioDescription helper) reads it out of each file without requiring
    full ParseScenarioJSON validation to succeed, so a listing never hides a
    scenario over an unrelated validation issue. The webui Scenario page now
    renders Name/Description/Found-on/Run instead of just Name/Found-on — a
    bare filename rarely tells anyone but the author what a scenario actually
    does.

    Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

    Downloads