@crosery/dsh-viewer
Renders images, video, audio, PDF and Office documents inline in the dsh web UI through a display_file tool, streaming bytes over a signed HTTP route with range support.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Crosery/dsh-viewer说明文档
阅读完整 README ↗Configuration
Settings namespace crosery-viewer. Every default is the behaviour the plugin exists to provide; each flag gives one piece back.
| Field | Default | Turning it off |
|---|---|---|
tool | true | display_file is not registered at all |
redirectRead | true | read may decode a raster into replacement characters again |
feedModel | true | images are shown only, never added to model context |
supersedeReadImage | true | the shipped read_image becomes visible to the model again |
Edit $DSH_HOME/settings.yaml — hot-reloaded, no restart.