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.

Workspace Menu — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

@dsh-external/dsh-workspace-menu

Workspace Menu

Enhanced right-click and double-click menus for workspaces/sessions on the DSH homepage: pin, rename, open in Explorer, archive, fork, copy, new window, and more

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

npx -y @deepseek-ai/dsh plugin --profile web add github:0imzero/dsh-workspace-menu#afd55510f82821cde60a8364e42f752e244b5b31
READMECompatibilityVersions

Compatibility and provenance

Workspace Menu is published as @dsh-external/dsh-workspace-menu and currently resolves to version 1.2.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/24/2026

Versions

1.2.0stable
8/24/2026
1.1.3stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.2.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
BSD-3-Clause
Source
github
GitHub
★ 0
Weekly downloads
0
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.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-workspace-menu

把 DSH 主页的工作区和会话管理补齐:双击或右键,就能置顶、重命名、打开资源管理器、归档、分叉、复制、新窗口打开。所有开关都收在通用设置里,按需开启。

亮点

  • 工作区操作:置顶、重命名、在资源管理器中打开、复制路径、新建会话、从列表移除、删除工作区(含磁盘)
  • 会话操作:置顶、重命名、标记未读/已读、归档、分叉、复制会话链接、复制会话标题、在新窗口中打开、打开所在目录、删除会话(含磁盘记录)
  • 跨平台:Windows 用资源管理器,macOS 用 Finder,Linux 自动选择 xdg-open / gio / 常见文件管理器
  • 设置集成:功能开关放在 DSH 通用设置里,支持折叠,逐项开关,不用的时候不会占菜单
  • 不动内置源码:通过 DOM 事件和 React fiber 定位工作区/会话行,不修改 DSH 自带代码
  • 删除与归档管理不冲突:永久删除会话复用 @mlgbnb/dsh-archive-manager,本插件只负责移除工作区目录,不直接改写归档/projcache 文件

功能

Project 行(双击或右键):

  • 置顶 / 取消置顶
  • 重命名
  • 在资源管理器中打开
  • 复制路径
  • 新建会话
  • 从工作区列表中移除(保留磁盘)
  • 删除工作区(含磁盘,二次确认)

Chat 行(双击或右键):

  • 置顶 / 取消置顶
  • 重命名
  • 标记未读 / 已读
  • 归档会话
  • 分叉会话
  • 复制会话链接
  • 复制会话标题
  • 在新窗口中打开
  • 打开所在目录
  • 删除会话(含磁盘记录,二次确认)

设置集成在 DSH 通用设置(General)里,可以单独开关每个功能。

安装

从 Releases 下载 tgz,然后:

dsh plugin --profile web add dsh-external-dsh-workspace-menu-1.2.0.tgz

本地开发:

npm install
npm run build

说明

  • “在资源管理器中打开”由 Host 调用系统文件管理器:Windows 用资源管理器,macOS 用 Finder,Linux 自动选择 xdg-open / gio / 常见文件管理器。
  • 置顶和未读状态存在浏览器 localStorage。
  • 新窗口打开依赖 ?session=<id> 深链。
  • 设置项位于 DSH 设置 → 通用设置,可折叠展开。
  • “删除会话(含磁盘记录)”和“删除工作区(含磁盘)”都需要安装 @mlgbnb/dsh-archive-manager;会话记录由它删除,本插件只负责移除工作区目录。