codex - 💡(How to fix) Fix Feature request: age-gate plugin marketplace upgrades [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#23478Fetched 2026-05-20 03:49:14
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×4

Codex plugin marketplaces can be upgraded, but there does not appear to be a way to delay adoption of very recent plugin or marketplace revisions.

Please add an optional minimum-age policy for plugin marketplace upgrades, similar in spirit to npm's min-release-age or mise's minimum_release_age.

Root Cause

  • codex plugin marketplace upgrade skips revisions newer than the configured age.
  • automatic marketplace upgrades apply the same policy.
  • Codex reports when an update is skipped because it is too new.
  • if no eligible update exists, the installed revision remains unchanged.

Code Example

[plugins.update_policy]
minimum_release_age = "3d"

---

[marketplaces.openai-curated.update_policy]
minimum_revision_age = "3d"
RAW_BUFFERClick to expand / collapse

Feature request: age-gate plugin marketplace upgrades

Summary

Codex plugin marketplaces can be upgraded, but there does not appear to be a way to delay adoption of very recent plugin or marketplace revisions.

Please add an optional minimum-age policy for plugin marketplace upgrades, similar in spirit to npm's min-release-age or mise's minimum_release_age.

Why

Plugins can expose tools, skills, MCP servers, and hooks. A cooldown window would let users keep marketplace upgrades enabled while avoiding the first few hours or days after a new revision is published.

This would help reduce exposure to freshly introduced regressions or compromised updates without requiring users to pin everything permanently.

Requested behavior

Support a configurable policy, for example:

[plugins.update_policy]
minimum_release_age = "3d"

or marketplace-level:

[marketplaces.openai-curated.update_policy]
minimum_revision_age = "3d"

When set:

  • codex plugin marketplace upgrade skips revisions newer than the configured age.
  • automatic marketplace upgrades apply the same policy.
  • Codex reports when an update is skipped because it is too new.
  • if no eligible update exists, the installed revision remains unchanged.

Notes

For git-backed marketplaces, "age" may need a clear definition. A first-seen timestamp may be safer than commit time, since commit dates can be misleading.

Pinning refs is useful, but it turns upgrades into a manual repinning workflow. This request is for automatic upgrades with a configurable waiting period.

Related:

  • #16488: npm min-release-age can block @openai/codex upgrades while Codex still reports success
  • #19163: package-manager hardening work
  • #17425 / #17673 / #20478 / #21396: marketplace auto-upgrade and CLI marketplace upgrade flows
  • #21005: marketplace upgrade staging directory cleanup issue

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING