AuraxM/dsh-plugin-doc-present

AuraxM★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

README 摘要

dsh-plugin-doc-present Doc Present for the DeepSeek Harness (dsh): let the agent show plans and designs instead of dumping long text into the chat. When the agent has a proposal to present — an architecture, a flow, a state machine, a message sequence, a numeric curve, a UI walkthrough — it publishes a self-contained interactive HTML page (inline CSS/JS, FX animation framework included) and you view it in an in-GUI panel or any browser, including colleagues on the LAN. 方案展示插件:agent 把方案做成自包含 HTML 动态演示页(状态机/时序/曲线/UI 四类动图配方),你在 GUI 内嵌面板或浏览器里看,替代对话框长文。 Surfaces Surface What you get In-GUI panel 📄 方案预览 button in the session header opens a drawer with the doc list and a live iframe preview (same-origin route /doc-present/... on the dsh web server — no CORS, no extra port needed for local viewing). Tool card Each doc present tool call renders a card in the conversation with 在面板中打开 / 浏览器打开 / 复制内网链接 buttons. LAN server A standalone preview server on 0.0.0.0 (default port 8899, auto-scans upward if occupied) so colleagues open http:// : / / directly. Started lazily on first publish; survives nothing but a dsh restart (docs persist on disk; it re-ensures itself on next use). Repository layou…

在 GitHub 查看完整 README →
Tools / Devdsh-pluginagent

分类