auroralab-art/dsh-file-ref1

dsh-file-ref

Paste or drop a local file into the DSH composer as @workspace-relative or an absolute path

包名
dsh-file-ref
版本
0.1.0
许可证
NOASSERTION
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:auroralab-art/dsh-file-ref

Configuration

Optional keys go in ~/.dsh/profiles/web/cordis.patch.yml. A later layer replaces the whole config object, so restate every key you set.

- id: dsh-file-ref
  config:
    inboxDir: .dsh-inbox
    maxStageBytes: 20971520
  • inboxDir — workspace-relative directory for copies when the browser hides the original path. Default .dsh-inbox.
  • maxStageBytes — maximum size of one staged copy. Default 20971520 (20 MiB).