remove header display before tool selection

This commit is contained in:
Brian Madison 2025-12-15 11:05:27 +08:00
parent d4eccf07cf
commit ecc2901649
1 changed files with 1 additions and 4 deletions

View File

@ -463,8 +463,6 @@ class UI {
} }
} }
CLIUtils.displaySection('Tool Integration', 'Select AI coding assistants and IDEs to configure');
let answers; let answers;
let userConfirmedNoTools = false; let userConfirmedNoTools = false;
@ -502,9 +500,8 @@ class UI {
]); ]);
if (goBack) { if (goBack) {
// Re-display the section header before looping back // Re-display a message before looping back
console.log(); console.log();
CLIUtils.displaySection('Tool Integration', 'Select AI coding assistants and IDEs to configure');
} else { } else {
// User explicitly chose to proceed without tools // User explicitly chose to proceed without tools
userConfirmedNoTools = true; userConfirmedNoTools = true;