Skip to content

feat: Support alternate marketplace manifests and local string#17885

Merged
xl-openai merged 2 commits intomainfrom
xl/plugins
Apr 15, 2026
Merged

feat: Support alternate marketplace manifests and local string#17885
xl-openai merged 2 commits intomainfrom
xl/plugins

Conversation

@xl-openai
Copy link
Copy Markdown
Collaborator

  • Discover marketplace manifests from different supported layout paths instead of only .agents/plugins/marketplace.json.
  • Accept local plugin sources written either as { source: "local", path: ... } or as a direct string path.
  • Skip unsupported or invalid plugin source entries without failing the entire marketplace, and keep valid local plugins loadable.

@xl-openai xl-openai force-pushed the xl/plugins branch 2 times, most recently from 2273122 to b58561e Compare April 15, 2026 17:20
@xl-openai
Copy link
Copy Markdown
Collaborator Author

@codex review

Copy link
Copy Markdown
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

source: RawMarketplaceManifestPluginSource,

P2 Badge Treat missing plugin source as unsupported, not fatal

A plugin entry without a source key still fails deserialization for the whole manifest because source is required here. That contradicts the stated goal to skip invalid/unsupported plugin source entries and keep the marketplace loadable. One malformed plugin can still block listing/loading all others.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@xl-openai xl-openai merged commit e70ccde into main Apr 15, 2026
35 of 36 checks passed
@xl-openai xl-openai deleted the xl/plugins branch April 15, 2026 21:16
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants