@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.
AI 분석
核心用途是让用户和智能体能直接在聊天流中预览多种格式的文件。适合需要频繁处理多媒体和文档的 DSH 用户。预览 Office 文档需系统安装 LibreOffice。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Crosery/dsh-viewerConfiguration
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.