Laplace-bit/dsh-stream0

dsh-stream

Smooth streaming reveal and conversation follow for the DeepSeek Harness Web UI

AI 分析

核心用途是优化 Web 界面中 AI 文本输出的流式加载与自动滚动跟随。适合需要改善长文本输出时阅读连贯性的用户。

パッケージ
dsh-stream
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/15

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Laplace-bit/dsh-stream

ドキュメント

README 全文を読む ↗

Configuration

Cordis validates the overlay config against the exported schema. Omitted fields use the defaults. An invalid value fails the load.

FieldTypeDefaultMeaning
modetypewriter | telepromptertypewriterKept for config compatibility; neither mode draws a caret
presetrealtime | balanced | silkybalancedReveal-cadence smoothing preset
revealCharsPerSecnumber (5–200)80Unused at runtime; live reveal tracks observed arrival
scrollSpeedPxPerSecnumber (1–200)48Unused at runtime; follow is a smooth-damp, not a cruise speed
maxScrollSpeedPxPerSecnumber (1–2000)1000Follow velocity ceiling so a huge first lag does not teleport

Override values in the profile cordis.patch.yml after install. The bundle already inserts the row with the defaults above.

prefers-reduced-motion users receive the complete text immediately, and the overlay does not take follow. While the frame rate is below 30 fps and the reply is offscreen, reveal commits are held back and flush when the guard clears.