yumm007/dsh-reveal-files0

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).

包名
dsh-reveal-files
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yumm007/dsh-reveal-files

Usage

  1. Let the assistant produce one or more files (any write / edit / mutation tool result in a turn).
  2. Under that message, find the produced-files row (「产物」 in Chinese, "Produces" in English) with the file chips.
  3. 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.
  4. 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.