DeepSeek Harness GenUI: Generate React Interfaces for Current Tasks and Carry State into the Next Agent Round

DeepSeek Harness GenUI (dsh-plugin-genui) is a DSH client plugin maintained by pengyue-polaron. It enables Coding Agents to create React + TypeScript interfaces for current tasks, capturing user selections, inputs, and progress into task state for subsequent Agent iterations to read. Supporting four entry modes—Inline, Canvas, Fullscreen, and CLI/localhost—it features permission declarations and sandbox isolation, with failure updates that do not overwrite functional versions. Install via the command: `dsh plugin --profile web add dsh-plugin-genui`. It is well-suited for code-first GenUI scenarios such as multi-step interactions, simulators, and code path exploration.

Read More
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