Laplace-bit/dsh-stream0

dsh-stream

为 DeepSeek Harness Web UI 提供平滑的流式展现与对话跟随功能。

AI 分析

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

套件
dsh-stream
版本
0.1.0
授權
MIT
最近更新
2026年8月15日

安裝

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

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.