MoonShadow1976/chiral-pulse ↗★ 0
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.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MoonShadow1976/chiral-pulse说明文档
阅读完整 README ↗CHIRAL PULSE · 手性脉冲
A Death Stranding skin + BB vital-signs monitor for the DeepSeek Harness web UI. The whole interface is re-skinned in the Death Stranding look (the DeepSeek whale mark keeps its brand blue), and a live heartbeat paper feed runs under the composer stats — its pulse accelerates the moment the agent starts thinking or a tool begins executing.
dsh-plugin · deepseek-harness · ui-plugin · death-stranding · bb-pod · ecg · theme

这是什么
CHIRAL PULSE(手性脉冲) 是一款 DeepSeek Harness Web 界面插件,两层设计:
1. 全局皮肤 —— 整个界面都是死亡搁浅
不再是小框:插件重映射整个 --dsw-* 设计平台调色板,所有组件(侧栏、气泡、
输入区、设置页)自动换装,不动任何布局结构:
- 暗色主题:DS 蓝黑机身(
#05070a起) + 琥珀发丝线边框 + 琥珀悬停微光; - 亮色主题:集装箱沙纸色调("冥滩白"),同样琥珀描边;
- 氛围层:全屏 CRT 扫描线、手性晶格(60°/120° 交错)、四角渐晕, 全部 pointer-transparent,不挡任何操作;
- 鲸鱼 logo 保留:DeepSeek 品牌蓝原样不动,左上角标识一切照旧;
- 主题切换(亮/暗/跟随系统)完全兼容,两套皮肤都做齐了。
2. 心跳走纸 —— 融入输入区,不突兀
挂在数据行(conversation.composer.dock 的 StatsLine)下方的一条 26px
"监护仪走纸":滚动的心电波形是主角,右侧小字 BPM 与状态轮播。
不重复任何数据 —— turns/tokens 那些 StatsLine 本来就有。
BPM 是实时心跳,跟随 Agent 的每一次活动:
| 状态 | 来源 | BPM 加成 |
|---|---|---|
| 模型正在思考/生成 | 快照 partial 非空 | +38 |
| 工具正在执行 | 快照 runningCalls 非空 | +52 |
| 会话回合进行中 | 快照 running | +10 |
| 空闲 | 10 秒步骤窗口速率 | 基准(~42 入睡) |
BPM 目标用 lerp 平滑——思考一开始,脉搏立刻拉高;工作落地,缓缓回落。 上限 150,下限 42。