Skip to content

Releases: jhckevin/dsh-request-privacy

v0.4.1-rc.1:npm 快速安装

Pre-release

Choose a tag to compare

@jhckevin jhckevin released this 04 Sep 18:41
ed49e63

这是首个通过 npm registry 分发的预发布版本,运行时隐私逻辑与 v0.4.0-rc.2 保持一致。

安装:

dsh plugin --profile web add dsh-request-privacy@0.4.1-rc.1 --registry=https://registry.npmjs.org/ --ignore-scripts
dsh --profile web

兼容版本:DeepSeek Harness 0.1.2-rc.1,Linux x86_64。

验证结果:

  • 6 个测试文件、16 项测试通过
  • 预构建 npm tarball 独立导入通过
  • 全新隔离 DSH profile 从公共 registry 安装通过
  • DSH dump-config 确认插件组合成功
  • 发布包 SHA-256:76a34d0d7f252dede6b05c924b48bb600e21e1d8bb610d07d090f8363744d0c0

使用 npm 安装时请固定版本号。GitHub 附件中的 tgz 仅作为 npm 不可用时的后备方式。

v0.4.0-rc.2 · DSH 0.1.2-rc.1 请求隐私开关

Choose a tag to compare

@jhckevin jhckevin released this 04 Sep 15:17
6ab25d2

安装与使用 / Installation

适配 DSH 0.1.2-rc.1,Linux x86-64 验收。下载下面的 tgz,无需解压;不要使用自动生成的 Source code 包。

停止 DSH,在下载目录执行:

dsh plugin --profile web add ./dsh-request-privacy-0.4.0-rc.2.tgz --registry=https://registry.npmmirror.com --ignore-scripts
dsh --profile web

设置 → 请求隐私 → 精简请求头。安装需要重启;安装后的开关自动保存,无需重启,下一次 DeepSeek 请求即生效,已有会话同样适用。关闭恢复原生请求头,不阻断聊天。已经发出的请求保持原模式。

中文图文指南 · English illustrated guide

验证 / Verification

  • 16 项测试、构建、干净消费端打包导入与凭据扫描通过。
  • 本机 Edge 中英文界面、自动保存、刷新/重启持久化与插件运行状态已验收,README 附真实截图。
  • 请求头实时切换使用原生适配器 HTTP/SSE 模拟端点集成测试;本轮未调用付费模型 API。
  • 发布附件直接来自 主分支 CI,附 SHA256、JUnit 和验收回执。

This prerelease targets DSH 0.1.2-rc.1. Restart DSH after installation; subsequent settings changes apply to the next request, including existing sessions. Assets are built by the linked main-branch CI.

隐私边界 / Privacy scope: 减少关联请求头不等于服务商停止存储或训练。API Key、聊天内容和工具描述仍发送;文件上传、遥测和其他提供商不受此开关控制。This is metadata minimization, not a guaranteed training opt-out.

MIT licensed; upstream notices retained.