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.

Turn Tools — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-turn-tools

Turn Tools

DSH web plugin: per-turn deliverable buttons (open with the OS default app) plus a turn navigator dot rail for quick jump between conversation turns.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:hu669293657/dsh-turn-tools#1df96400a93fa80ba71439f137fec714eb7f28c5
READMECompatibilityVersions

Compatibility and provenance

Turn Tools is published as dsh-turn-tools and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/29/2026

Versions

0.1.0stable
8/29/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/29/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 ui-customization.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.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 WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

dsh-turn-tools

English | 中文

English

A DeepSeek Harness (dsh) web plugin that adds two tools to the chat interface:

  1. Per-turn deliverable buttons — when an agent turn produces output files, buttons for each file are rendered at the end of that turn. Clicking a button opens the file with the OS default application (via the harness host.openPath API).
  2. Turn navigator dot rail — a floating dot rail on the right side of the chat; one dot per conversation turn. Clicking a dot scrolls to that turn.

Requirements

  • DeepSeek Harness (@deepseek-ai/dsh) with the web profile.

Install

Via dsh plugin add (npm package or git URL), or install manually:

  1. Copy this repo into $DSH_HOME/profiles/web/node_modules/dsh-turn-tools/.
  2. Append the contents of cordis.patch.yml to $DSH_HOME/profiles/web/cordis.patch.yml.
  3. Restart dsh.

How it works

  • lib/client.js registers two slots via the slots service:
    • conversation.chat.turnTail — reads turn.data.get('deliverables') and renders one button per deliverable.
    • shell.overlay — a MutationObserver scans [data-dsh-turn-anchor] elements to build the dot rail.
  • exports.inject = ['slots'] (cordis service names); connection is fetched lazily via ctx.get('connection') at click time.

FAQ

Buttons / dots don't appear after installing.

  • Restart dsh after copying the files — there is no hot reload.
  • Check window.__DSH_BOOT__.entries in the browser console: the dsh-turn-tools entry should be active, with no waiting for services note.
  • Deliverable buttons only render on turns that actually produced output files.

How do I uninstall?

  • Delete $DSH_HOME/profiles/web/node_modules/dsh-turn-tools/, remove the turn-tools insert entry from $DSH_HOME/profiles/web/cordis.patch.yml, and restart dsh.

中文

一个 DeepSeek Harness(dsh)web 插件,为聊天界面增加两个工具:

  1. 每轮产出文件按钮 — 当某轮对话产生输出文件时,在该轮末尾为每个文件渲染一个按钮,点击后调用系统默认程序打开(通过 harness 的 host.openPath API)。
  2. 轮次导航圆点栏 — 聊天区右侧的浮动圆点栏,每轮对话一个圆点,点击圆点滚动跳转到对应轮次。

前置要求

  • DeepSeek Harness(@deepseek-ai/dsh),使用 web profile。

安装

可通过 dsh plugin add 安装(npm 包或 git URL),或手动安装:

  1. 将本仓库拷贝到 $DSH_HOME/profiles/web/node_modules/dsh-turn-tools/。
  2. 将 cordis.patch.yml 的内容追加到 $DSH_HOME/profiles/web/cordis.patch.yml。
  3. 重启 dsh。

实现说明

  • lib/client.js 通过 slots 服务注册两个 slot:
    • conversation.chat.turnTail — 读取 turn.data.get('deliverables'),为每个产出渲染一个按钮。
    • shell.overlay — 用 MutationObserver 扫描 [data-dsh-turn-anchor] 元素构建圆点栏。
  • exports.inject = ['slots'](cordis 服务名);connection 在点击时通过 ctx.get('connection') 延迟获取。

常见问题

安装后按钮 / 圆点没有出现?

  • 拷贝文件后需要重启 dsh——没有热加载。
  • 在浏览器 console 检查 window.__DSH_BOOT__.entries:dsh-turn-tools 条目应为 active,且没有 waiting for services 提示。
  • 产出文件按钮只在该轮确实产生了输出文件时才会渲染。

如何卸载?

  • 删除 $DSH_HOME/profiles/web/node_modules/dsh-turn-tools/,从 $DSH_HOME/profiles/web/cordis.patch.yml 中移除 turn-tools 的 insert 条目,然后重启 dsh。

License

MIT