Skip to content

feat: add Codex plugin support - #1379

Merged
tw93 merged 2 commits into
tw93:mainfrom
Ethereal49:feat/codex-plugin
Sep 19, 2026
Merged

tw93 merged 2 commits into
tw93:mainfrom
Ethereal49:feat/codex-plugin

Conversation

@Ethereal49

Copy link
Copy Markdown
Contributor

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.

  • Add .codex-plugin/plugin.json with the shared skills path and Codex display metadata.
  • Add .agents/plugins/marketplace.json pointing to ./plugins/pake.
  • Document installation in both READMEs and update the plugin source/distribution notes in AGENTS.md.

The package uses the supported Codex compatibility manifest described in the official plugin packaging documentation. After merge, users can install with:

codex plugin marketplace add tw93/Pake
codex plugin add pake@pake

Start a new Codex session after installation.

Validation

  • Plugin Creator manifest/skill validator passed.
  • Codex CLI 0.154.0 smoke test with an isolated temporary CODEX_HOME: registered the local repository marketplace, discovered pake@pake, installed it, and confirmed installed: true / enabled: true.
  • Compared the installed skill byte-for-byte with the existing shared source.
  • git diff --check passed.

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.

Copilot AI lite review requested due to automatic review settings September 16, 2026 09:30

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃煝 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.
@tw93
tw93 merged commit d3a5d5c into tw93:main Sep 19, 2026
@tw93

tw93 commented Sep 19, 2026

Copy link
Copy Markdown
Owner

@Ethereal49 Merged. codex plugin marketplace add tw93/Pake then codex plugin add pake@pake installs it from GitHub on codex-cli 0.154.0, with the same skill file the Claude Code plugin ships.

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, pnpm run format:check was failing on it.

Thanks, this is a clean addition. It is on main now, so new installs pick it up right away, and it also rides V3.17.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants