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
Restore a green pnpm install --frozen-lockfile on pnpm 11: pnpm 11 enables minimumReleaseAge by default (1440 minutes) and its frozen-install lockfile supply-chain verification pass ignores minimumReleaseAgeExclude — both the exact @deepseek-ai/dsh-*@0.1.5-alpha.1 entries and an @deepseek-ai/* pattern — so the freshly published 0.1.5-alpha.1 dev/test pins failed with ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION (17 lockfile entries, reproduced locally against a clean store). pnpm-workspace.yaml now sets minimumReleaseAge: 0, matching the sibling PerryLink plugins, and keeps the exclusion list as the documented intent. The v0.2.9 tag already carried that list and still failed at the Install step in both Release and CI, which is why 0.2.9 never reached npm; no runtime behavior changes.