You'll notice
Marketplace refresh now surfaces git-lfs warnings while cloning plugins
What
When Claude Code clones a plugin repository from the marketplace, it now checks for git-lfs (Git Large File Storage, an extension for handling big files in git repos) related messages during the clone and logs them, prefixed with [git-lfs], and reports them through the progress callback so they're visible during the refresh.
Why
If a plugin repository uses git-lfs and something goes wrong or needs attention, you'll now see a clear warning instead of the clone silently succeeding or failing without explanation.