Skip symlinks when installing plugins - #36967
Merged
copyberry[bot] merged 1 commit intoAug 4, 2026
Merged
Conversation
## What changed - Ignore symbolic links and other non-file, non-directory entries while copying a plugin into the store instead of rejecting the installation. - Cover symlinked skill files and executables, verifying that the plugin installs without copying either link. GitOrigin-RevId: da0cbbd95d12313afcaecdcb52824fc1922d0b74
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/da0cbbd95d12313afcaecdcb52824fc1922d0b74
branch
from
August 4, 2026 20:17
df8db72 to
720c9d6
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/da0cbbd95d12313afcaecdcb52824fc1922d0b74
branch
August 4, 2026 20:18
dannyboyuk73
temporarily deployed
to
issue-triage
August 4, 2026 20:30 — with
GitHub Actions
Inactive
dannyboyuk73
temporarily deployed
to
issue-triage
August 4, 2026 20:30 — with
GitHub Actions
Inactive
dannyboyuk73
temporarily deployed
to
issue-triage
August 4, 2026 20:30 — with
GitHub Actions
Inactive
dannyboyuk73
temporarily deployed
to
issue-triage
August 4, 2026 20:31 — with
GitHub Actions
Inactive
clairernovotny
temporarily deployed
to
issue-triage
August 4, 2026 20:36 — with
GitHub Actions
Inactive
clairernovotny
temporarily deployed
to
issue-triage
August 4, 2026 20:36 — with
GitHub Actions
Inactive
clairernovotny
temporarily deployed
to
issue-triage
August 4, 2026 20:37 — with
GitHub Actions
Inactive
clairernovotny
temporarily deployed
to
issue-triage
August 4, 2026 20:38 — with
GitHub Actions
Inactive
bt1142msstate
temporarily deployed
to
issue-triage
August 4, 2026 20:50 — with
GitHub Actions
Inactive
bt1142msstate
temporarily deployed
to
issue-triage
August 4, 2026 20:50 — with
GitHub Actions
Inactive
bt1142msstate
temporarily deployed
to
issue-triage
August 4, 2026 20:50 — 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.
Skip symlinks when installing plugins
What changed