Add an app-server API for reading app metadata - #33651
Merged
copyberry[bot] merged 1 commit intoJul 16, 2026
Merged
Conversation
## What changed - Add the experimental `app/read` request for fetching metadata for up to 100 app IDs, with optional display-only tool summaries. - Preserve first-request order while deduplicating IDs, and report unknown or unauthorized apps as partial misses. - Cache metadata by backend and ChatGPT account/workspace identity, refetch metadata-only entries when tools are requested, and preserve cached records when a backend request fails. ## Testing - Cover request serialization, ordering, deduplication, partial misses, caching, tool-summary refetches, backend failures, cache isolation, and the ID limit. GitOrigin-RevId: 55fc3281d99291e76d6c4a581e8d11569d3cb1ac
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/55fc3281d99291e76d6c4a581e8d11569d3cb1ac
branch
from
July 16, 2026 17:46
bb38c97 to
726b637
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/55fc3281d99291e76d6c4a581e8d11569d3cb1ac
branch
July 16, 2026 17:47
JayCrossbower
temporarily deployed
to
issue-triage
July 16, 2026 18:12 — with
GitHub Actions
Inactive
JayCrossbower
temporarily deployed
to
issue-triage
July 16, 2026 18:12 — with
GitHub Actions
Inactive
JayCrossbower
temporarily deployed
to
issue-triage
July 16, 2026 18:12 — 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.
Add an app-server API for reading app metadata
What changed
app/readrequest for fetching metadata for up to 100app IDs, with optional display-only tool summaries.
unauthorized apps as partial misses.
metadata-only entries when tools are requested, and preserve cached records
when a backend request fails.
Testing
tool-summary refetches, backend failures, cache isolation, and the ID limit.