From ecc2901649f6c661a8297c3216bf209ae1a86c01 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Mon, 15 Dec 2025 11:05:27 +0800 Subject: [PATCH] remove header display before tool selection --- tools/cli/lib/ui.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/cli/lib/ui.js b/tools/cli/lib/ui.js index 426553b5..2433ddd9 100644 --- a/tools/cli/lib/ui.js +++ b/tools/cli/lib/ui.js @@ -463,8 +463,6 @@ class UI { } } - CLIUtils.displaySection('Tool Integration', 'Select AI coding assistants and IDEs to configure'); - let answers; let userConfirmedNoTools = false; @@ -502,9 +500,8 @@ class UI { ]); if (goBack) { - // Re-display the section header before looping back + // Re-display a message before looping back console.log(); - CLIUtils.displaySection('Tool Integration', 'Select AI coding assistants and IDEs to configure'); } else { // User explicitly chose to proceed without tools userConfirmedNoTools = true;