vibeinging/dsh-desktop--packages-dsh-structured-ui-tools585

@vibeinging/dsh-structured-ui-tools

Safe session-scoped structured UI tool over productHost

AI 분석

核心用途是提供安全的 `ui_render` 工具,用于渲染结构化文档。适合需要通过 `productHost` 服务安全呈现 UI 组件且不直接访问 Electron IPC 或产品数据库的任务。

패키지
@vibeinging/dsh-structured-ui-tools
버전
0.0.1
라이선스
MIT
최근 업데이트
2026. 9. 12.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vibeinging/dsh-desktop#ba68de0b694688bac59c2fe360ddfe5a55cc3ee0&path:packages/dsh-structured-ui-tools

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.