mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
The Custom runtimes dialog repeated the same idea in three places: the header tagline, the empty-state body, and the right-panel default state. Per MUL-3367, tighten the prose so each surface adds new information: - dialog_description: short tagline that points at the protocol families list directly below. - empty_description: drops the "such as Claude or Codex" example (already enumerated in the protocols list right under it) and the "your daemon should run" filler. - detail.default_title / default_description: replace the "Manage custom runtimes" + paragraph (which restated the header) with a quiet "Select a runtime" placeholder. - detail.default_builtin_hint: dropped entirely. The supported-protocols section is already visible in the left column and each row carries a Reference badge — pointing at it from the right panel is noise. Updated en, zh-Hans, ja and ko locales in lockstep, plus the dialog test assertions. Co-authored-by: multica-agent <github@multica.ai>