dsh plugins中文
← Back to popular plugin directory

No need to switch interfaces throughout the process

KhalilYamber/dsh-envoy · skills

Hana plug-in: outsource coding tasks to the local machine DeepSeek Harness, synchronize approval back to Hana for decision-making, and bring back results in native cards.

★ 4GitHub stars
1Forks
2026-08-15Last updated
JavaScriptLanguage
NOASSERTIONLicense

Project overview

DSH Envoy(dsh-bridge) 给 Hana 接一个「外包 coding 的开关」。说一句「派给 DSH」,任务就流向本机 DeepSeek Harness 执行:审批同步回 Hana 里决策,结果自动带回,全程不必切换界面。 什么是 DSH?DSH(DeepSeek Harness)是 DeepSeek 官方的编码 Agent 框架(类似 Codex CLI),在本机沙箱里执行写代码、跑命令等长任务。本插件负责在 Hana 和 DSH 之间搭桥。 这是什么

DSH Envoy 是一个 Hana 插件,桥接 Hana 与本机 DeepSeek Harness(DSH)。 派活:Hana 把任务书写给 DSH,DSH 在沙箱里长时间干活 审批:DSH 请求越界权限时,审批同步到 Hana 对话里问您(允许一次 / 拒绝);DSH 界面的原生审批弹窗保留作兜底 回执:任务完成自动带回结构化结果,Hana 用原生卡片呈现(状态、耗时、token 用量、交付物、审批记录) 台账:每次工作自动打日期标签(如 0815-01),可查进度、可止损、会话可续跑 效果示例

任务执行中 DSH 申请越界时,Hana 会把审批同步到对话里问您;您回答「允许」或「拒」,无需切换到 DSH 界面。 开始之前:先判断您的情况

Install command

dsh plugin --profile web add github:KhalilYamber/dsh-envoy
View GitHub repository ↗Back to popular plugin directory