vibeinging/dsh-desktop--packages-dsh-structured-ui-tools ↗★ 585
@vibeinging/dsh-structured-ui-tools
基于 productHost 的安全会话范围结构化 UI 工具
AI 分析
核心用途是提供安全的 `ui_render` 工具,用于渲染结构化文档。适合需要通过 `productHost` 服务安全呈现 UI 组件且不直接访问 Electron IPC 或产品数据库的任务。
安裝
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.