Expose plugin installation timestamps in app-server summaries - #35859
Merged
copyberry[bot] merged 1 commit intoJul 29, 2026
Conversation
## 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
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/8a1640320adb298874e1074e9891d1017ad06937
branch
from
July 29, 2026 01:17
108b37f to
28f3f1f
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/8a1640320adb298874e1074e9891d1017ad06937
branch
July 29, 2026 01:18
Hassan-Alhabeeb
temporarily deployed
to
issue-triage
July 29, 2026 01:36 — with
GitHub Actions
Inactive
Hassan-Alhabeeb
temporarily deployed
to
issue-triage
July 29, 2026 01:36 — with
GitHub Actions
Inactive
Hassan-Alhabeeb
temporarily deployed
to
issue-triage
July 29, 2026 01:36 — with
GitHub Actions
Inactive
StarlightLab
temporarily deployed
to
issue-triage
July 29, 2026 02:04 — with
GitHub Actions
Inactive
StarlightLab
temporarily deployed
to
issue-triage
July 29, 2026 02:04 — with
GitHub Actions
Inactive
StarlightLab
temporarily deployed
to
issue-triage
July 29, 2026 02:04 — with
GitHub Actions
Inactive
StarlightLab
temporarily deployed
to
issue-triage
July 29, 2026 02:05 — with
GitHub Actions
Inactive
yousizaitianqiong
temporarily deployed
to
issue-triage
July 29, 2026 02:11 — with
GitHub Actions
Inactive
yousizaitianqiong
temporarily deployed
to
issue-triage
July 29, 2026 02:11 — with
GitHub Actions
Inactive
yousizaitianqiong
temporarily deployed
to
issue-triage
July 29, 2026 02:11 — with
GitHub Actions
Inactive
yousizaitianqiong
temporarily deployed
to
issue-triage
July 29, 2026 02:15 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Expose plugin installation timestamps in app-server summaries
What changed
installedAtmetadata toPluginSummaryand its generated schemas, expressed as a Unix timestamp in seconds.nullwhen the timestamp is unavailable, including for local or uninstalled plugins and older backend responses.Testing