chore: upgrade DeepSeek Harness to 0.1.1-rc.2 - #152
Open
yaojin3616 wants to merge 1 commit into
Open
Conversation
Bump every @deepseek-ai/dsh* pin to 0.1.1-rc.2, rename the patch files to match, and refresh the three patches whose upstream files moved: the sidebar brand patch (build revision string), and the deepseek / pi-ai error-code patches (line offsets only). Also drop the last hard-coded patch filename in the HMR fallback test in favour of the existing patchPath() helper, so future bumps stop breaking it, and update the version references in both READMEs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更
将 Harness 依赖从
0.1.1-rc.1升级到0.1.1-rc.2。package.json中 20 个@deepseek-ai/dsh*pin 全部升到0.1.1-rc.2(cordis-plugin-group/cordis-plugin-loader无 rc.2,保持原版本)。patches/下 13 个补丁文件重命名到新版本号。其中 3 个需要重新生成:dsh-client-ui-sidebar:上游 build revision 字符串变化(9a439af→29b22c5)。dsh-llm-deepseek/dsh-llm-pi-ai:仅行号偏移,401/403 错误码拆分逻辑不变。dsh-host-apiproxy补丁内嵌的 preset 归档版本字符串同步为0.1.1-rc.2。test/hmr-fallback.test.js改用已有的patchPath()helper,去掉最后一处硬编码补丁文件名,避免每次升级都要改测试。验证
npx patch-package:13 个补丁全部干净应用 ✔npm run typecheck:通过npm test:40 个文件 / 271 个用例全部通过npm run build:通过