Skip to content

Expose scheduled tasks in plugin details - #32272

Merged
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/7af223ed0a1bf6d8f054293084a73f34c6d0332d
Jul 10, 2026
Merged

Expose scheduled tasks in plugin details#32272
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/7af223ed0a1bf6d8f054293084a73f34c6d0332d

Conversation

@copyberry

@copyberry copyberry Bot commented Jul 10, 2026

Copy link
Copy Markdown

Expose scheduled tasks in plugin details

What changed

  • Add optional scheduledTasks metadata to plugin/read responses for remote
    plugins, including hourly, daily, weekday, and weekly schedules.
  • Preserve the distinction between unavailable metadata (null) and a catalog
    response containing no scheduled tasks ([]). Local plugin details return
    null.
  • Export the corresponding Rust, JSON Schema, and TypeScript protocol types.

Testing

  • Cover scheduled-task deserialization and propagation through plugin/read.
  • Verify missing and empty remote metadata remain distinct.
## What changed

- Add optional `scheduledTasks` metadata to `plugin/read` responses for remote
  plugins, including hourly, daily, weekday, and weekly schedules.
- Preserve the distinction between unavailable metadata (`null`) and a catalog
  response containing no scheduled tasks (`[]`). Local plugin details return
  `null`.
- Export the corresponding Rust, JSON Schema, and TypeScript protocol types.

## Testing

- Cover scheduled-task deserialization and propagation through `plugin/read`.
- Verify missing and empty remote metadata remain distinct.

GitOrigin-RevId: 7af223ed0a1bf6d8f054293084a73f34c6d0332d
@copyberry
copyberry Bot force-pushed the copyberry/codex-internal-to-codex-oss/7af223ed0a1bf6d8f054293084a73f34c6d0332d branch from 1d57588 to 431ad23 Compare July 10, 2026 21:14
@copyberry
copyberry Bot merged commit 431ad23 into main Jul 10, 2026
14 of 32 checks passed
@copyberry
copyberry Bot deleted the copyberry/codex-internal-to-codex-oss/7af223ed0a1bf6d8f054293084a73f34c6d0332d branch July 10, 2026 21:15
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant