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. 左侧工作区行级右键菜单 + 复制路径。

AI 분석

核心用途是增强侧边栏的操作便利性,支持右键直接弹出菜单并快速复制工作区项目路径。适合需要频繁管理工作区和会话的 DSH 用户。

패키지
@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.