Enable resource reads for explicit executor skills#35198
Merged
copyberry[bot] merged 1 commit intoJul 24, 2026
Merged
Conversation
## Why Executor skills that disallow implicit invocation are omitted from `skills.list`, so an explicitly selected skill did not provide the authority and package identifiers needed to read its referenced resources. ## What changed - Add `resource_access` metadata to injected instructions for explicit-only executor skills. - Teach the `skills.read` description to accept that metadata as well as values returned by `skills.list`. - Keep discoverable executor skill instructions unchanged. ## Testing Add an app-server integration scenario that selects an explicit-only executor skill, confirms it remains absent from `skills.list`, and reads a referenced file through `skills.read`. GitOrigin-RevId: 97d3b93d1618c013363788452303c8a31e32cc56
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/97d3b93d1618c013363788452303c8a31e32cc56
branch
from
July 24, 2026 14:49
57431c8 to
fe8500c
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/97d3b93d1618c013363788452303c8a31e32cc56
branch
July 24, 2026 14:50
clairernovotny
temporarily deployed
to
issue-triage
July 24, 2026 14:52 — with
GitHub Actions
Inactive
clairernovotny
temporarily deployed
to
issue-triage
July 24, 2026 14:52 — with
GitHub Actions
Inactive
clairernovotny
temporarily deployed
to
issue-triage
July 24, 2026 14:52 — with
GitHub Actions
Inactive
clairernovotny
temporarily deployed
to
issue-triage
July 24, 2026 14:54 — 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.
Enable resource reads for explicit executor skills
Why
Executor skills that disallow implicit invocation are omitted from
skills.list, so an explicitly selected skill did not provide the authority and package identifiers needed to read its referenced resources.What changed
resource_accessmetadata to injected instructions for explicit-only executor skills.skills.readdescription to accept that metadata as well as values returned byskills.list.Testing
Add an app-server integration scenario that selects an explicit-only executor skill, confirms it remains absent from
skills.list, and reads a referenced file throughskills.read.