@valuz/dsh-valuz-genui
DeepSeek Harness plugin: generate_ui — the model turns a request (+ data) into an A2UI document rendered as an interactive surface in the chat, generated through dsh's own model service (valuz-genui core)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:valuz-ai/dsh-valuz-genui说明文档
阅读完整 README ↗Configuration
Override the genui row by id in your profile's cordis.patch.yml:
| Key | Default | Meaning |
|---|---|---|
maxDocumentBytes | 262144 | Inclusive byte cap on the serialized A2UI document. |
alwaysOnFullGuide | false | Keep the full field-signature catalog in the system prompt instead of the on-demand genui skill. |