Files
2026-07-16 15:59:19 -04:00

126 lines
4.1 KiB
JSON

{
"plugin_ids": {
"github.copilot": "coding-assistant",
"github.copilot-chat": "coding-assistant",
"continue.continue": "coding-assistant",
"saoudrizwan.claude-dev": "agent-runtime",
"anthropic.claude-code": "agent-runtime",
"rooveterinaryinc.roo-cline": "agent-runtime",
"kilocode.kilo-code": "agent-runtime",
"google.geminicodeassist": "coding-assistant",
"sourcegraph.cody-ai": "coding-assistant",
"codeium.codeium": "completion",
"exafunction.windsurf": "completion",
"windsurf.windsurf": "completion",
"tabnine.tabnine-vscode": "completion",
"supermaven.supermaven": "completion",
"amazonwebservices.amazon-q-vscode": "coding-assistant",
"amazonwebservices.aws-toolkit-vscode": "coding-assistant",
"visualstudioexptteam.vscodeintellicode": "completion",
"danielsanmedium.dscodegpt": "coding-assistant",
"genieai.chatgpt-vscode": "chat",
"openai.chatgpt": "chat",
"blackboxapp.blackbox": "coding-assistant",
"phind.phind": "chat",
"mintlify.document": "coding-assistant",
"augment.vscode-augment": "agent-runtime",
"sourcery.sourcery": "coding-assistant"
},
"jetbrains_ids": {
"com.github.copilot": "coding-assistant",
"com.intellij.ml.llm": "coding-assistant",
"com.tabnine.TabNine": "completion",
"aws.toolkit.core": "coding-assistant",
"amazon.q": "coding-assistant",
"com.codeium.intellij": "completion",
"com.sourcegraph.jetbrains": "coding-assistant",
"dev.continue.continue": "coding-assistant",
"ai.codium.intellij": "completion",
"com.github.continuedev.continueintellijextension": "coding-assistant"
},
"name_regex": [
"(?i)copilot",
"(?i)\\bclaude\\b",
"(?i)chatgpt",
"(?i)\\bgpt\\b",
"(?i)\\bllm\\b",
"(?i)gemini",
"(?i)codeium",
"(?i)tabnine",
"(?i)\\bcody\\b",
"(?i)\\bmcp\\b",
"(?i)\\baider\\b",
"(?i)continue\\.dev",
"(?i)windsurf",
"(?i)supermaven",
"(?i)\\bcline\\b",
"(?i)roo[- ]?code",
"(?i)amazon ?q",
"(?i)antigravity",
"(?i)\\bollama\\b",
"(?i)\\bmonica\\b",
"(?i)\\bsider\\b",
"(?i)perplexity",
"(?i)\\bharpa\\b",
"(?i)\\bmerlin\\b"
],
"cmdline_markers": {
"modelcontextprotocol": "mcp-server",
"mcp-server": "mcp-server",
"mcp_server": "mcp-server",
"@modelcontextprotocol/": "mcp-server",
"claude-code": "agent-runtime",
"@anthropic-ai/claude-code": "agent-runtime",
"@google/gemini-cli": "agent-runtime",
"gemini-cli": "agent-runtime",
"aider": "agent-runtime",
"opencode": "agent-runtime",
"block-goose": "agent-runtime",
"ollama": "inference-api-local",
"lm-studio": "inference-api-local",
"lmstudio": "inference-api-local",
"llama.cpp": "inference-api-local",
"llama-server": "inference-api-local",
"vllm": "inference-api-local"
},
"local_ports": {
"11434": "ollama",
"1234": "lm-studio",
"1337": "jan"
},
"mcp_capabilities": {
"server-filesystem": "fs-read,fs-write",
"filesystem-mcp": "fs-read,fs-write",
"mcp-server-commands": "shell-exec",
"server-shell": "shell-exec",
"mcp-shell": "shell-exec",
"iterm-mcp": "shell-exec",
"desktop-commander": "shell-exec,fs-write",
"server-github": "network,repo-write",
"server-gitlab": "network,repo-write",
"mcp-server-git": "repo-write",
"server-postgres": "db,network",
"server-sqlite": "db",
"mcp-server-mysql": "db,network",
"server-puppeteer": "browser,network",
"playwright": "browser,network",
"puppeteer": "browser,network",
"server-fetch": "network",
"server-brave-search": "network",
"tavily": "network",
"server-slack": "network",
"server-google-maps": "network",
"server-aws": "network,cloud",
"mcp-server-kubernetes": "infra-control",
"mcp-server-docker": "shell-exec,infra-control",
"server-memory": "memory",
"server-sequential-thinking": "memory"
},
"browser_extension_ids": {
"mfgnpcdebmgmmbjmhmboieiipghabkjf": "chat",
"ofpnmcalabcbjgholdjcjblkibolbppb": "ai-assistant",
"dhoenijjpgpeimemopealfcbiecgceodl": "ai-assistant",
"cifagnnjkogmgddhpamfjdpmligkmmgi": "ai-assistant"
}
}