Skip to content

fix(codex): add safe plugin registration repair - #69

Open
zhushihao wants to merge 2 commits into
BigStrongSun:mainfrom
zhushihao:pr/codex-plugin-repair
Open

fix(codex): add safe plugin registration repair#69
zhushihao wants to merge 2 commits into
BigStrongSun:mainfrom
zhushihao:pr/codex-plugin-repair

Conversation

@zhushihao

Copy link
Copy Markdown
Contributor

Summary

Codex cached plugins can be enabled while missing from the personal marketplace, leaving Codex unable to register them safely. This adds explicit detection and repair for cached Codex plugins while preserving existing marketplace entries.

Changes

  • Validate plugin manifest paths inside the Codex cache.
  • Detect enabled cached plugins missing from the personal marketplace.
  • Preserve existing marketplace entries and expose an explicit repair action.

Validation

  • Fork merge validation passed TypeScript, Prettier, and 148/1208 Vitest checks.
  • Upstream CI will run Rust formatting, Clippy, tests, and frontend checks.

Risk

  • Scoped to cached Codex plugin discovery and repair paths; does not delete user plugin files.

Detect enabled cached plugins missing from the personal marketplace, validate manifest paths inside the Codex cache, preserve existing marketplace entries, and expose an explicit repair action.\n\nCloses BigStrongSun#51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant