Support 42 new AI agent targets for auto-installer#488
Open
coder11v wants to merge 43 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature: Support 42 new AI agent targets for auto-installer
Description
This PR expands our out-of-the-box MCP server auto-installer to support 42 new AI coding agents (including Aider Desk, Cline, Devin, Copilot, Roo Code, Windsurf, Trae, etc.).
The installer now automatically handles writing both the MCP configuration settings and agent-specific instructions into their respective local/global config directories. This configures the agents to prioritize
codegraph_*tools over native filesystem queries for better context accuracy.Changes
AgentTargetimplementations insrc/installer/targets/<id>.tsfor all 42 new agents.TargetIdunion (types.ts) and registered them inALL_TARGETS(registry.ts) for CLI prompt discovery.codegraph.mdcontext instructions to the agents'skills/directories.mcp.jsondefinitions to the parent config directories.AgentTargetinterface (detect,install,uninstall,printConfig) to ensure operations are idempotent.Testing
__tests__/installer-targets.test.tsto dynamically discover and run installation/teardown tests against all 42 new classes.npm run buildandnpm run testpass locally.List of agents
View all 50+ Supported Agents
Related issues:
#65