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 분석

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

패키지
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).