DeepSeek Harness plugin

dsh-workspace-menu

DSH 主页工作区/会话右键与双击增强菜单:置顶、重命名、资源管理器打开、归档、分叉、复制、新窗口等

Jump to install

Source facts

Repository
0imzero/dsh-workspace-menu
Latest update
Aug 20, 2026
Category
Memory
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/0imzero/dsh-workspace-menu
Plugin: dsh-workspace-menu
Author: 0imzero

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-workspace-menu

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

亮点

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

功能

Project 行(双击或右键):

  • 置顶 / 取消置顶
  • 重命名
  • 在资源管理器中打开
  • 复制路径
  • 新建会话
  • 删除工作区

Chat 行(双击或右键):

  • 置顶 / 取消置顶
  • 重命名
  • 标记未读 / 已读
  • 归档会话
  • 分叉会话
  • 复制会话链接
  • 复制会话标题
  • 在新窗口中打开
  • 打开所在目录

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

安装

从 Releases 下载 tgz,然后:

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

本地开发:

npm install
npm run build:client

说明

  • “在资源管理器中打开”由 Host 调用系统文件管理器:Windows 用资源管理器,macOS 用 Finder,Linux 自动选择 xdg-open / gio / 常见文件管理器。
  • 置顶和未读状态存在浏览器 localStorage。
  • 新窗口打开依赖 ?session=<id> 深链。
  • 设置项位于 DSH 设置 → 通用设置,可折叠展开。