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

AI Analysis

核心用途是简化本地文件路径在输入框中的引用输入。适合经常需要让 AI 处理本地项目文件的开发者,可配置收件箱目录和单文件大小上限。

Package
dsh-file-ref
Version
0.1.0
License
NOASSERTION
Last updated
Aug 16, 2026

Install

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