Skip to content

v1.8.1

Latest

Choose a tag to compare

@ShanHaiFish ShanHaiFish released this 02 Sep 02:57

v1.8.1

修复

  • static bundle 的 peerDependencies 对齐 DSH 0.1.1-rc.2@deepseek-ai/dsh-tools@deepseek-ai/dsh-cordis-host-runner^0.1.0-rc.6 更新为 ^0.1.1-rc.2,匹配当前 DSH 携带的版本。
    • 原因:npm/pnpm 对预发布版本严格匹配(预发布版本仅命中范围内相同 major.minor.patch 元组),旧范围不满足 0.1.1-rc.2,会导致 dsh plugin --profile web add/update dsh-plugin-security-review 安装时 peer 校验失败(ERESOLVE)。
    • 本版本不影响动态回退形态(不读取 package.json 的 peerDependencies)。
  • 同步更新 lib/index.js VERSION、client/client.js、README(中/英)标题与变更记录、AGENTS.md。

安装/部署

  • 静态 bundle(推荐):dsh plugin --profile web update dsh-plugin-security-review
  • 本地 file: 安装:更新源码后重跑 dsh plugin add,再重启 dsh web 生效。
  • 动态回退形态版本同步为 v1.8.1,不含弹窗(浏览器 GUI 特性,仅静态 bundle)。