From 173c3e940736be6cc0a5ecf45ef5201dbf17bc0d Mon Sep 17 00:00:00 2001 From: Matthew Mellor Date: Wed, 17 Sep 2025 12:53:52 -0500 Subject: [PATCH] fix: Update /agent swap for changing agents give correct info for swapping agents mid-session --- tools/installer/lib/ide-setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/installer/lib/ide-setup.js b/tools/installer/lib/ide-setup.js index dbda5bb8..60ab897a 100644 --- a/tools/installer/lib/ide-setup.js +++ b/tools/installer/lib/ide-setup.js @@ -2597,7 +2597,7 @@ tools: ['changes', 'codebase', 'fetch', 'findTestFiles', 'githubRepo', 'problems if (validationSuccess) { console.log(chalk.green(`\n✅ Amazon Q CLI setup complete and verified!`)); console.log(chalk.dim('You can now use agents with: q chat --agent bmad-{agent}')); - console.log(chalk.dim('Use /agent bmad-{agent} to switch between agents within sessions')); + console.log(chalk.dim('Use /agent swap bmad-{agent} to switch between agents within sessions')); } else { console.log(chalk.yellow(`\n⚠️ Amazon Q CLI setup completed with validation issues`)); console.log(chalk.dim('Please review the validation report above for details'));