Skip to content

v4.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 05:11
· 6 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • Fixed: the web UI reported "Failed to load plugins" even though the server started cleanly. The browser half registered itself as deepsee, the executable's name, while the host serves it as /plugins/@chang416/deepsee/client.js and rejects a bundle that registers under any other name. The whole plugin tree failed in the browser while dsh's own startup output stayed clean, so a server-side check could not see it. This is the same name confusion as the loader entry in 4.0.1, on the half that 4.0.1 did not cover; the bundle test now asserts both names against package.json.
  • Documented: a fresh release can install as an older version, silently. pnpm v11 quarantines recently published versions, and dsh's first install writes a minimumReleaseAgeExclude entry pinned to the exact version it installed, so nothing published afterwards is exempt. add @chang416/deepsee@latest then reinstalls what is already on disk and reports success. Troubleshooting now gives the bare-package-name exclusion that covers future releases, and corrects the previous claim that an explicit dist-tag bypasses the gate — on pnpm 11.21 it does not.