freespace8/dsh-plugins--plugins-dsh-sidebar-helper ↗★ 0
@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. 左侧工作区行级右键菜单 + 复制路径。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:freespace8/dsh-plugins#21734829ebf838b852a9df4d5207c7f59be1289a&path:plugins/dsh-sidebar-helper说明文档
阅读完整 README ↗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
| Field | Type | Default | Meaning |
|---|---|---|---|
enabled | boolean | true | Master switch; delivered to the browser client through the plugin's settings route. |