Skip to content

DSH Desktop v0.2.6

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Aug 01:22
d49e3fe

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.