vibeinging/dsh-desktop--packages-dsh-structured-ui-tools ↗★ 585
@vibeinging/dsh-structured-ui-tools
Safe session-scoped structured UI tool over productHost
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vibeinging/dsh-desktop#ba68de0b694688bac59c2fe360ddfe5a55cc3ee0&path:packages/dsh-structured-ui-tools说明文档
阅读完整 README ↗DSH Desktop Structured UI Tools
This private Profile Bundle owns the ui_render tool and follows the public DSH Agent and Tool lifecycle. It consumes the session-addressed productHost service and never accesses Electron IPC, the product database, or Renderer code directly.
The parent Host validates the complete structured document against a bounded component schema before storing it. Buttons and forms submit a visible next user message; the document cannot run hidden JavaScript or request arbitrary desktop capabilities.
The Bundle is currently a desktop-adapter because the published rc.7 SDK does not provide ProductHost. It can become portable when an official or community Host provider implements the same narrow uiRender method without changing the Tool Bundle.