dsh-genui: Enabling DeepSeek Harness Assistants to Generate Interactive Interfaces for Long Responses

dsh-genui is a DSH client plugin maintained by omdsh-dev. It renders over 30 components inline within assistant responses using the dsh-ui fence, including statistics cards, tables, ECharts charts, forms, quizzes, Mermaid diagrams, and 3D scenes, with support for streaming rendering and action event callbacks. This article introduces its dual-channel rendering principle, installation command (@changfenhuang/dsh-genui), and typical verification usage, targeting developers who wish to obtain interactive interfaces directly within DSH Web conversations.

Read More
Inline Rendering Interactive Interfaces in DeepSeek Harness Responses with dsh-genui

### 译文: dsh-genui is a DeepSeek Harness interface enhancement plugin maintained by omdsh-dev. When the model outputs a dsh-ui fence in its reply, the browser renders cards, charts, forms and quizzes inline according to the whitelist JSON. It supports dual-channel rendering, local-first interaction and event loop that feeds back to the model. This article verifies the installation commands, usage and precautions according to the community directory and GitHub repository.

Read More