Skip to content

Add installable Codex and Agent Plugins packaging - #99

Draft
acoyfellow wants to merge 2 commits into
cloudflare:mainfrom
acoyfellow:jcoeyman/codex-plugin-submission
Draft

Add installable Codex and Agent Plugins packaging#99
acoyfellow wants to merge 2 commits into
cloudflare:mainfrom
acoyfellow:jcoeyman/codex-plugin-submission

Conversation

@acoyfellow

@acoyfellow acoyfellow commented Aug 27, 2026

Copy link
Copy Markdown

Summary

  • add native Codex plugin packaging and marketplace metadata
  • add portable Agent Plugins 1.0 manifests
  • bundle the main Cloudflare Code Mode MCP server
  • update installation guidance and MCP references
  • keep the package current with the stable and @next Sandbox skill split

This carries forward Angus Hawkings's work in #93 on top of current main.

Codex install fix

The marketplace entry in #93 used a local ./ source for a plugin at the marketplace root. Codex accepted the marketplace but found no plugins:

No marketplace plugins found.
Error: plugin `cloudflare` was not found in marketplace `cloudflare`

This branch uses a Git-backed root plugin source. Codex can discover and install that source shape.

Validation

  • parsed every JSON file with jq empty
  • ran git diff --check main...HEAD
  • reproduced the root-local-source failure with Codex CLI 0.150.1
  • verified Codex CLI 0.150.1 discovers and installs the Git-backed root-plugin source shape

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