fix: Update /agent swap for changing agents

give correct info for swapping agents mid-session
This commit is contained in:
Matthew Mellor 2025-09-17 12:53:52 -05:00 committed by GitHub
parent 8c2fd251e7
commit 173c3e9407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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'));