BMAD-METHOD/tools/cli/installers/lib/ide
Brian Madison efc2b6d0df feat: complete custom agent support for ALL remaining IDEs
## Added installCustomAgentLauncher to remaining IDEs:

 Qwen (.qwen/commands/BMad/)
- TOML format with proper description and prompt fields
- Uses existing processAgentLauncherContent method
- Format: custom-{agent-name}.toml

 Trae (.trae/rules/)
- Markdown format with bmad-agent-custom- prefix
- Follows existing BMAD naming pattern
- Format: bmad-agent-custom-{agent-name}.md

 Roo (.roomodes)
- YAML format appends to existing customModes section
- Creates customModes section if missing
- Format: bmad-custom-{agent-name} (slug-based)

 Kilo (.kilocodemodes)
- YAML format identical to Roo pattern
- Handles existing customModes gracefully
- Format: bmad-custom-{agent-name} (slug-based)

 Auggie (.augment/commands/bmad/)
- Frontmatter + Markdown format
- Follows existing Auggie command pattern
- Format: custom-{agent-name}.md

## Complete IDE Coverage:
ALL IDEs now support custom agent installation:
- 16 total IDEs with custom agent support
- Various formats: TOML, YAML, Markdown, file-based
- All include @agentPath references and usage instructions
- Proper IDE-specific naming and directory structures

Custom agents from .bmad/custom/src/agents/ now install to EVERY configured IDE!
2025-11-23 08:51:25 -06:00
..
shared agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -06:00
templates agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -06:00
_base-ide.js feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00
antigravity.js fix: add custom agent support to Antigravity IDE 2025-11-23 08:51:25 -06:00
auggie.js feat: complete custom agent support for ALL remaining IDEs 2025-11-23 08:51:25 -06:00
claude-code.js feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00
cline.js feat: add custom agent support to more IDEs 2025-11-23 08:51:25 -06:00
codex.js feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00
crush.js feat: add custom agent support to more IDEs 2025-11-23 08:51:25 -06:00
cursor.js feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00
gemini.js feat: add custom agent support to more IDEs 2025-11-23 08:51:25 -06:00
github-copilot.js feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00
iflow.js feat: add custom agent support to more IDEs 2025-11-23 08:51:25 -06:00
kilo.js feat: complete custom agent support for ALL remaining IDEs 2025-11-23 08:51:25 -06:00
manager.js feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00
opencode.js feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00
qwen.js feat: complete custom agent support for ALL remaining IDEs 2025-11-23 08:51:25 -06:00
roo.js feat: complete custom agent support for ALL remaining IDEs 2025-11-23 08:51:25 -06:00
trae.js feat: complete custom agent support for ALL remaining IDEs 2025-11-23 08:51:25 -06:00
windsurf.js feat: Complete BMAD agent creation system with install tooling, references, and field guidance 2025-11-18 21:55:47 -06:00