DeepSeek Harness Plugin

YuMS/dsh-duet

Stars ★ 3 Downloads (30d) 134 Category Voice & Audio Added 2026-09-20 npm dsh-duet

Full-duplex Chinese voice interaction for DSH Web: dictate and edit tasks, submit requests, manage sessions, answer DSH questions, and hear concise task-completion announcements.

Install

# from npm (prebuilt)

dsh plugin --profile web add dsh-duet

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:YuMS/dsh-duet

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).

README

This plugin publishes its README in Chinese only.

只用语音,就能操作 DeepSeek Harness(DSH)。

duet,意为「二重奏」。这里的 duet 使用全双工语音模型,可以边听边说, 让你与 DSH 的交流不必一人一句地等待。

说出需求、修改输入、发送任务、切换会话——把键盘上的操作交给声音。 任务完成后,duet 会简短播报结果,让你不用一直盯着屏幕。

你可以随时插话、补充或纠正。处理任务之外,也可以聊聊天。

目前处于试用阶段,duet 语音服务可以免费使用。

安装

已验证兼容 DSH 0.1.5-rc.20.1.6-alpha.2

安装并打开 DeepSeek Harness

npm install -g @deepseek-ai/dsh
dsh web

在另一个终端为 Web profile 安装插件,再重启 DSH:

dsh plugin --profile web add dsh-duet
dsh web

也支持 DSH 的 GitHub 插件安装方式:dsh plugin --profile web add github:YuMS/dsh-duet。 两种方式任选其一。

使用

duet 支持两种模式。

按钮 模式 用途
喇叭 播报模式 任务完成后,进行简短的播报
双向箭头 交互模式 开口操作 DSH、自由聊天,也可以在回复过程中插话

目前支持的语音操作

操作 你可以这样说
输入内容 “输入,帮我整理一下这周的计划”
修改内容 “把这周改成下周”
清空输入框 “清空输入框”
发送任务 “发送”“提交”
新建会话 “新建一个会话,叫旅行计划”
切换会话 “切换到第二个会话”“切换到旅行计划”
重命名会话 “把当前会话改名为周末安排”
分叉会话 “从当前会话分叉一个新会话”
归档会话 “归档这个会话”
回答 DSH 的问题 “选第二个”“用中文就好”
自由聊天 “什么是全双工语音交互?”

麦克风与隐私

duet 通过服务器提供语音服务。根据所使用的功能,以下信息会上传至服务器,用于理解语音、执行会话操作、生成回复和语音播报:

  • 交互模式开启期间,麦克风采集的交互音频。
  • 交互所需的会话信息,例如会话标识、名称、运行状态和当前会话名称。
  • 交互所需的输入框内容、任务结果。

请勿在交互中提供密码、密钥等敏感内容。

目前仅支持中文。

许可证

Copyright 2026 YuMS。本项目采用 Apache License 2.0。 第三方图标的许可声明见 HEROICONS-LICENSE.txt

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →

Community comments

Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.