DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Share — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@chuantian/dsh-share

Share

注重隐私的 Markdown 和自包含 HTML 分享,用于 DeepSeek Harness 会话

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @chuantian/dsh-share@0.1.0
README兼容性版本

兼容性与来源证明

Share 以 @chuantian/dsh-share 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.0stable
2026/8/16

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
3.1 MB
文件数
26
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
31
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 productivity-workflow 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Automation@michengai/dsh-automation在独立 DSH Session 中按计划执行编码任务,支持 Web 设置页与 Agent 双入口管理。

README

DSH Share

Privacy-first Markdown and self-contained HTML sharing for DeepSeek Harness Sessions. DSH Share is an independent community plugin.

简体中文

DSH Share adds a Share action to the Web Session header. It creates a local preview, then lets you copy the generated source or download it. Nothing is uploaded and the plugin makes no outbound request.

Why DSH Share

The official Session log export is the right lossless ZIP for diagnosis and migration. DSH Share produces a smaller, human-readable document for review, issue reports, and knowledge sharing.

  • Markdown or one script-free HTML file
  • Best-effort redaction enabled by default
  • Preview before copy or download
  • Tool calls opt-in and collapsed
  • No cloud service, account, or public-link backend
  • Zero model-visible text and zero model-token overhead

Install

DSH is currently a developer preview. Install the npm bundle into the Web profile:

dsh plugin --profile web add @chuantian/dsh-share@0.1.0
dsh --profile web

Open a non-empty Session and select Share in its header.

To remove the plugin:

dsh plugin --profile web remove @chuantian/dsh-share

Privacy behavior

The default document contains only direct human prompts and visible assistant text in log order.

ContentDefaultOptional
Human promptsIncluded—
Visible assistant textIncluded—
Tool names, bounded arguments, outcomesExcludedEnable “Include tool calls”
Tool result bodiesExcludedNever included
Reasoning / thinkingExcludedNever included
System prompts and request configurationExcludedNever included
Plugin-injected user-role contextExcludedNever included
Attachment bytes and Session metadataExcludedNever included

Redaction covers common credentials, authorization headers, secret-bearing environment assignments, email addresses, and absolute local paths. It is heuristic, not a guarantee. Always review the preview. If redaction is disabled, copy and download remain locked until a fresh risk acknowledgement is checked.

The preview runs in a sandboxed srcdoc iframe. Generated HTML has no scripts or external resources and carries a restrictive Content Security Policy.

Host configuration

All resource limits are validated when the plugin loads.

FieldDefaultMeaning
maxEvents20000Maximum raw Session events accepted
maxOutputChars2000000Maximum file or preview characters
maxToolArgumentChars12000Maximum retained arguments per enabled tool call

Session and output overflows fail visibly. Tool arguments alone may be truncated, with a warning in the preview.

Development

The verified Harness revision is 47f943859bef60e4160492346772ded9b24f765a. Keep the checkout isolated under .sandbox/harness:

corepack enable
pnpm install
git clone https://github.com/deepseek-ai/deepseek-harness.git .sandbox/harness
git -C .sandbox/harness checkout 47f943859bef60e4160492346772ded9b24f765a
pnpm --dir .sandbox/harness install --frozen-lockfile
pnpm --dir .sandbox/harness run build
pnpm run check

DSH_HARNESS_ROOT=/absolute/path/to/deepseek-harness selects another read-only development checkout. pnpm run check runs strict type checks, ESLint, unit and composition tests, Host/browser builds, and a package dry run. Built lib/ artifacts are committed because profile installs do not run a build step.

The complete product and security design is in docs/design.md.

Compatibility

Version 0.1.0 targets the DSH developer-preview API at the verified revision above. DSH does not yet promise stable external plugin compatibility; future Harness changes may require a new DSH Share release.

Security

See SECURITY.md. Never include a real credential or private Session in a public issue.

License

MIT