tipoLi5890/dsh-file-mention0

dsh-file-mention

DSH Web composer plugin: '@' file mentions and drag-drop files inserted as workspace-relative (or absolute) '@'-prefixed path text so the agent reads them with its own tools

包名
dsh-file-mention
版本
0.3.0
许可证
MIT
最近更新
2026年8月18日

安装

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

Usage

In the composer:

ActionResult
Type @Menu opens with a default workspace file list
Type @readmeMatches README.md; picking inserts @README.md
Type @lib/clScoped to lib/; description shows lib, picking inserts @lib/client.js
Type @/etc/hoOutside path; description shows /etc, picking inserts @/etc/hosts
Type @~/Downloads/rep or @../sib/fOutside path; inserts the absolute path
Arrow keys + TabAccept the highlighted candidate without clicking
Drop a non-image fileUploads and inserts @

The path is plain text. On send, the agent resolves a relative path against its session cwd (the workspace) and reads absolute paths directly.