dsh-reveal-files
DeepSeek Harness plugin: adds a folder icon next to the produced-files row that reveals the files in the native file browser (macOS Finder / Linux file manager).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yumm007/dsh-reveal-files说明文档
阅读完整 README ↗Usage
- Let the assistant produce one or more files (any
write/edit/ mutation tool result in a turn). - Under that message, find the produced-files row (「产物」 in Chinese, "Produces" in English) with the file chips.
- Click a file chip — a small menu opens with Open / Show in file browser / Show paths in terminal; pick one. The menu closes on selection or on an outside click.
- If an action fails, the error appears inside the menu in red; the items stay disabled while the action is running.
Configuration
The plugin row in cordis.patch.yml accepts:
- insert:
- id: dsh-reveal-files
name: 'dsh-reveal-files'
config:
enabled: true # register the reveal route (default true)
revealTimeoutMs: 10000 # per-command timeout, ms (default 10000)
Override these in the profile's own cordis.patch.yml if you need to.