Skip to content

Replace local codex plugin with external GitHub source#9

Merged
Gnnng merged 2 commits into
mainfrom
update-codex-external-plugin
Apr 6, 2026
Merged

Replace local codex plugin with external GitHub source#9
Gnnng merged 2 commits into
mainfrom
update-codex-external-plugin

Conversation

@Gnnng
Copy link
Copy Markdown
Contributor

@Gnnng Gnnng commented Apr 6, 2026

Switch codex plugin from local ./plugins/codex to openai/codex-plugin-cc GitHub repository. Remove local plugin files as they are now maintained upstream by OpenAI.

Switch codex plugin from local ./plugins/codex to openai/codex-plugin-cc
GitHub repository. Remove local plugin files as they are now maintained
upstream by OpenAI.
Copilot AI review requested due to automatic review settings April 6, 2026 03:33
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Switches the codex plugin in the Claude Code marketplace from a locally hosted plugin directory to an externally hosted GitHub repository, removing the in-repo plugin implementation files.

Changes:

  • Remove the locally maintained plugins/codex plugin assets (README, command, agent, and plugin manifest).
  • Update .claude-plugin/marketplace.json to source codex from openai/codex-plugin-cc on GitHub.
  • Update marketplace metadata for codex (description/keywords/author) to reflect the upstream source.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
plugins/codex/README.md Removes local plugin documentation now that the plugin is maintained upstream.
plugins/codex/commands/codex.md Removes the local /codex command definition.
plugins/codex/agents/codex-runner.md Removes the local Codex runner agent definition.
plugins/codex/.claude-plugin/plugin.json Removes the local plugin manifest.
.claude-plugin/marketplace.json Points codex plugin source to the external GitHub repo and updates metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 25 to +27
"name": "codex",
"source": "./plugins/codex",
"description": "⚠️ [EXPERIMENTAL] Integration with OpenAI Codex CLI for complex code generation and debugging - early development",
"version": "0.0.2-alpha",
"source": {"source": "github", "repo": "openai/codex-plugin-cc"},
"description": "Integration with OpenAI Codex CLI for complex code generation and debugging",
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

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

The marketplace now pulls the codex plugin directly from a mutable external GitHub repo (openai/codex-plugin-cc). This introduces a supply-chain risk (upstream changes can alter executed commands/agents/hooks without review). Prefer pinning to an immutable ref (tag/commit) if the marketplace spec supports it, or mirroring/vendor the plugin into this repo / an internal, reviewed fork; at minimum document and enforce an update/review process for upstream changes before they reach users.

Copilot generated this review using guidance from organization custom instructions.
Address review feedback: pin external source to immutable ref to
mitigate supply-chain risk from mutable upstream changes.
@Gnnng Gnnng merged commit db89e01 into main Apr 6, 2026
1 check passed
@Gnnng Gnnng deleted the update-codex-external-plugin branch April 6, 2026 03:44
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.

2 participants