[codex] Package Wix and Base44 plugins#297
Open
ashwinm-oai wants to merge 6 commits into
Open
Conversation
ssetty-oai
previously approved these changes
Jun 2, 2026
vdeshpande-oai
approved these changes
Jun 2, 2026
ashwinm-oai
added a commit
that referenced
this pull request
Jun 2, 2026
## Summary - Carries forward the Wix and Base44 plugin packaging work from #297 onto a fresh `dev/moustafa/wix-base44-pr-297` branch. - Registers Wix and Base44 as available Developer Tools plugins in the marketplace. - Adds the Wix and Base44 connector manifests and normalizes plugin metadata so both plugins are discoverable through `.codex-plugin/plugin.json`, `.app.json`, and skill `agents/openai.yaml` files. ## Validation - Parsed `.agents/plugins/marketplace.json`, `plugins/wix/.codex-plugin/plugin.json`, and `plugins/base44/.codex-plugin/plugin.json` with `jq`. - Parsed the added `agents/openai.yaml` files with Ruby YAML. - Parsed `plugins/wix/.app.json` and `plugins/base44/.app.json` with `jq`. - Confirmed marketplace entries resolve to `./plugins/wix` and `./plugins/base44` with `AVAILABLE` / `ON_INSTALL` policy. - No additional code changes were made while copying the branch from the source PR. ## Source PR This is a fresh-branch copy of #297 by @ashwinm-oai so the same Wix/Base44 changes can be reviewed and merged into `main` from `dev/moustafa/wix-base44-pr-297`. --------- Co-authored-by: Ashwin Mathews <ashwinm@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.codex-plugin/plugin.jsonand add skillagents/openai.yamlmetadata.agents/openai.yamlmetadata and fill in missing interface manifest fields..app.jsonconnector manifests from the provided Google Sheet IDs.Validation
.agents/plugins/marketplace.json,plugins/wix/.codex-plugin/plugin.json, andplugins/base44/.codex-plugin/plugin.jsonwithjq.agents/openai.yamlfiles with Ruby YAML.plugins/wix/.app.jsonandplugins/base44/.app.jsonwithjq../plugins/wixand./plugins/base44withAVAILABLE/ON_INSTALLpolicy.Notes
Draft PR for review before publishing the new plugin entries.