From cf03d10c1e7bef59ed6efe5fbbc512ca474d621c Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Fri, 10 Jul 2026 16:21:36 -0700 Subject: [PATCH] fix(dashboard): shorten changeset summary to fit 120-char limit Co-Authored-By: Claude Fable 5 --- .changeset/setup-wizard-polish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/setup-wizard-polish.md b/.changeset/setup-wizard-polish.md index 4e737e5dcc..f749e98ef3 100644 --- a/.changeset/setup-wizard-polish.md +++ b/.changeset/setup-wizard-polish.md @@ -2,6 +2,6 @@ "@runfusion/fusion": patch --- -summary: Overhaul first-run setup: connected providers on top, state-driven GitHub step, fixed isolation-mode radios, deduped runtime-node picker. +summary: Polish first-run setup: connected providers first, state-driven GitHub step, fixed radios, deduped node picker. category: fix dev: New setupWizardNodes.ts (getSelectableRuntimeNodes/shouldShowRuntimeNodeSelector) shared by SetupWizardModal and SetupProjectForm; GitHub status revalidates on window focus and OAUTH_RELOGIN_SUCCESS_EVENT; 4 new i18n keys.