-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
Codex CLI v0.116.0 introduced a Plugin system that packages skills, MCP servers, and apps into a single distributable unit via .codex-plugin/plugin.json.
However, the current plugin manifest only supports three path fields:
skillsmcpServersapps
There is no agents path for subagent TOML definitions (.codex/agents/*.toml), which is a core part of codex-workflows (23 agent definitions).
What to do
When the Codex plugin spec adds support for an agents path in plugin.json:
- Add
.codex-plugin/plugin.jsonmanifest to the repo - Restructure the directory layout to match plugin conventions
- Migrate the install/update CLI (
bin/cli.js) to work as a plugin, or deprecate it in favor of Codex's nativeplugin install - Update README with plugin-based installation instructions
References
- Plugin manifest schema:
codex-rs/core/src/plugins/manifest.rsin openai/codex - Plugin types:
codex-rs/app-server-protocol/schema/typescript/v2/Plugin*.ts - Current
PluginManifestPathsfields:skills,mcp_servers,apps(noagents)
Status
Blocked — waiting for upstream Codex plugin spec to support agent definitions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request