feat: add Codex plugin support - #1379
Conversation
There was a problem hiding this comment.
馃煝 Approval recommended
No unresolved review issues were identified.
Pull request overview
Adds Codex plugin support while reusing the existing Pake skill and documenting installation.
Changes:
- Adds Codex plugin and marketplace manifests.
- Updates English and Chinese installation documentation.
- Documents plugin distribution details in
AGENTS.md.
File summaries
| File | Description |
|---|---|
README.md |
Adds Codex installation instructions |
README_CN.md |
Adds Chinese Codex installation instructions |
plugins/pake/.codex-plugin/plugin.json |
Defines Codex plugin metadata and shared skills path |
AGENTS.md |
Documents plugin distribution |
.agents/plugins/marketplace.json |
Registers the plugin marketplace |
Review details
- Files reviewed: 5/5 changed files
- Comments generated: 0
- Review effort level: Lite
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
The agent paragraph carried the Claude Code install in a single trailing sentence; adding Codex as a bulleted subsection with an external docs link made a two-command install read like a section of its own. Both clients now share that one sentence. Also runs prettier over the Codex manifest.
|
@Ethereal49 Merged. Two edits before merging. The install block went back to a single sentence at the end of the agent paragraph, covering both clients, since that is the shape the README already used and a two-command install does not need a section of its own. The Codex manifest also needed prettier, Thanks, this is a clean addition. It is on |
Summary
Add Codex plugin installation alongside the existing Claude Code plugin. Both clients use the same
plugins/pake/skills/pake/SKILL.md; no skill copy or runtime changes are needed..codex-plugin/plugin.jsonwith the shared skills path and Codex display metadata..agents/plugins/marketplace.jsonpointing to./plugins/pake.AGENTS.md.The package uses the supported Codex compatibility manifest described in the official plugin packaging documentation. After merge, users can install with:
Start a new Codex session after installation.
Validation
CODEX_HOME: registered the local repository marketplace, discoveredpake@pake, installed it, and confirmedinstalled: true/enabled: true.git diff --checkpassed.No native app build or full application test suite was run: this change only adds plugin metadata and documentation, leaving the skill, CLI, and Tauri runtime unchanged.