freespace8/dsh-plugins--plugins-dsh-sidebar-helper0

@freespace8/dsh-sidebar-helper

Right-click context menus for the DeepSeek Harness Web GUI sidebar: the workspace row's “⋯” menu carries Copy Path (next to Rename); conversation rows reuse the built-in menu unchanged. 左侧工作区行级右键菜单 + 复制路径。

包名
@freespace8/dsh-sidebar-helper
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:freespace8/dsh-plugins#21734829ebf838b852a9df4d5207c7f59be1289a&path:plugins/dsh-sidebar-helper

Usage

Open a session so the workspace sidebar shows your projects and conversations, then open a row's menu — by left-clicking its "⋯" button or by right-clicking the row itself:

  • Workspace (project) row — 复制路径 / 重命名 / 删除工作区.
  • Conversation (session) row — 重命名 / 分叉会话 / 归档会话 (the same menu as the "⋯" button).

Right-clicking a blank "New Session" row or the "Ungrouped" bucket does nothing — exactly like the built-in menu, which hides its actions there.

Configuration

Override any field in the profile's cordis.patch.yml by id (the config block is replaced wholesale):

- id: sidebar-helper
  config:
    enabled: false   # disable all right-click menus without uninstalling
FieldTypeDefaultMeaning
enabledbooleantrueMaster switch; delivered to the browser client through the plugin's settings route.