DeepSeek Harness Version Update: Why npm Version Stays the Same and How to Fix It

18 days ago 高效码农

How to Update DeepSeek Harness When npm Version Doesn’t Change You ran npm update -g @deepseek-ai/dsh, saw a bunch of packages added and removed, then checked dsh -V and got the same version number back. This isn’t a user error — it’s how the @deepseek-ai/dsh package is published on npm. Why npm update Doesn’t Give You the Latest GitHub Release The npm next channel and GitHub Releases are published 「independently」. The GitHub Latest tag currently points to dsh-v0.1.0-rc.12, but the highest version of @deepseek-ai/dsh available on npm is 0.1.0-rc.7. That’s the root cause. The version you see on the GitHub …