bleamayaka/dsh-file-beam0

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 分析本地文件的用户。

パッケージ
dsh-file-beam
バージョン
0.3.0
最終更新
2026/08/27

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bleamayaka/dsh-file-beam

ドキュメント

README 全文を読む ↗

使用

  1. 把文件(如 report.docxdata.csv)拖入 DSH Web 页面任意位置
  2. 输入框上方出现 chip:先显示「搜索路径中…」,随后列出候选路径按钮
  3. 点选正确路径 → chip 变为「已登记 」(可点 × 移除)
  4. 正常输入你的指令并发送 → 输入框内没有路径文本,但 Agent 会收到隐藏的路径清单消息,直接读取源文件分析

配置(可选)