dsh-file-beam
Beam files from your desktop into the agent's context: drag onto the DSH Web composer, resolve the real absolute path by name (workspace + Downloads/Desktop/Documents), pick a candidate chip, and beam it in — no copy, no path text in the composer. On submit the Host injects the paths into the agent request as a hidden plugin-notice message; the agent reads the source file directly.
AI 분석
核心用途是简化文件向 Agent 的输入流程,避免路径文本污染输入框。适合经常需要让 Agent 分析本地文件的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bleamayaka/dsh-file-beam使用
- 把文件(如
report.docx、data.csv)拖入 DSH Web 页面任意位置 - 输入框上方出现 chip:先显示「搜索路径中…」,随后列出候选路径按钮
- 点选正确路径 → chip 变为「已登记 」(可点 × 移除)
- 正常输入你的指令并发送 → 输入框内没有路径文本,但 Agent 会收到隐藏的路径清单消息,直接读取源文件分析
配置(可选)