claude-code - 💡(How to fix) Fix [Bug] Plugin symlinks outside plugin folder not created in cache directory [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#53050Fetched 2026-04-25 06:13:42
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Bug Description When installing a plugin that has a folder with a symlink to another folder on the same repository but outside the plugin's folder the symbolic link is not being created in the cache folder, breaking functionality. This was working previously and is documented as the recommended way to have a common component for many plugins.

Environment Info

  • Platform: darwin
  • Terminal: tmux
  • Version: 2.1.119
  • Feedback ID: f85a68cb-e099-4107-a586-62a83a8ad464

extent analysis

TL;DR

The issue can likely be resolved by adjusting the plugin installation process to properly handle symbolic links when caching the plugin folder.

Guidance

  • Verify that the symbolic link is correctly created in the original plugin repository by checking the file system.
  • Investigate the plugin installation script or process to ensure it is configured to preserve symbolic links when copying files to the cache folder.
  • Check the cache folder's file system permissions to ensure that the process creating the cache has the necessary permissions to create symbolic links.
  • Review the documentation for the plugin installation process to ensure that it is up-to-date and accurately reflects the current behavior.

Notes

The issue may be related to changes in the plugin installation process or the underlying file system behavior, which could be specific to the darwin platform or the tmux terminal.

Recommendation

Apply workaround: Adjust the plugin installation process to properly handle symbolic links, as the root cause of the issue is likely related to this process rather than a version-specific bug that can be fixed by upgrading.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Bug] Plugin symlinks outside plugin folder not created in cache directory [1 participants]