Compare commits

..

1 Commits

Author SHA1 Message Date
Dicky Moore 91396793f0
Merge 239bc9d206 into 259e8a11ba 2026-03-06 08:40:34 +00:00
1 changed files with 10 additions and 0 deletions

View File

@ -23,3 +23,13 @@ output_folder:
prompt: "Where should output files be saved?"
default: "_bmad-output"
result: "{project-root}/{value}"
tool_supports_subagents:
prompt: "Subagents are supported by the LLM or Tool I will be using?"
default: true
result: "{value}"
tool_supports_agent_teams:
prompt: "Agent Teams are supported by the LLM or Tool I will be using?"
default: false
result: "{value}"