[codex] Add friendly scheduled task templates to public plugins#382
Draft
abhinav-oai wants to merge 1 commit into
Draft
[codex] Add friendly scheduled task templates to public plugins#382abhinav-oai wants to merge 1 commit into
abhinav-oai wants to merge 1 commit into
Conversation
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
Adds one weekday scheduled-task template to each plugin whose canonical source is
openai/plugins, using the friendlier task titles from the scheduled-tasks UX feedback. This is the public-source half of the replacement for the stale combined draft openai/plugins#366; the maintained-source half is openai/oai-maintained-plugins#356.The stable template filenames, prompts, and schedules are unchanged from the reviewed combined draft. Only the user-visible
namevalues were made friendlier, and every affected manifest receives a patch bump so the new templates can ship.0.1.4→0.1.51.0.2→1.0.31.0.3→1.0.40.1.2→0.1.30.1.6→0.1.71.0.3→1.0.40.0.3→0.0.40.1.10→0.1.110.21.3→0.21.4Why this split
The live global plugin registry maps these nine plugin IDs to
openai/plugins. The other eleven scheduled-task plugins now map to the maintained source, so they should not be added here.Validation
jqand checked the staged diff withgit diff --check..name: 20/20 are identical (same prompt and schedule).cloud-plugin-adminis not installed in this local workspace, so the publisher-side validator still needs to run in the normal release environment.