fix(plugin): fit the Codex subtitle in 30 characters - #1836
Merged
mergify[bot] merged 1 commit intoSep 18, 2026
Merged
mergify[bot] merged 1 commit into
mergify[bot] merged 1 commit into
Conversation
The OpenAI submission portal rejects the plugin with "Subtitle must be 30 characters or fewer". Our shortDescription was 99, so the Info tab could not be filled at all. The subtitle is the one-line label under the plugin name in the directory, not a summary: "Run and debug your merge queue" is exactly 30 and keeps the verb the long description opens with. The longDescription carries everything the old string said about stacks and configuration. The limit is not documented anywhere in developers.openai.com/plugins; it only surfaces on upload. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Change-Id: Ib967c49ecb872dabe8357eb71898a9cdb3a806be
There was a problem hiding this comment.
🟢 Approval recommended
The reviewed change meets the stated submission requirement with no unresolved issues.
Pull request overview
Updates the Codex plugin subtitle to comply with the 30-character portal limit while preserving the detailed description.
Changes:
- Shortens
shortDescriptionto exactly 30 characters. - Retains the existing
longDescription.
File summaries
| File | Description |
|---|---|
.codex-plugin/plugin.json |
Updates the plugin subtitle. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
jd
marked this pull request as ready for review
September 17, 2026 13:12
kozlek
approved these changes
Sep 17, 2026
AlexandreGaubert
approved these changes
Sep 18, 2026
Contributor
Merge Queue Status
This pull request spent 25 seconds in the queue, including 1 second running CI. Required conditions to merge
|
mergify
Bot
deleted the
devs/jd/feat/codex-subtitle-limit/fit-codex-subtitle-30-characters--b967c49e
branch
September 18, 2026 09:02
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.
The OpenAI submission portal rejects the plugin with "Subtitle must be 30
characters or fewer". Our shortDescription was 99, so the Info tab could
not be filled at all.
The subtitle is the one-line label under the plugin name in the
directory, not a summary: "Run and debug your merge queue" is exactly 30
and keeps the verb the long description opens with. The longDescription
carries everything the old string said about stacks and configuration.
The limit is not documented anywhere in developers.openai.com/plugins;
it only surfaces on upload.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com