DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Round Rightclick — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-round-rightclick

Round Rightclick

DeepSeek Harness radial quick menu: branch by turn, interrupt generation, copy paths and session IDs, open directories, and export logs.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-round-rightclick@0.1.1
READMECompatibilityVersions
圆盘菜单

Compatibility and provenance

Round Rightclick is published as dsh-round-rightclick and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/13/2026

Versions

0.1.1stable
9/13/2026
0.1.0stable
9/13/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
410.1 kB
Files
10
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/13/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAcp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.Easyrewritedsh-easyrewriteDSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings, modern lightweight UI. DSH Web で最もシームレスなメッセージ撤回・再編集プラグイン——ネイテ

README

dsh-round-rightclick

为 DeepSeek Harness 提供圆盘式右键菜单:在对话的具体轮次上点击右键,即可在光标位置执行常用会话操作。

English · 更新记录

为什么需要这个插件

DSH 的会话操作分散在页面各处。工作目录需要在侧栏中查找,打断生成需要判断时机,而「从中间某一轮创建分支」在原生功能中并不存在——只能手动把此前的对话复制到新会话,并自行确认没有遗漏。

圆盘菜单把这些操作集中到一处。右键点击某条具体的提问或回复,六个动作围绕光标排列,鼠标与键盘均可选择。

核心动作是从此轮分叉。以一个包含三轮完整对话的会话为例:

第 1 轮:确定需求
第 2 轮:比较方案
第 3 轮:完善文案

在第 1 轮上分叉,新会话只包含第 1 轮;在第 2 轮上分叉,新会话包含第 1、2 轮。源会话保持不变,两个会话可以并行对照。对话方向偏离时,从偏离前的那一轮重新开始即可,不必在新会话中重新提供上下文。

截图

圆盘菜单

六个动作

动作作用可用条件
打开目录在系统文件管理器中打开该会话的工作目录会话已设置目录,且 DSH 运行在本机
复制路径将工作目录的完整路径写入剪贴板浏览器允许剪贴板写入
复制会话 ID复制当前会话的 ID存在已打开的会话
打断停止正在执行的生成或工具调用,保留已有对话会话处于运行状态
从此轮分叉携带截至该轮的对话创建新的分支会话该轮已完成且已加载
导出日志下载当前会话及其子会话的日志 ZIP宿主提供导出服务

安装

npm 安装(推荐)

dsh plugin --profile web add dsh-round-rightclick

重启 dsh web 并刷新页面。npm 包内已含构建产物,无需安装 pnpm,也无需本地编译;预构建发布也不会触发构建授权。

Release 包安装

从 Releases 下载对应版本附带的 .tgz,然后执行:

dsh plugin --profile web add ./dsh-round-rightclick-<版本>.tgz

重启 dsh web 并刷新页面。tarball 内同样已含构建产物。

源码安装

git clone https://github.com/hmr-BH/dsh-round-rightclick.git
cd dsh-round-rightclick
pnpm install --frozen-lockfile
pnpm run build
dsh plugin --profile web add .

安装后同样需要重启 dsh web。卸载命令:

dsh plugin --profile web remove dsh-round-rightclick

操作方式

  • 在已完成的提问或回复上点击右键,圆盘菜单出现。
  • 左键点击扇区执行动作,或使用方向键选择后按 Enter。
  • 松开右键不会触发动作,因此按住右键在扇区之间移动是安全的。
  • Esc、Tab、页面滚动、窗口失焦、窗口缩放、点击圆盘外部,均会关闭菜单。
  • 动作执行期间菜单锁定,重复点击不会发出第二次请求。
  • 输入框、contenteditable 等可编辑区域保留浏览器原生右键菜单,插件不接管这些区域。

常见问题

右键无响应。 确认插件安装在 web profile 下,重启 dsh web 并刷新页面。此外需要点击对话内容,输入框区域被有意排除。

「从此轮分叉」置灰。 确认右键点击的是具体轮次的提问或回复,且该轮已经结束。若仍在生成,可先执行「打断」,待结束事件加载后重新打开菜单。

复制失败。 常见原因有两类:浏览器未授予该页面剪贴板权限,或页面并非通过 localhost / HTTPS 提供。这两种情况下 Clipboard API 都会拒绝写入。

远程 SSH 会话无法打开目录。 这是有意设计。文件管理器只能在运行 DSH 的机器上启动,若强行映射,只会在服务器上打开一个无人可见的窗口,因此插件直接拒绝并说明原因。

开发

pnpm install --frozen-lockfile
pnpm typecheck
pnpm test
node scripts/package-release.mjs

代码结构:

src/client/RadialMenu.tsx  渲染、键盘导航、操作反馈
src/client/menu-layout.ts  圆盘几何、扇区命中区域、视口避让
src/client/fork-target.ts  分叉轮次解析
src/client/index.ts        与宿主会话服务的接线
src/client/styles.ts       圆盘、图标、顶部提示的样式
src/opener.ts              目录校验与文件管理器调用
tests/                     单元测试与组件测试

许可

MIT。个人维护的社区插件,与 DeepSeek 官方无隶属关系。