feat(codex): publish repository plugin marketplace - #111
Merged
Conversation
tulayha
force-pushed
the
feat/git-plugin-marketplace
branch
from
August 7, 2026 11:16
72cc862 to
1560ba3
Compare
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
plugins/vidxpthe single editable plugin and skill source, exposed through the repository marketplace at.agents/plugins/marketplace.jsonmain/release, while development and PR builds retain a local marketplacecodex mcp addand migrate obsoletevidxp-localregistrations after a successful Git installWhy
The previous layout kept duplicate editable skill trees and embedded a generic MCP command in the plugin. That could not represent Desktop's private runtime path and made Git marketplace upgrades impossible. The new structure keeps the upgradeable plugin in Git, separates the portable skill bundle from machine-specific MCP registration, and preserves a local path for unreleased builds.
Validation
CODEX_HOMEsourceType: gituv run --no-sync ruff check .: passednpm --prefix desktop run check: 38 frontend tests passed; typecheck, lint, and production build passedcargo fmt --manifest-path desktop/src-tauri/Cargo.toml --check: passedcargo check --locked --manifest-path desktop/src-tauri/Cargo.toml: passed for local andVIDXP_PLUGIN_MARKETPLACE_REF=mainbuildscargo test --locked --manifest-path desktop/src-tauri/Cargo.toml: 79 passedThe complete
pytest -qrun exceeded a five-minute local command limit without reporting a test failure; all tests covering the changed boundaries passed separately.