fix: update swap method for changing agents

add options for using /agent swap for changing agents mid-session
This commit is contained in:
Matthew Mellor 2025-09-17 12:55:24 -05:00 committed by GitHub
parent 173c3e9407
commit 2bcd75fb8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ ide-configurations:
# 1. The installer generates JSON configurations for all BMAD agents # 1. The installer generates JSON configurations for all BMAD agents
# 2. Type `q chat --agent bmad-{agent}` (e.g., "q chat --agent bmad-dev", "q chat --agent bmad-architect") # 2. Type `q chat --agent bmad-{agent}` (e.g., "q chat --agent bmad-dev", "q chat --agent bmad-architect")
# 3. Use `q agent list` to see all available agents # 3. Use `q agent list` to see all available agents
# 4. To switch agents, exit current session and start new one with different --agent # 4. To switch agents, exit current session and start new one with different --agent, or use `/agent swap bmad-{agent}`
# 5. Project context from .bmad-core/ is automatically loaded # 5. Project context from .bmad-core/ is automatically loaded
# 6. Agents are available based on your selected location(s) # 6. Agents are available based on your selected location(s)