auroralab-art/dsh-file-ref ↗★ 1
dsh-file-ref
支持将本地文件拖拽或粘贴至 DSH 输入框,并自动转换为工作区相对路径或绝对路径。
AI 分析
核心用途是简化本地文件路径在输入框中的引用输入。适合经常需要让 AI 处理本地项目文件的开发者,可配置收件箱目录和单文件大小上限。
安裝
$
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).