mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-17 09:45:25 +00:00
remove header display before tool selection
This commit is contained in:
parent
d4eccf07cf
commit
ecc2901649
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user