Plugin directory / UI Enhancements / dsh-genui
dsh-genui
GitHub source only omdsh-dev/dsh-genui ↗
48Stars
3Forks
1Open issues
TypeScriptLanguage
2026-08-13Last push
What it does
GenUI for DeepSeek Harness: interactive UI components rendered inline in assistant replies via the dsh-ui fence — layout, charts, plots, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model. Ships the fence-teaching host plugin, the browser renderer (client half), and the genui skill.
Our take
Source-only — install from GitHub
Source-only — install from GitHub
Install
This plugin is GitHub source (not published to npm) — install it straight from the repo:
dsh plugin --profile web add github:omdsh-dev/dsh-genui - Install pnpm once:
npm install -g pnpm. - Add it from GitHub:
dsh plugin --profile web add github:omdsh-dev/dsh-genui. - Restart
dsh web.
Note: plugins that ship a prepare build script may prompt pnpm to allow the build — add the key it prints under allowBuilds in pnpm-workspace.yaml, then re-run.
Repository
github.com/omdsh-dev/dsh-genui ↗