DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Chiral Pulse — DSH Plugin for DeepSeek Harness
← Plugins

chiral-pulse

Chiral Pulse

CHIRAL PULSE - a Death Stranding-styled BB pod vital-signs monitor for the DeepSeek Harness web UI: the session's heartbeat waveform is the hero, and the pulse reacts to real agent activity.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add chiral-pulse@1.3.3
READMECompatibilityVersions

Compatibility and provenance

Chiral Pulse is published as chiral-pulse and currently resolves to version 1.3.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/18/2026

Versions

1.3.3stable
9/18/2026
1.3.0stable
9/14/2026
1.2.7stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.3.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
106.5 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

CHIRAL PULSE · 手性脉冲

Death Stranding 皮肤 + BB 生命体征监护仪,挂在 DeepSeek Harness Web 界面。

  • 全局皮肤——整个界面都是死亡搁浅:暗色 DS 蓝黑机身 + 琥珀发丝线,亮色冥滩白变体;全屏扫描线、手性晶格、四角渐晕氛围层(全部 pointer-transparent,不挡操作);DeepSeek 鲸鱼品牌蓝原样保留。
  • 心跳走纸——输入区上方一条 26px 监护仪走纸:滚动 ECG 波形是主角,BPM 实时跟随 Agent 活动(思考 +38、工具执行 +52、回合进行 +10、空闲回落至 42)。数据全部来自会话快照,不重复 StatsLine 已有的 turns/tokens。

CHIRAL PULSE

如果你是本地源码运行 DSH(pnpm dsh web),下面所有命令都把开头 dsh 替换成 pnpm dsh 执行。

安装

发布版(推荐):

dsh plugin --profile web add chiral-pulse

包内声明了 dsh.bundle(cordis.patch.yml roster 行)与 dsh.client(浏览器半边),安装后自动进入 profile 的 bundle 层,无需手写配置。

旧写法 dsh plugin --profile web chiral-pulse(无 add)一并保留。

本地开发安装

把包链接进 profile 的 node_modules,再在 $DSH_HOME/profiles/web/cordis.patch.yml 追加一行:

- insert:
    - id: ui-chiral-pulse
      name: 'chiral-pulse'
New-Item -ItemType Junction -Path "$env:USERPROFILE\.dsh\profiles\web\node_modules\chiral-pulse" -Target "D:\path\to\chiral-pulse"

用户 patch 层热加载:无需重启 dsh web,刷新浏览器页面即可生效。

更新

dsh plugin --profile web update chiral-pulse

卸载

dsh plugin --profile web remove chiral-pulse

本地开发安装则移除 patch 行与 junction。

构建

pnpm bundle     # tsdown → lib/index.js + lib/client.js
pnpm typecheck  # tsc --noEmit

工作原理

  • 主题:ui-theme 设计平台里只重映射 body[data-ds-dark-theme] / body:not([data-ds-dark-theme]) 两套静态色,全应用自动跟随;brand 蓝(鲸鱼)刻意不动;
  • 数据:useProjection('sessionStats') 提供活动窗口,useSession 快照驱动 BPM 加成,波形由纯函数 ECG 合成器(src/client/ecg.ts)生成;
  • 渲染:单 <canvas> 每帧直绘,erase-bar 扫掠 + 冻结像素缓存,帧率无关、零 DOM 抖动。

发布

打 tag(v*.*.*)→ GitHub Actions 自动构建、发布 npm 并创建 GitHub Release。

社区与支持

  • 反馈与 bug 报告:GitHub Discussions。
  • 本仓库已打上 dsh-plugin 话题,可在同话题下被发现。

License

MIT