auroralab-art/dsh-file-ref ↗★ 1
dsh-file-ref
Paste or drop a local file into the DSH composer as @workspace-relative or an absolute path
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:auroralab-art/dsh-file-ref说明文档
阅读完整 README ↗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. Default20971520(20 MiB).