[开源推广] Deepseek Harness 生成式UI插件 和 批注功能插件

taekchef 2026-08-13 22:25 1

本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:



  • 我的帖子已经打上 开源推广 标签:

  • 我的开源项目完整开源,无未开源部分:

  • 我的开源项目已链接认可 LINUX DO 社区:

  • 我帖子内的项目介绍,AI生成、润色内容部分已截图发出:

  • 以上选择我承诺是永久有效的,接受社区和佬友监督:


以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出




有幸参加dsh内测,期间用DSHvibe了两个插件,希望能帮助到大家使用


对我这种注意力不够好的人很有帮助



  1. 生成式UI插件 dsh-genui

    完全用v4f做出来的插件,一直在尝试这个方向,没想到v4f做出来效果居然还不错,希望大家多多尝试

    具体思路是用skill判断+提示词注入+提前写好的组件来实现的功能,看图吧~





    可视化还有一定优化空间,佬友们多多issue&pr!

    链接: GitHub - omdsh-dev/dsh-genui: 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. · GitHub

  2. 批注功能插件 dsh-annotation

    • 对标codex的Annotation功能做的一个插件,基本一致的体验,在DSH畅快的运行下,甚至更爽

    • 可以很好地拯救我的注意力嘿嘿





      链接: GitHub - omdsh-dev/dsh-annotation: DSH Web 选中批注插件:选文字→批注→回车随消息发送;气泡隐藏批注块(零闪烁);回复按 Annotation N 逐条对照(可悬浮芯片)。官方 bundle,零核心改动 · GitHub




DSH的扩展性很棒,对ds的适配也不错,缓存率会很高,祝大家有舒适的体验!

最新回复 (10)
  • Xiwis Homed 08-13 22:28
    1

    还真的挺不错的


    好像有点理解webui形式了,前端拓展很好做

  • taekchef 楼主 08-13 22:29
    2

    是的,现在两个插件都正在适配新版本的DSH,可能体验会有点问题,大家稍等

  • tonytaurus 08-13 22:40
    3

    这个批注太强了,我太需要了,其他 agent 和 ide 中,对产物批注就很蛋疼 ^-^

  • taekchef 楼主 08-13 22:42
    4

    哈哈哈,抄抄codex,我也感觉很好用,欢迎多多给issue&pr呀

  • aaa明 08-13 22:43
    5

    额,这才出来没多久,佬就把插件做好了,真快啊

  • reganmian 08-13 22:49
    6

    很实用的2个插件,期待更新,我先下载玩一玩

  • kaixinmeiyitian 08-13 22:53
    7

    看着真不错,明天我也试试,感谢分享插件

  • cydyclub 08-13 22:58
    8

    正在测试,还是官方的 api 好用,第三方的 API 无法调整思考深度

  • 𝓫𝓪𝓷𝓵𝓪𝓷 08-13 23:00
    9

    dsh plugin --profile web add @dsh-external/dsh-annotation



     ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@dsh-external%2Fdsh-annotation: Not Found - 404
    This error happened while installing a direct dependency of C:\Users\xxx\.dsh\profiles\web
    @dsh-external/dsh-annotation is not in the npm registry, or you have no permission to fetch it.
    An authorization header was used: Bearer npm_[hidden]
    dsh: pnpm failed in profile directory C:\Users\xxx\.dsh\profiles\web


    dsh plugin --profile web add @dsh-external/dsh-genui



     ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/@dsh-external%2Fdsh-genui: Not Found - 404
    This error happened while installing a direct dependency of C:\Users\xxx\.dsh\profiles\web
    @dsh-external/dsh-genui is not in the npm registry, or you have no permission to fetch it.
    An authorization header was used: Bearer npm_[hidden]
    dsh: pnpm failed in profile directory C:\Users\xxx\.dsh\profiles\web

    你们能安装吗?

  • taekchef 楼主 08-13 23:01
    10

    容我搞搞,..刚从私有仓库里转出来还没弄好安装方式

* 帖子来源Linux.do
返回