You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Installed official DSH versions now survive the staging-to-destination rename on Windows. pnpm's default isolated layout links packages through Windows junctions with absolute targets, so the post-validation rename broke every link and the version failed to resolve with ENOENT ... node_modules/@deepseek-ai/dsh/package.json. The install now uses the hoisted layout, and reinstalling over a broken version directory repairs it instead of failing.