Developer fixes broken plugin bundle by adopting DSH's native profile format
A developer building a six-plugin bundle for the DeepSeek Harness (DSH) platform initially shipped a shell-command chain that failed due to double-slash URL errors causing 404s on every install. After consulting DSH's official documentation, they rebuilt the solution as a proper DSH profile — a single tarball containing a manifest that lists all six plugins — eliminating the need for string concatenation. Two additional obstacles emerged: pnpm blocked URL dependencies in sub-dependencies, resolved by moving them to the profile's top-level, and one plugin had a peer-dependency with no matching published version, prompting a mandatory member health audit step. The submission reviewer's rules were also updated to allow patches referencing declared dependencies, preserving the security boundary while removing a false positive. The final profile, just 417 bytes, successfully loaded all six plugins in a Docker sandbox from a single link.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in