qfwycn/dsh-media-serve1

dsh-media-serve

DeepSeek Harness host plugin: serves a configured workspace/media folder over the web server under /media, so any conversation can display local images by referencing http://<host>:<port>/media/<relative-path>.

包名
dsh-media-serve
版本
0.2.4
许可证
MIT
最近更新
2026年9月2日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qfwycn/dsh-media-serve

使用 / Usage(对用户:几乎零操作 · near-zero effort)

:安装并重启后,配合 agent 指令(用户级可放 ~/.dsh/AGENTS.md),新开的对话里 的 agent 会自动知道它能把工作区图片/文件显示给你,无需你强调或贴 URL。你正常说 “把这张截图显示出来 / 打开那个图片文件”即可,agent 会自动用 /media 渲染。 (兜底:若某对话的 agent 还不知道,补一句“你可以用 http://127.0.0.1:3080/media/ 显示工作区图片”即可。)

EN: After install + restart, and with the agent instruction available (user-global ~/.dsh/AGENTS.md), agents in new conversations already know they can display workspace images to you — no emphasis or pasted URL needed. Just say “show this screenshot” / “open that image file”. (Fallback: if an agent is unaware, one line — “you can display workspace images via http://127.0.0.1:3080/media/” — suffices.)