agent-orchestrator/packages/cli/src/assets/plugin-registry.json

68 lines
1.8 KiB
JSON

[
{
"id": "agent-codex",
"package": "@aoagents/ao-plugin-agent-codex",
"slot": "agent",
"description": "Agent plugin: OpenAI Codex CLI",
"source": "registry",
"latestVersion": "0.2.0"
},
{
"id": "agent-aider",
"package": "@aoagents/ao-plugin-agent-aider",
"slot": "agent",
"description": "Agent plugin: Aider CLI",
"source": "registry",
"latestVersion": "0.2.0"
},
{
"id": "agent-opencode",
"package": "@aoagents/ao-plugin-agent-opencode",
"slot": "agent",
"description": "Agent plugin: OpenCode CLI",
"source": "registry",
"latestVersion": "0.2.0"
},
{
"id": "agent-kimicode",
"package": "@aoagents/ao-plugin-agent-kimicode",
"slot": "agent",
"description": "Agent plugin: Kimi Code CLI (MoonshotAI)",
"source": "registry",
"latestVersion": "0.1.0"
},
{
"id": "notifier-openclaw",
"package": "@aoagents/ao-plugin-notifier-openclaw",
"slot": "notifier",
"description": "Notifier plugin: OpenClaw webhook notifications",
"source": "registry",
"setupAction": "openclaw-setup",
"latestVersion": "0.1.1"
},
{
"id": "notifier-discord",
"package": "@aoagents/ao-plugin-notifier-discord",
"slot": "notifier",
"description": "Notifier plugin: Discord notifications",
"source": "registry",
"latestVersion": "0.1.0"
},
{
"id": "tracker-gitlab",
"package": "@aoagents/ao-plugin-tracker-gitlab",
"slot": "tracker",
"description": "Tracker plugin: GitLab issues",
"source": "registry",
"latestVersion": "0.1.1"
},
{
"id": "scm-gitlab",
"package": "@aoagents/ao-plugin-scm-gitlab",
"slot": "scm",
"description": "SCM plugin: GitLab pull/merge requests",
"source": "registry",
"latestVersion": "0.1.1"
}
]