BMAD-METHOD/tools/cli/installers/lib/ide
Brian Madison 2edadd11ae fix: add custom agent support to Antigravity IDE
## Problem
Custom agents were only installing to Claude Code (.claude/commands/)
but not to Antigravity (.agent/) or other IDEs that lack installCustomAgentLauncher function.

## Root Cause
Antigravity was missing the installCustomAgentLauncher function that the
IdeManager calls to install custom agents during agent installation.

## Solution
Added installCustomAgentLauncher function to Antigravity that:
- Creates .agent directory if needed
- Generates custom agent launchers with @agentPath references
- Uses same pattern as existing Antigravity agent launchers
- Returns proper installation result for tracking

## Result
Custom agents now install to:
- Claude Code: .claude/commands/bmad/custom/agents/ 
- Antigravity: .agent/bmad-custom-agents-{agentName}.md 
- Codex: (already working) 

All configured IDEs now receive custom agent installations!
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 agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -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 agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -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 agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -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 agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -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 agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -06:00
kilo.js agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -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 agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -06:00
roo.js agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -06:00
trae.js agents now are not duplicated and isntead cli commmands load from installed agent files 2025-11-09 20:24:56 -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