fix(configure): drop duplicate wizard header

This commit is contained in:
Vincent Koc
2026-03-21 08:40:18 -07:00
parent 2e8c8a7ae6
commit 06b4efb1e7

View File

@@ -37,7 +37,6 @@ import {
DEFAULT_WORKSPACE,
ensureWorkspaceAndSessions,
guardCancel,
printWizardHeader,
probeGatewayReachable,
resolveControlUiLinks,
summarizeExistingConfig,
@@ -326,7 +325,6 @@ export async function runConfigureWizard(
runtime: RuntimeEnv = defaultRuntime,
) {
try {
printWizardHeader(runtime);
intro(opts.command === "update" ? "OpenClaw update wizard" : "OpenClaw configure");
const prompter = createClackPrompter();