Skip to content

Expose plugin installation timestamps in app-server summaries - #35859

Merged
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/8a1640320adb298874e1074e9891d1017ad06937
Jul 29, 2026
Merged

Expose plugin installation timestamps in app-server summaries#35859
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/8a1640320adb298874e1074e9891d1017ad06937

Conversation

@copyberry

@copyberry copyberry Bot commented Jul 29, 2026

Copy link
Copy Markdown

Expose plugin installation timestamps in app-server summaries

What changed

  • Add nullable installedAt metadata to PluginSummary and its generated schemas, expressed as a Unix timestamp in seconds.
  • Preserve the backend installation time for remote plugins across plugin list, installed, read, and share-list responses. Return null when the timestamp is unavailable, including for local or uninstalled plugins and older backend responses.

Testing

  • Cover timestamp conversion in the remote plugin list integration test and the field's serialization and backward-compatible default in protocol tests.
## What changed

- Add nullable `installedAt` metadata to `PluginSummary` and its generated schemas, expressed as a Unix timestamp in seconds.
- Preserve the backend installation time for remote plugins across plugin list, installed, read, and share-list responses. Return `null` when the timestamp is unavailable, including for local or uninstalled plugins and older backend responses.

## Testing

- Cover timestamp conversion in the remote plugin list integration test and the field's serialization and backward-compatible default in protocol tests.

GitOrigin-RevId: 8a1640320adb298874e1074e9891d1017ad06937
@copyberry
copyberry Bot force-pushed the copyberry/codex-internal-to-codex-oss/8a1640320adb298874e1074e9891d1017ad06937 branch from 108b37f to 28f3f1f Compare July 29, 2026 01:17
@copyberry
copyberry Bot merged commit 28f3f1f into main Jul 29, 2026
29 of 32 checks passed
@copyberry
copyberry Bot deleted the copyberry/codex-internal-to-codex-oss/8a1640320adb298874e1074e9891d1017ad06937 branch July 29, 2026 01:18
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet