rycen7822/subagent-pi
v0.2.9MIT
Persistent Pi coding subagents for Codex: bounded inspection, steering, interruption and recovery through MCP and CLI.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
subagent-pistdio
{
"type": "stdio",
"command": "subagent-pi",
"args": [
"mcp"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "subagent-pi",
"version": "0.2.9",
"description": "Persistent Pi coding subagents for Codex: bounded inspection, steering, interruption and recovery through MCP and CLI.",
"license": "MIT",
"keywords": ["pi", "subagent", "codex", "mcp"],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Subagent Pi",
"shortDescription": "Control persistent Pi coding subagents",
"longDescription": "Local Linux/WSL2 Pi RPC workers with a shared MCP/CLI runtime, durable results and a minimal skill. No hooks.",
"category": "Productivity",
"capabilities": ["Read", "Write"],
"defaultPrompt": ["Use Subagent Pi to delegate a bounded task in the current workspace."]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai